summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-10 14:25:52 +0200
committerValery Piashchynski <[email protected]>2022-05-10 14:25:52 +0200
commit0fbd608bf7a87fbba038a77c76795b0d3b0627b0 (patch)
treeb28a61706d6fc24756f7ef6e1e689385a9e58594
parent5b47ae3041428f0f9403910b08da57bc6e78fb46 (diff)
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-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: