forked from nginx/unit-docs
-
Notifications
You must be signed in to change notification settings - Fork 2
docs(release): 1.36.0 site update (version, CHANGES, news) #21
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
Merged
Changes from all commits
Commits
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
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
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
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,80 @@ | ||
| :orphan: | ||
|
|
||
| #################### | ||
| Unit 1.35.5 Released | ||
| #################### | ||
|
|
||
| FreeUnit 1.35.5 promotes chunked request-body transformation out of | ||
| experimental status, fixes a TLS busy-loop on peer-initiated close, plugs a | ||
| set of memory and file-descriptor leaks in the port machinery, and upgrades | ||
| njs. | ||
|
|
||
| **Proxy / HTTP** | ||
|
|
||
| - Chunked request bodies are now automatically converted to ``Content-Length`` | ||
| when forwarded upstream via a ``proxy`` action, for backends that do not | ||
| accept ``Transfer-Encoding: chunked`` (e.g. Gitea). Resolves the client-side | ||
| chunked, duplicate ``Transfer-Encoding``, and RFC 9112 framing issues. | ||
| - The ``chunked_transform`` setting is **no longer experimental** — enable it | ||
| with ``{"settings": {"http": {"chunked_transform": true}}}``. | ||
|
|
||
| **TLS** | ||
|
|
||
| - Fixed a busy-loop in ``SSL_write`` on a peer-initiated close when the | ||
| connection is aborted by the remote peer, which caused high CPU usage; | ||
| the connection is now cleaned up properly. | ||
|
|
||
| **Reliability** | ||
|
|
||
| - Fixed a mem-pool retain leak in the cert/script-store IPC paths (router | ||
| side) and fd/buffer leaks in the cert/script/socket/access-log reply paths | ||
| and the controller config-store path (main process side) — all reachable | ||
| when ``nxt_port_msg_alloc`` fails inside the port machinery. | ||
|
|
||
| **Tooling** | ||
|
|
||
| - Added ``unfreeze-sync.sh`` for automated migration of issues from | ||
| ``nginx/unit`` to ``freeunitorg/freeunit`` with label mapping, deduplication, | ||
| and dry-run preview. | ||
|
|
||
| **Dependencies** | ||
|
|
||
| - Upgraded contrib njs to 0.9.8. | ||
|
|
||
| ************** | ||
| Full Changelog | ||
| ************** | ||
|
|
||
| .. code-block:: none | ||
|
|
||
| Changes with FreeUnit 1.35.5 29 May 2026 | ||
|
|
||
| *) Feature: automatically convert chunked request bodies to Content-Length | ||
| when forwarding to upstream servers via proxy action. This enables | ||
| compatibility with backends that do not support Transfer-Encoding: | ||
| chunked (e.g., Gitea, servers requiring Content-Length). Fixes | ||
| freeunitorg/freeunit#58, resolves nginx/unit#445 (client chunked), | ||
| nginx/unit#1088 (duplicate TE), and nginx/unit#1278 (RFC 9112 epic). | ||
|
|
||
| *) Change: chunked_transform feature is no longer experimental. Chunked | ||
| request bodies can be accepted and transparently converted to | ||
| Content-Length via configuration: { "settings": { "http": | ||
| { "chunked_transform": true } } } | ||
|
|
||
| *) Bugfix: fix TLS library busy-loop on peer-initiated close in SSL_write | ||
| when connection is aborted by remote peer; prevents high CPU usage and | ||
| ensures proper connection cleanup. | ||
|
|
||
| *) Feature: add unfreeze-sync.sh script for automated migration of issues | ||
| from nginx/unit to freeunitorg/freeunit with label mapping, deduplication, | ||
| and dry-run preview support. | ||
|
|
||
| *) Change: upgrade contrib njs to 0.9.8. | ||
|
|
||
| *) Bugfix: fix mem-pool retain leak in cert/script-store IPC paths | ||
| (router side) and fd/buffer leaks in cert/script/socket/access-log | ||
| reply paths and the controller config-store path (main process | ||
| side); all reachable when nxt_port_msg_alloc fails inside the | ||
| port machinery. | ||
|
|
||
|
|
Oops, something went wrong.
Oops, something went wrong.
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.