diff options
author | Valery Piashchynski <[email protected]> | 2023-04-06 11:08:17 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-04-06 11:08:17 +0200 |
commit | cf45be33a1adbbd90246def08eef1d8a5158103b (patch) | |
tree | 0a7a70c6fca08b084ecd78a21610c1d4906d87d3 /CHANGELOG.md | |
parent | 8e116d13dd32b0a47142804654a8d80758069510 (diff) |
pre-release: v2023.1.0-rc.2
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d351af75..6906d1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,23 @@ # CHANGELOG +## <center> 🚀 v2023.1.0-rc.2 🚀 </center> + +## <center>👀 New: </center> + +- ✒️ **Velox:** Support for `v2023` and `v4` plugins. v2` and `v3` plugins are still supported. + +### <center>🩹 Fixes:</center> + +- 🐛 **Service plugin**: Fix deadlock on channel send operation when using `remain_after_exit`. +- 🐛 **Service plugin**: Send `SIGINT` instead of `SIGKILL` to underlying processes with `5s` timeout to let the process exit gracefully. +- 🐛 **Config plugin**: Fix missing default env variable syntax parser, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1522), (thanks @benalf) + +--- + ## <center> 🚀 v2023.1.0-rc.1 🚀 </center> -## <center>👀 New: <center +## <center>👀 New: </center> + - ✒️ **Server plugin:** pass `RR_VERSION` env variable to the worker to check the current RR version. Version passed without the `v` prefix (e.g. `2023.1.0`). - ✒️ **Lock plugin:** faster first call to acquire the lock. @@ -10,7 +25,7 @@ ## <center> 🚀 v2023.1.0-beta.1 🚀 </center> -## <center>👀 New: <center> +## <center>👀 New: </center> - ✒️ **Kafka plugin:** Totally reworked Kafka plugin. Now it supports regexps for the topics, marked commits for the group consumers, and SASL authentication. Configuration reference: [link](https://roadrunner.dev/docs/plugins-jobs/2.x/en#kafka-driver). - ✒️ **RPC plugin:** RPC plugin would be available immediately before the worker initialization. That means, that PHP worker may use all RPC methods immediately. |