diff options
author | Valery Piashchynski <[email protected]> | 2021-08-12 15:42:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-12 15:42:37 +0300 |
commit | a2d9f341ae1b49d50cb47e54a627581415823ab0 (patch) | |
tree | 2c3a83583df92fcd928de3afdfab31793d092680 | |
parent | df27287c78d7b17d7c8f0e7fff59fa7cbf2a4f9f (diff) |
Update CHANGELOGv2.4.0-alpha.1
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8000a622..9ea29573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,15 +11,14 @@ v2.4.0 (_.08.2021) ## 👀 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`, `ephemeral`. All jobs can be prioritized now --> [PR](https://github.com/spiral/roadrunner/pull/726) - + Drivers included in the initial release: `RabbitMQ (0-9-1)`, `SQS v2`, `beanstalk`, `ephemeral`. [PR](https://github.com/spiral/roadrunner/pull/726) ## 🩹 Fixes: -- 🐛 Fix: +- 🐛 Fix: fixed bug with waiting goroutines on the internal worker's container channel. ## 📈 Summary: -- RR Milestone [2.4.0]() +- RR Milestone [2.4.0](https://github.com/spiral/roadrunner/milestone/29) --- |