diff options
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: |