Skip to content

Commit 8699d5c

Browse files
committed
docs: preliminary draft
1 parent c7b6360 commit 8699d5c

File tree

3 files changed

+117
-2
lines changed

3 files changed

+117
-2
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
project = 'NGINX Unit'
66
author = 'NGINX, Inc.'
77
copyright = '2017-2024'
8-
version = '1.32.1'
9-
release_date = 'Mar 26, 2024'
8+
version = '1.33.0'
9+
release_date = 'Aug 27, 2024'
1010
release = version
1111
needs_sphinx = '6.2'
1212

source/news/2024/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ News of 2024
44

55
News archive for the year 2024.
66

7+
.. nxt_news_entry::
8+
:author: Unit Team
9+
:description: Version 1.33.0
10+
11+
:title: Unit 1.33.0 Released
12+
:url: news/2024/unit-1.33.0-released
13+
:date: 2024-08-29
14+
715
.. nxt_news_entry::
816
:author: Unit Team
917
:description: Version 1.32.1 is a maintenance release that fixes bugs in the new WebAssembly Language Module and in our njs implementation.
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
:orphan:
2+
3+
####################
4+
Unit 1.33.0 Released
5+
####################
6+
7+
8+
Unit 1.33.0 is now available. This release includes a number of new features
9+
and changes:
10+
11+
************************************************************************
12+
Feature 1
13+
************************************************************************
14+
15+
Feature 1 description.
16+
17+
*******************************************************************
18+
Feature 2
19+
*******************************************************************
20+
21+
Feature 2 description.
22+
23+
*************************************
24+
Changes in behavior and other updates
25+
*************************************
26+
27+
==========================================================================
28+
Change 1
29+
==========================================================================
30+
31+
Change 1 description.
32+
33+
=======================================================
34+
Change 2
35+
=======================================================
36+
37+
Change 2 description.
38+
39+
************
40+
Wall of fame
41+
************
42+
43+
Special Thanks to all external contributors helping us
44+
making Unit better! With 1.32.0 we would like to send a shout out to:
45+
46+
- Alejandro Colomar
47+
- Costas Drongos
48+
- Gourav
49+
- Remi Collet
50+
51+
Special thanks to Arjun for his fuzzing work.
52+
53+
**************
54+
Full Changelog
55+
**************
56+
57+
.. code-block:: none
58+
59+
Changes with Unit 1.33.0 29 Aug 2024
60+
61+
*) Feature: show list of loaded language modules in the /status
62+
endpoint.
63+
64+
*) Feature: make the number of router threads configurable.
65+
66+
*) Feature: make the listen(2) backlog configurable.
67+
68+
*) Feature: add fuzzing via oss-fuzz.
69+
70+
*) Feature: add Python application factory support.
71+
72+
*) Feature: add chunked request body support.
73+
74+
*) Feature: add "if" option to the "match" object.
75+
76+
*) Feature: Unit ships with a new Rust based CLI application "unitctl".
77+
78+
*) Change: under systemd unit runs in forking mode (once again).
79+
80+
*) Change: if building with njs, version 0.8.3 or later is now required.
81+
82+
*) Change: Unit now builds with -std=gnu11 (C11 with GNU extensions).
83+
84+
*) Change: Unit now creates the full directory path for the PID file and
85+
control socket.
86+
87+
*) Change: build system improvements, including pretty printing the make
88+
output and enabling various make variables to influence the build
89+
process (see: make help).
90+
91+
*) Change: better detection of available runnable CPUs on Linux.
92+
93+
*) Change: default listen(2) backlog on Linux now defaults to Kernel
94+
default.
95+
96+
*) Bugfix: don't create the $runstatedir directory which triggered an
97+
Alpine packaging error.
98+
99+
*) Bugfix: wasm-wasi-component application process hangs after receiving
100+
restart signal from the control endpoint.
101+
102+
*) Bugfix: njs variables accessed with a JS template literal should not
103+
be cacheable.
104+
105+
*) Bugfix: don't modify REQUEST_URI.
106+
107+
*) Bugfix: properly handle deleting arrays of certificates.

0 commit comments

Comments
 (0)