diff options
author | Valery Piashchynski <[email protected]> | 2022-03-13 13:09:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-13 13:09:04 +0100 |
commit | 934517ef3cf53ffd444b54dde123d6a69d1bbfd9 (patch) | |
tree | 02a3234d88f7228246b536a4eba0dde60e61a1dc /CHANGELOG.md | |
parent | d0a3e2e3ce863df0a1f89e8857410b337df358ae (diff) | |
parent | 43b7f8eb361e8c962b887e7759d3094bb725df86 (diff) |
[#1051]: release: `v2.8.3` v2.8.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e80d9b..b90200ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # CHANGELOG +## UNRELEASED + +## ๐ New: + +- โ๏ธ [**API**](https://github.com/roadrunner-server/api): add service proto api to manage services, [FR](https://github.com/roadrunner-server/roadrunner/issues/1009) (reporter @butschster) + + +## v2.8.3 (13.03.2022) + +## ๐ New: + +- โ๏ธ Better env variables parser. Now RR is able to parse the sentences like: `"mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@${MYSQL_HOST}:${MYSQL_PORT}/${MYSQL_DATABASE}?serverVersion=5.7"` and get all environment variables. [FR](https://github.com/roadrunner-server/roadrunner/issues/1035), (reporter @Tony-Sol) + +## ๐งน Chore: + +- ๐งโ๐ญ Update all dependencies to the most recent versions. +- ๐งโ๐ญ Remove `configuration` plugin from the `root.go` and other files. Used only in the `serve` where it should be. + +## ๐ฉน Fixes: + +- ๐ Fix: call of the `kv.TTL` for the Redis drivers returns non RFC3339 time format [BUG](https://github.com/roadrunner-server/roadrunner/issues/1024), (reporter @antikirra) +- ๐ Fix: `rr workers` command doesn't work for the `service` plugin [BUG](https://github.com/roadrunner-server/roadrunner/issues/1033), (reporter @OO00O0O) + +--- + ## v2.8.2 (22.02.2022) ## ๐งน Chore: |