summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-02 21:13:39 +0300
committerValery Piashchynski <[email protected]>2021-06-02 21:13:39 +0300
commit42c0d32eb2e28fee3d084d887552b1ebafdd66c6 (patch)
tree35056e2a44cc8427b857399a9eb154c15986d22e /CHANGELOG.md
parente7215c942926188c56aaad261ad47fe26ba7d05c (diff)
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94dca5f3..57badfbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,14 +5,16 @@ v2.3.0 (08.06.2021)
-------------------
## 👀 New:
-- Brand new `broadcast` plugins that now have the name - `websockets` with broadcast capabilities. It can handle hundreds of
-thousands websocket connections very efficiently (~300k messages per second with 1k connected clients, in-memory bus on 2CPU cores and 1GB of RAM)
+
+- Brand new `broadcast` plugins that now have the name - `websockets` with broadcast capabilities. It can handle
+ hundreds of thousands websocket connections very efficiently (~300k messages per second with 1k connected clients,
+ in-memory bus on 2CPU cores and 1GB of RAM)
- Flatbuffers binary messages for the `websockets` RPC calls under the hood.
## 🩹 Fixes:
-- 🐛 Fix:
+- 🐛 Fix: Bug with `informer.Workers` worked incorrectly: [Bug](https://github.com/spiral/roadrunner/issues/686)
---
@@ -21,7 +23,8 @@ v2.2.1 (13.05.2021)
## 🩹 Fixes:
-- 🐛 Fix: revert static plugin. It stays as a separate plugin on the main route (`/`) and supports all the previously announced features.
+- 🐛 Fix: revert static plugin. It stays as a separate plugin on the main route (`/`) and supports all the previously
+ announced features.
- 🐛 Fix: remove `build` and other old targets from the Makefile.
---