diff options
author | Valery Piashchynski <[email protected]> | 2021-06-09 20:06:05 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-09 20:06:05 +0300 |
commit | 8443018822211647eeb9625c39cce0b2415d1d7c (patch) | |
tree | 3e9b8c8b4ea2ad9ecbb94db554c9db4dda777c59 | |
parent | ec9b71c5468d8a6f1b999a35dca6e78af55b9895 (diff) |
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa193010..8bc69d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ v2.3.0 (08.06.2021) - ✏️ Brand new `broadcast` plugin now has 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) [Issue](https://github.com/spiral/roadrunner/issues/513) -- ✏️ Protobuf binary messages for the `websockets` RPC calls under the hood. [Issue](https://github.com/spiral/roadrunner/issues/711) +- ✏️ Protobuf binary messages for the `websockets` and `kv` RPC calls under the hood. [Issue](https://github.com/spiral/roadrunner/issues/711) - ✏️ Json-schemas for the config file v1.0 (it also registered in [schemastore.org](https://github.com/SchemaStore/schemastore/pull/1614)) - ✏️ `latest` docker image tag supported now (but we strongly recommend using a versioned tag (like `0.2.3`) instead) - ✏️ Add new option to the `http` config section: `internal_error_code` to override default (500) internal error code. [Issue](https://github.com/spiral/roadrunner/issues/659) @@ -27,6 +27,9 @@ v2.3.0 (08.06.2021) - 🐛 Fix: Wrong applied middlewares for the `fcgi` server leads to the NPE: [Bug](https://github.com/spiral/roadrunner/issues/701) +## 📦 Packages: +- 📦 Update goridge to `v3.1.0` + --- v2.2.1 (13.05.2021) |