I’m very pleased to announce the release of Haraka v2.0.0, the powerful node.js SMTP server.
This release marks another major milestone in Haraka’s development, bringing further performance improvements by rewriting some of the internals to make use of node.js’ optimized ”Stream” system. Because of this change, we have written a migration guide<http://haraka.github.com/manual/tutorials/Migrating_from_v1_to_v2.html> to help you migrate any existing plugins which may break. Full list of changes in v2.0.0 (since v1.4.0): - Various fixes to SMTP AUTH code, including providing SMTP AUTH to inbound mail forwarders - Updates to process_title plugin to show more details - Changed transaction.data_lines to a Stream (this will break *all* code which uses transaction.data_lines currently – see the migration guide) - Changed attachments to be a Stream (this will break *some* code which uses transaction.attachment_hooks – see the migration guide) - Capture and log signals sent to Haraka - Various performance improvements - Fixed a memory leak in connection pool - Improvements to TLS compatibility - RFC compliance improvements with greeting, EHLO/HELO, QUIT, and dot stuffing - Throw exception with set_banner as it is now non-functional. Will be returned in a future version. - Small fixes to data.uribl -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
