diff options
Diffstat (limited to 'CHANGELOG.md')
-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) --- |