diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8574b5b7..bf740892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # CHANGELOG +# <center> ๐ v2023.3.9 ๐ </center> + +### `HTTP` plugin + +- ๐๏ธ Streaming responses can experience a lock-up when the client disconnects early, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1830), (thanks @segrax) + +### `SQS` JOBS driver + +- ๐๏ธ Use user specified credentials if they are set even if we're inside AWS, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1833), (thanks @matteokov) + +### `Service` plugin + +- ๐๏ธ Services directly killed when restarting on terminating. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1814), (thanks @chazzbg) + +### `Server` plugin + +- ๐ฅ Add `user` param to `on_init` command section. [PR](https://github.com/roadrunner-server/server/pull/68), [docs](https://roadrunner.dev/docs/plugins-server/current/en#configuration), (thanks @Kaspiman) + +### `Redis` KV driver + +- ๐๏ธ Correctly finish the OTEL span. [PR](https://github.com/roadrunner-server/redis/pull/62), (thanks @Kaspiman) + +### <center>๐งน Chore:</center> + +- ๐งโ๐ญ **Dependencies**: update project/system dependencies. +- ๐งโ๐ญ **Docs**: update docs, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1819). + +--- + # <center> ๐ v2023.3.8 ๐ </center> ### `HTTP` plugin @@ -39,7 +68,6 @@ - ๐งโ๐ญ **Dependencies**: update project/system dependencies. - --- # <center> ๐ v2023.3.6 ๐ </center> |