You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
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