|
| 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