summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
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: