MailerQ release 0.7.2
It has been 4 weeks since release of MailerQ 0.7.1, and we have been busy with improving the application and fixing bugs. Today we are happy to announce release of MailerQ 0.7.2. This is mainly bug fix release, but we also implemented some new features.
Here is the list of changes:
New features:
Added support for SHA256 hashing algorithm in DKIM signing.
Added dkim key verification.
Added custom x-mq- headers to be included in JSON message.
Default values for max-deliver-time and max-attempts are now config file options.
Added option to turn off persistent delivery mode for RabbitMQ messages.
Bug fixes:
Fixed possible segmentation fault when signing DKIM with multiple threads.
Fixed bug when marking well known servers like gmail as being offline.
Fixed log search filter to work with all types of results.
Fixed bug that did not allow to turn off results queue.
Allow "@" character in database and storage passwords in config file.
Fixed sqlite database update query.
Fixed init scripts to close MailerQ nicely, so the closing messages are in the log.
Other improvements
Outbox queue is now optional. If set to empty string, MailerQ will not send any messages, only receive them over SMTP.
Added more descriptive database connection error messages.