diff options
author | Valery Piashchynski <[email protected]> | 2021-10-01 22:56:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-01 22:56:24 +0300 |
commit | 2cd9fd5cf3b734fa247701dafded853d5ef0a38d (patch) | |
tree | 1fd2a85053595df6330c5fef4ff361cbf6b62d9d | |
parent | ccf08c9470453f498cc20bc2245004662690320e (diff) |
Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b32778a..09f40dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - 🔨 Some drivers now use a new `config` key to handle local configuration. Involved plugins and drivers: - `plugins`: broadcast, kv -- `drivers`: memory, redis, memcached, boltdb. +- `drivers`: `memory`, `redis`, `memcached`, boltdb. ## ATTENTION!!!, this is the configuration BC release, please, update your configuration: @@ -73,7 +73,7 @@ ssl: ] ``` -- ✏️ Add new option to the `service` plugin. Service plugin will not use std rr logger as output in flavor of raw output. +- ✏️ Add a new option to the `service` plugin. Service plugin will not use std RR logger as output in the flavor of raw output. New options: ```yaml @@ -111,7 +111,7 @@ you need to serialize data on the `executable` (in the command) side. - 🐛 Fix: local and global configuration parsing. - 🐛 Fix: bug with the `boltdb-jobs` connection left open after RPC close command. -- 🐛 Fix: close `beanstalk` connection and release associated resources after pipeline stop. +- 🐛 Fix: close `beanstalk` connection and release associated resources after pipeline stopped. ## 📦 Packages: |