-
Notifications
You must be signed in to change notification settings - Fork 113
Add Release-Notes for 1.32.1 #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,14 @@ News of 2024 | |
|
||
News archive for the year 2024. | ||
|
||
.. nxt_news_entry:: | ||
:author: Unit Team | ||
:description: Version 1.32.1 is a maintenance release, fixing bugs in the new WebAssembly Language Module and in our NJS implementation. | ||
:email: [email protected] | ||
:title: Unit 1.32.1 Released | ||
:url: news/2024/unit-1.32.1-released | ||
:date: 2024-03-26 | ||
|
||
.. nxt_news_entry:: | ||
:author: Timo Stark | ||
:description: Building Wasm Components using Feryon's Spin SDK for Rust | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
:orphan: | ||
|
||
#################### | ||
Unit 1.32.1 Released | ||
#################### | ||
|
||
NGINX Unit 1.32.1 is a maintenance release, fixing bugs in the new WebAssembly Language Module and in our NJS implementation. | ||
tippexs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
************************************************************** | ||
Applications of type `wasm-wasi-component` can't be restarted | ||
************************************************************** | ||
|
||
Applications deployed as `wasm-wasi-components` can't be restarted using the `restart` endpoint. | ||
|
||
After deploying a new Wasm Component binary to disk the restart will trigger a reload of the component in Unit without restarting the server. | ||
tippexs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
As restarts will work independently of the application type, the behavior shipped with **1.32.0** was not right and fixed with this release. | ||
tippexs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
************************************************************ | ||
Unit-variables in NGINX JavaScript are constantly cached | ||
************************************************************ | ||
|
||
With **1.32.0** we have released the possibility to access all Unit variables form inside NJS. | ||
tippexs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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. | ||
tippexs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
************** | ||
Full Changelog | ||
************** | ||
|
||
.. code-block:: none | ||
|
||
Changes with Unit 1.32.1 26 Mar 2024 | ||
|
||
*) Bugfix: NJS variables in templates may have incorrect values due to | ||
improper caching. | ||
|
||
*) Bugfix: Wasm application process hangs after receiving restart signal | ||
from the control. | ||
|
||
|
||
|
||
For a full list of changes and bugfixes, | ||
please see the `changelog <../../../CHANGES.txt>`__. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.