summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-12-22 17:11:52 +0100
committerValery Piashchynski <[email protected]>2022-12-22 17:11:52 +0100
commit959b98a1a9ac9f71e717b0f6e7b6a87a8dd7534a (patch)
tree8e7aaf230cb813972aab487bc25b5f5b0d984c22 /CHANGELOG.md
parent8c9c32fddc6b63a9dfa1b405339dc1b9a3da03ea (diff)
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dae057a3..028a79ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# CHANGELOG
+###### tags: `roadrunner` `v2.12.2`
+
+## <center>🚀 v2.12.2-alpha.1 🚀<center>
+
+## <center>👀 New: <center>
+
+- ✏ **AMQP plugin:** pass headers to the `Queue` declaration command to create quorum, lazy, etc. queues and provide additional options supported by RabbitMQ, [FR](https://github.com/roadrunner-server/roadrunner/issues/1388), (thanks @ykweb)
+
+- ✏ **AMQP plugin:** do not create a queue if the user does not consume it, [FR](https://github.com/spiral/roadrunner-jobs/issues/30), (thanks @Colomix)
+
+### <center>🩹 Fixes:</center>
+
+- 🐛 **X-Sendfile middleware:** make it work as expected (as the response header), [BUG](https://github.com/roadrunner-server/roadrunner/issues/1386), (thanks @tux-rampage)
+
+---
+
## v2.12.1 (01.12.2022)
###### tags: `roadrunner` `v2.12.1`