MailerQ 5.15.1
We have released version 5.15.1 of MailerQ. This release introduces several important updates, including new features, improvements, and bug fixes. Please check the release notes for more details.
Improvements to delayed message handling
A new delayed-replyto
config option has been added, allowing the inclusion of
a reply-to
header for delayed AMQP messages. Additionally, the
delayed-routingkey
option provides the flexibility to set a custom routing key
for delayed messages.
Configuration changes
To streamline configuration, we've removed the deprecated rabbitmq-results
and
rabbitmq-retry
options. Alongside this, error messages related to config file
parsing have been enhanced, offering clearer feedback when issues arise. The
parsing process itself is now stricter, ensuring better validation and fewer
configuration errors.
Bug fixes
Finally, we've addressed a couple of bugs: the dns-buffer
option in the
default config file has been replaced with dns-buffersize
, and warnings
regarding the deprecated MYSQL_OPT_RECONNECT
option have been fixed.