Skip to content

Commit

Permalink
docs: update features, config options, all of fame
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcahilltorre committed Sep 5, 2024
1 parent b54745e commit d3f8259
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/news/2024/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ News archive for the year 2024.

.. nxt_news_entry::
:author: Unit Team
:description: Version 1.33.0 includes two new configuration options and a CLI tool.
:description: Version 1.33.0 includes three new configuration options and a CLI tool.
:email: [email protected]
:title: Unit 1.33.0 Released
:url: news/2024/unit-1.33.0-released
Expand Down
17 changes: 16 additions & 1 deletion source/news/2024/unit-1.33.0-released.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a number of new features and changes:
New configuration options
*************************

This release introduces two new configuration options:
This release introduces three new configuration options:

#. **listen_threads**

Expand All @@ -30,6 +30,17 @@ This release introduces two new configuration options:
This is analogous to the **backlog** parameter of the **listen** directive in
NGINX.

#. **factory**

This can be set under '/applications/<app>/factory'

This option is a boolean value. If set to 'true', Unit treats 'callable' as
a factory.

The default value is 'false'.

NOTE: Unit does **not** support passing arguments to factories.

****************
unitctl CLI tool
****************
Expand Down Expand Up @@ -139,6 +150,7 @@ making Unit better! With 1.33.0 we would like to send a shout out to:
- Costas Drongos
- Gourav
- Remi Collet
- Robbie McKinstry

Special thanks to Arjun for his fuzzing work.

Expand Down Expand Up @@ -167,6 +179,9 @@ Full Changelog
*) Feature: Unit ships with a new Rust based CLI application "unitctl".
*) Feature: the wasm-wasi-component language module now inherits the
processes environment.
*) Change: under systemd unit runs in forking mode (once again).
*) Change: if building with njs, version 0.8.3 or later is now required.
Expand Down

0 comments on commit d3f8259

Please sign in to comment.