diff options
author | Valery Piashchynski <[email protected]> | 2021-08-19 19:50:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-19 19:50:27 +0300 |
commit | 639d8014402aa22cdbe1ee04da186611923c3c78 (patch) | |
tree | c099167ee2c406cfe2027d55a2c230f15bbced38 | |
parent | ae41f5370da246f267edd23651bed8b31e981a72 (diff) |
Doc update
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2c5216..fdd2e532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ v2.4.0 (_.08.2021) - ✏️ 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`. [PR](https://github.com/spiral/roadrunner/pull/726) -- Support 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. +- 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) ## 🩹 Fixes: - 🐛 Fix: fixed bug with waiting goroutines on the internal worker's container channel. |