diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 544329c2..add316c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ # CHANGELOG -## v2.12.0-rc.1 (12.11.2022) +## v2.12.0 (24.11.2022) + +# ⚠️ `websocket` and `broadcast` plugins were 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,18 +45,8 @@ pool: destroy_timeout: 10s ``` ---- - -## v2.12.0-beta.1 (03.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: - - ✏ **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: @@ -103,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) |