diff options
author | Valery Piashchynski <[email protected]> | 2022-05-10 14:25:52 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-10 14:25:52 +0200 |
commit | 0fbd608bf7a87fbba038a77c76795b0d3b0627b0 (patch) | |
tree | b28a61706d6fc24756f7ef6e1e689385a9e58594 /CHANGELOG.md | |
parent | 5b47ae3041428f0f9403910b08da57bc6e78fb46 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
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 a44a686a..6858b338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,31 @@ PHP worker can access tracing data via `w3c` [headers](https://www.w3.org/TR/tra --- +## v2.9.4 (06.05.2022) + +## ๐ฉน Fixes: + +- ๐ Fix: **HTTP plugin:** request max body size incorrectly parsed. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1115), (thanks, @Opekunov) + +--- + +## v2.9.3 (06.05.2022) + +## ๐ New: + +- โ๏ธ: `--silent` flag. This flag will hide startup message and `./rr reset` output. + +## ๐ฉน Fixes: + +- ๐ Fix: **AMQP** driver didn't reconnect on timeouts, which led to stopping consuming messages w/o a proper notification. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1103), (thanks @hustlahusky) +- ๐ Fix: `reset` command (`./rr reset`) gets stuck when using output redirects. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1108), (thanks @maximal) + +## ๐งน Chore: + +- ๐๏ธ **HTTP** plugin: better looking error message on wrong status code. [ISSUE](https://github.com/roadrunner-server/roadrunner/issues/1107), (thanks @gam6itko) + +--- + ## v2.10.0-alpha.1 (07.04.2022) ## ๐ New: |