v2.12.2-alpha.1
Pre-release
Pre-release
rustatian
released this
22 Dec 18:04
·
638 commits
to master
since this release
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)