diff options
author | Valery Piashchynski <[email protected]> | 2021-09-20 10:16:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-20 10:16:24 +0300 |
commit | b466256e1709af7396a8e64ed5e284046d648dae (patch) | |
tree | 9099c6511f0c7cf933b8ad4a6a381f382b8bf827 | |
parent | 93254f1531947e40c07d19dbb5bbf8e2b83b6e4c (diff) |
Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d820b981..552b3ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,21 @@ # CHANGELOG ## v2.5.0 (-.-.2021) - ## 💔 BC: -- 🔨 All drivers now uses new `config` key to handle local configuration. Involved plugins and drivers: -- `plugins`: broadcast, kv -- `drivers`: memory, redis, memcached, boltdb. +- 🔨 Some drivers now use a new `config` key to handle local configuration. Involved plugins and drivers: +- `plugins`: broadcast, kv +- `drivers`: memory, redis, memcached, boltdb. -## ATTENTION!!!, this is configuration BC release, please, update your configuration: +## ATTENTION!!!, this is the configuration BC release, please, update your configuration: ### Old style: ```yaml broadcast: - default: - driver: memory - interval: 1 + default: + driver: memory + interval: 1 ``` ### New style: @@ -41,24 +40,29 @@ kv: config: <--------------- NEW addr: - "127.0.0.1:11211" + +broadcast: + default: + driver: redis + config: <------------------ NEW + addrs: + - "127.0.0.1:6379" ``` ## 👀 New: -- ✏️ +- ✏️ [BETA] GRPC plugin update to v2. +- ✏️ [Roadrunner-plugins](https://github.com/spiral/roadrunner-plugins) repository. This is the new home for the roadrunner plugins with documentation, configuration samples, and common problems. ## 🩹 Fixes: -- 🐛 Fix: local and global configuration parsing +- 🐛 Fix: local and global configuration parsing ## 📦 Packages: -- 📦 - -## 📈 Summary: - -- RR Milestone [2.5.0]() -- RR-Binary Milestone [2.5.0]() +- 📦 Roadrunner `v2.5.0` +- 📦 Roadrunner-plugins `v2.5.0` +- 📦 Roadrunner-temporal `v1.0.10` ## v2.4.1 (13.09.2021) |