diff options
author | Valery Piashchynski <[email protected]> | 2022-11-24 14:14:31 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-24 14:14:31 +0100 |
commit | 2beea02c726c76460a528ad1cb4f079215f1faa1 (patch) | |
tree | 6b4735d65c53fd59dcefdd4920ae3b3d5c520c80 /CHANGELOG.md | |
parent | adba94a198dc1a606f864f4ee991848f4445ce24 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 941fac73..d1696b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ ## v2.12.0 (24.11.2022) +# ⚠️ `websocket` and `broadcast` plugins was replaced by the new `centrifuge` plugin. +# ⚠️ All plugins, `sdk` and `api` updated to `v3`. There are no breaking changes, we moved all Go code from the `api` to `sdk`. + ## 👀 New: - ✏ **All plugins**: update to `v3`. This is done not because of some breaking change but because of the internal update. - ✏ **RPC plugin**: add new API to provide a running RR version and RR configuration in JSON format. +- ✏ **Metrics plugin**: add new API to unregister previously registered collector. (thanks @butschster) +- ✏ **Server plugin**: add new API to get statuses about the service and its child processes. (thanks @butschster) +- ✏ **App logger plugin**: Application logger plugin, [FR](https://github.com/roadrunner-server/roadrunner/issues/1227) (thanks @wolfy-j) + **Docs**: [PHP-lib](https://github.com/roadrunner-php/app-logger) - ✏ **AMQP plugin**: new configuration options. [FR](https://github.com/roadrunner-server/roadrunner/issues/1351), (thanks @andrey-tech) ```yaml jobs: @@ -38,14 +45,8 @@ pool: destroy_timeout: 10s ``` -# ⚠️ `websocket` and `broadcast` plugins was replaced by the new `centrifuge` plugin. - -# ⚠️ All plugins, `sdk` and `api` updated to `v3`. There are no breaking changes, we moved all Go code from the `api` to `sdk`. - -## 👀 New: - - ✏ **Centrifugo plugin**: New `centrifugo` plugin. Which is going to replace existing `broadcast` + `websockets` plugins. [FR](https://github.com/roadrunner-server/roadrunner/issues/1134). -**Docs**: [PHP-lib](https://github.com/roadrunner-php/centrifugo) + **Docs**: [PHP-lib](https://github.com/roadrunner-php/centrifugo) RoadRunner config: @@ -99,10 +100,6 @@ centrifuge: pool: {} ``` -- ✏ **App logger plugin**: Application logger plugin, [FR](https://github.com/roadrunner-server/roadrunner/issues/1227) (thanks @wolfy-j) -**Docs**: [PHP-lib](https://github.com/roadrunner-php/app-logger) - - ## 🩹 Fixes: - 🐛 **Headers middleware**: Header size is too small, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1336) (thanks @masterjus) |