diff options
author | Valery Piashchynski <[email protected]> | 2022-02-10 20:13:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-10 20:13:24 +0300 |
commit | 35302647da8c0172a9e6f799e48e2411ed8a76f5 (patch) | |
tree | b0fe5474e917f5e1384d13dc88282a2540b8259e | |
parent | 604b8ba8cc1ad94bd48bcecf4d7d4492848ec500 (diff) |
update README.md
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e317efe7..ce7038e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 2.7.7 (10.02.2022) + +## 🩹 Fixes: + +- 🐛 Fix: case-sensitive attributes for SQS [BUG](https://github.com/roadrunner-server/roadrunner/issues/994), (reporter @paulermo) +- 🐛 Fix: grpc plugin incorrectly parses the error response from the worker [BUG](https://github.com/roadrunner-server/roadrunner/issues/995), (reporter @rauanmayemir) +- 🐛 Fix: destroy operation hangs if the number of workers is 0 [BUG](https://github.com/roadrunner-server/roadrunner/issues/1003), (reporter @benalf) + +--- + ## 2.7.6 (06.02.2022) ## 🩹 Fixes: |