summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-06-23 22:54:36 +0200
committerGitHub <[email protected]>2022-06-23 22:54:36 +0200
commit3996ba6d12f953f808408e276f69dfcf0950e906 (patch)
tree427762988c1ece26bbf29d51d7b5067b91125d98 /CHANGELOG.md
parentaffb2495730defca5d138c624749212e6d40df3d (diff)
parentd077c203ea299078bd9c7f998f33bd4600a664bd (diff)
[#1189]: release: `v2.10.5`v2.10.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38564a4d..aa8ca390 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# CHANGELOG
+## v2.10.5 (23.06.2022)
+
+## 🩹 Fixes:
+
+- 🐛 **SDK**: Increase `stderr` buffer size from 32kb to 65kb, [man7](https://linux.die.net/man/7/pipe), [BUG](https://github.com/roadrunner-server/roadrunner/issues/1171), (thanks @7krasov)
+- 🐛 **AMQP Plugin**: Fix incorrect queue binding to the `default` routing key. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1181), (thanks @rauanmayemir)
+- 🐛 **HTTP Plugin**: Fix `x-www-form-urlencoded` requests 10Mb limit. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1172) (thanks @StreetYo)
+
+---
+
## v2.10.4 (11.06.2022)
## 🩹 Fixes: