tags: roadrunner
v2.12.2
🚀 v2.12.2-alpha.1 🚀
👀 New:
- ✏ AMQP plugin: pass headers to the
Queue
declaration command to create quorum, lazy, etc. queues and provide additional options supported by RabbitMQ, FR, (thanks @ykweb) - ✏ AMQP plugin: do not create a queue if the user does not consume it, FR, (thanks @Colomix)
- ✏ gRPC plugin: support additional metrics:
requests_queue
,request_duration_seconds
andrequest_total
, PR, docs: link, (thanks @cv65kr)
🩹 Fixes:
- 🐛 X-Sendfile middleware: make it work as expected (as the response header), BUG, (thanks @tux-rampage)