diff options
author | Valery Piashchynski <[email protected]> | 2021-09-13 10:34:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-13 10:34:37 +0300 |
commit | b8a4b82f82e2cb9f9efc4a3601a97b4ff07fefc7 (patch) | |
tree | a374c8e90383d5e868ffe6b44555a55029c54f79 /CHANGELOG.md | |
parent | 5619f9e8e7b0e7f1a726406cb7545b4be9d11253 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a73c83..d820b981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - `plugins`: broadcast, kv - `drivers`: memory, redis, memcached, boltdb. -## ATTENTION!!!, this is configuration BC, please, update your configuration: +## ATTENTION!!!, this is configuration BC release, please, update your configuration: ### Old style: @@ -58,35 +58,7 @@ kv: ## 📈 Summary: - RR Milestone [2.5.0]() -- RR-Binary Milestone [2.5.0]()## v2.5.0 (-.-.2021) - -## 💔 Internal BC: - -- 🔨 - -## 👀 New: - -- ✏️ Long-awaited, reworked `Jobs` plugin with pluggable drivers. Now you can allocate/destroy pipelines in the runtime. Drivers included in the initial release: `RabbitMQ (0-9-1)`, `SQS v2`, `beanstalk`, `memory` and local queue powered by the `boltdb`. [PR](https://github.com/spiral/roadrunner/pull/726) -- ✏️ Support for the IPv6 (`tcp|http(s)|empty [::]:port`, `tcp|http(s)|empty [::1]:port`, `tcp|http(s)|empty :// [0:0:0:0:0:0:0:1]:port`) for RPC, HTTP and other plugins. [RFC](https://datatracker.ietf.org/doc/html/rfc2732#section-2) -- ✏️ Support for the Docker images via GitHub packages. -- ✏️ Go 1.17 support for the all spiral packages. - -## 🩹 Fixes: - -- 🐛 Fix: fixed bug with goroutines waiting on the internal worker's container channel, [issue](https://github.com/spiral/roadrunner/issues/750). -- 🐛 Fix: RR become unresponsive when new workers failed to re-allocate, [issue](https://github.com/spiral/roadrunner/issues/772). -- 🐛 Fix: add `debug` pool config key to the `.rr.yaml` configuration [reference](https://github.com/spiral/roadrunner-binary/issues/79). - -## 📦 Packages: - -- 📦 Update goridge to `v3.2.1` -- 📦 Update temporal to `v1.0.9` -- 📦 Update endure to `v1.0.4` - -## 📈 Summary: - -- RR Milestone [2.4.0](https://github.com/spiral/roadrunner/milestone/29?closed=1) -- RR-Binary Milestone [2.4.0](https://github.com/spiral/roadrunner-binary/milestone/10?closed=1) +- RR-Binary Milestone [2.5.0]() ## v2.4.1 (13.09.2021) |