MailerQ release 0.7.3
We are pleased to announce the release of MailerQ 0.7.3. We have spent last 5 weeks to fix known bugs before we move on to adding new features. This is mainly bug fix release, but we also implemented some new features.
Here is the list of changes:
New features
Added pause delivery feature for whole application, local IPs, receiving domain names/IPs or combination of local IP and receiving domain name/IP.
Added support for MongoDB as a storage engine
Important bug fixes
Fixed bug when domain was marked offline infinitely after network error.
Fixed delivery limits per ip.
Fixed race condition that might have caused MailerQ to stop consuming messages from RabbitMQ.
Fixed delay when republishing message, now delay increases with number of retries.
Fixed handling of ConnectionLost results, so they're not retried infinitely.
The 'nohosts' result will no longer trigger a retry.
Multiline answers are now merged into one answer before they are sent to the log and message queues.
Fixed showing error on failed storage connection.
Other improvements
RabbitMQ Connection error now shows more specific error message.