Skip to content

Commit 12bc6cc

Browse files
author
Timo Stark
committed
Add Release-Notes for 1.32.1
1 parent 2c23692 commit 12bc6cc

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

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.32.1 is a maintenance release, fixing bugs in the new WebAssembly Language Module and in our NJS implementation.
10+
11+
:title: Unit 1.32.1 Released
12+
:url: news/2024/unit-1.32.1-released
13+
:date: 2024-03-26
14+
715
.. nxt_news_entry::
816
:author: Timo Stark
917
:description: Building Wasm Components using Feryon's Spin SDK for Rust
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
:orphan:
2+
3+
####################
4+
Unit 1.32.1 Released
5+
####################
6+
7+
NGINX Unit 1.32.1 is a maintenance release, fixing bugs in the new WebAssembly Language Module and in our NJS implementation.
8+
9+
**************************************************************
10+
Applications of type `wasm-wasi-component` can't be restarted
11+
**************************************************************
12+
13+
Applications deployed as `wasm-wasi-components` can't be restarted using the `restart` endpoint.
14+
15+
After deploying a new Wasm Component binary to disk the restart will trigger a reload of the component in Unit without restarting the server.
16+
17+
As restarts will work independently of the application type, the behavior shipped with **1.32.0** was not right and fixed with this release.
18+
19+
20+
************************************************************
21+
Unit-variables in NGINX JavaScript are constantly cached
22+
************************************************************
23+
24+
With **1.32.0** we have released the possibility to access all Unit variables form inside NJS.
25+
26+
As reported in GitHub issue `#1169 <https://github.com/nginx/unit/issues/1169>`__ the variables are cached and will hold the wrong value, which is definitely not the way this feature should work. With 1.32.1 we have fixed this issue.
27+
28+
29+
**************
30+
Full Changelog
31+
**************
32+
33+
.. code-block:: none
34+
35+
Changes with Unit 1.32.1 26 Mar 2024
36+
37+
*) Bugfix: NJS variables in templates may have incorrect values due to
38+
improper caching.
39+
40+
*) Bugfix: Wasm application process hangs after receiving restart signal
41+
from the control.
42+
43+
44+
45+
For a full list of changes and bugfixes,
46+
please see the `changelog <../../../CHANGES.txt>`__.

0 commit comments

Comments
 (0)