<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/docs, branch 1.33.0</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>docs/changes.xml: Add 1.33.0 changelog entries</title>
<updated>2024-09-17T01:12:23+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2024-08-22T21:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=c3d6e5403a7927c78cf15002c161d4bfc2cd43f0'/>
<id>c3d6e5403a7927c78cf15002c161d4bfc2cd43f0</id>
<content type='text'>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/openapi: Add new config options</title>
<updated>2024-08-21T20:46:16+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2024-08-21T15:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=cff18f898f58786bc003dbe2921bc0197cc58887'/>
<id>cff18f898f58786bc003dbe2921bc0197cc58887</id>
<content type='text'>
Add entries for the new 'backlog' and 'listen_threads' config options
introduced in commits 57c88fd40 ("router: Make the number of router
threads configurable") and 76489fb7e ("conf, router: Make the listen(2)
backlog configurable").

Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add entries for the new 'backlog' and 'listen_threads' config options
introduced in commits 57c88fd40 ("router: Make the number of router
threads configurable") and 76489fb7e ("conf, router: Make the listen(2)
backlog configurable").

Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/openapi: Fix brokenness</title>
<updated>2024-08-20T23:54:09+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2024-08-20T18:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=05b1c769735667be8ad4a105296eb072f6f58076'/>
<id>05b1c769735667be8ad4a105296eb072f6f58076</id>
<content type='text'>
- Missing end quotes
- Wrong indentation
- Missing langMod parameter definition
- Wrong type specification

Fixes: ae4795aa1 ("docs/openapi: Add entries for the new /status/modules endpoint")
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Missing end quotes
- Wrong indentation
- Missing langMod parameter definition
- Wrong type specification

Fixes: ae4795aa1 ("docs/openapi: Add entries for the new /status/modules endpoint")
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/openapi: Add entries for the new /status/modules endpoint</title>
<updated>2024-08-19T22:23:48+00:00</updated>
<author>
<name>Jon Torre</name>
<email>j.cahilltorre@f5.com</email>
</author>
<published>2024-08-01T13:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ae4795aa182a27fb1b091670f4831e345614a09c'/>
<id>ae4795aa182a27fb1b091670f4831e345614a09c</id>
<content type='text'>
Unit now shows the loaded language modules under /status/modules. This
functionality was added in commit 707f4ef82 ("status: Show list of
loaded language modules").

[ Commit message - Andrew ]
Co-developed-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unit now shows the loaded language modules under /status/modules. This
functionality was added in commit 707f4ef82 ("status: Show list of
loaded language modules").

[ Commit message - Andrew ]
Co-developed-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/openapi: Update the /status endpoint URL</title>
<updated>2024-08-19T22:23:48+00:00</updated>
<author>
<name>Jon Torre</name>
<email>j.cahilltorre@f5.com</email>
</author>
<published>2024-08-01T13:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=11a70a321f70d3729d3893751000bc4f036a182f'/>
<id>11a70a321f70d3729d3893751000bc4f036a182f</id>
<content type='text'>
This was renamed to be more accurate as /status is not just about
statistics, as it also now shows the loaded language modules.

[ Commit message - Andrew ]
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was renamed to be more accurate as /status is not just about
statistics, as it also now shows the loaded language modules.

[ Commit message - Andrew ]
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: implement application subcommand</title>
<updated>2024-06-18T23:21:10+00:00</updated>
<author>
<name>Ava Hahn</name>
<email>a.hahn@f5.com</email>
</author>
<published>2024-06-15T04:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e0c15ae4575335fb079e2d33fc853a547b2380c9'/>
<id>e0c15ae4575335fb079e2d33fc853a547b2380c9</id>
<content type='text'>
* application subcommand UI schema
* application subcommand handler
* additions to unit-client-rs to expose application API
* elaborate on OpenAPI error handling
* adds wasm and wasi app schemas to OpenAPI Schema
* updates tools/unitctl OpenAPI library
* many linter fixes
* README.md updates

Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* application subcommand UI schema
* application subcommand handler
* additions to unit-client-rs to expose application API
* elaborate on OpenAPI error handling
* adds wasm and wasi app schemas to OpenAPI Schema
* updates tools/unitctl OpenAPI library
* many linter fixes
* README.md updates

Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: njs (lowercase) is more preferred way to mention</title>
<updated>2024-04-10T12:30:02+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2024-04-08T15:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=6e79da4730099b6ecb79f2896e8334cb0f24e508'/>
<id>6e79da4730099b6ecb79f2896e8334cb0f24e508</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NJS: loader should be registered using njs_vm_set_module_loader()</title>
<updated>2024-03-12T16:56:11+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2024-02-16T18:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=9993814d14fa693dc8641c31bca70223895d2055'/>
<id>9993814d14fa693dc8641c31bca70223895d2055</id>
<content type='text'>
This change makes NJS module incompatible with NJS older than 0.8.3.
Therefore, the configuration version check has been adjusted accordingly.

This change was introduced in NJS 0.8.3 here:
&lt;https://hg.nginx.com/njs/rev/ad1a7ad3c715&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes NJS module incompatible with NJS older than 0.8.3.
Therefore, the configuration version check has been adjusted accordingly.

This change was introduced in NJS 0.8.3 here:
&lt;https://hg.nginx.com/njs/rev/ad1a7ad3c715&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump</title>
<updated>2024-02-27T12:24:44+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2024-02-15T20:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e67d7433282c367df6b1599858650d8261b6e080'/>
<id>e67d7433282c367df6b1599858650d8261b6e080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added version 1.32.0 CHANGES</title>
<updated>2024-02-27T12:24:44+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2024-02-15T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=088117008c9e8f397a58cc8d8070ce047beff12f'/>
<id>088117008c9e8f397a58cc8d8070ce047beff12f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
