This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ News archive for the year 2024.
66
77.. nxt_news_entry ::
88 :author: Unit Team
9- :description: Version 1.33.0 includes two new configuration options and a CLI tool.
9+ :description: Version 1.33.0 includes three new configuration options and a CLI tool.
1010 :email: unit-owner@nginx.org
1111 :title: Unit 1.33.0 Released
1212 :url: news/2024/unit-1.33.0-released
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ a number of new features and changes:
1111New configuration options
1212*************************
1313
14- This release introduces two new configuration options:
14+ This release introduces three new configuration options:
1515
1616#. **listen_threads **
1717
@@ -30,6 +30,17 @@ This release introduces two new configuration options:
3030 This is analogous to the **backlog ** parameter of the **listen ** directive in
3131 NGINX.
3232
33+ #. **factory **
34+
35+ This can be set under '/applications/<app>/factory'
36+
37+ This option is a boolean value. If set to 'true', Unit treats 'callable' as
38+ a factory.
39+
40+ The default value is 'false'.
41+
42+ NOTE: Unit does **not ** support passing arguments to factories.
43+
3344****************
3445unitctl CLI tool
3546****************
@@ -139,6 +150,7 @@ making Unit better! With 1.33.0 we would like to send a shout out to:
139150- Costas Drongos
140151- Gourav
141152- Remi Collet
153+ - Robbie McKinstry
142154
143155Special thanks to Arjun for his fuzzing work.
144156
@@ -167,6 +179,9 @@ Full Changelog
167179
168180 *) Feature: Unit ships with a new Rust based CLI application "unitctl".
169181
182+ *) Feature: the wasm-wasi-component language module now inherits the
183+ processes environment.
184+
170185 *) Change: under systemd unit runs in forking mode (once again).
171186
172187 *) Change: if building with njs, version 0.8.3 or later is now required.
You can’t perform that action at this time.
0 commit comments