All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v2.1.2 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ support for AMQPS for rabbitmq connections (9f0697)

    ๐Ÿ› Bug Fixes

    • retry connections without SSL when SSL issue is encountered during smtp sending (0dc682)
  • v2.1.1 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ allow @ and % in webhook urls (c60c69)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixes broken styling on errors (a0c87e)
    • ๐Ÿš… use the Postal logger system for the rails log (5b04fa)
  • v2.1.0 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ support for configuring the default spam threshold values for new servers (724325)
    • ๐Ÿ‘Œ support for using rspamd for spam filtering (a1277b)

    ๐Ÿ› Bug Fixes

    • dkim: fixes timing race condition when signing emails (232b60)
    • ๐Ÿณ docker: fixes issue caused by changes to underlying ruby:2.6 image (6570ff)
  • v2.0.0 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ’ป ui: add footer with links to docs and discussions (1247da)

    ๐Ÿ› Bug Fixes

    • dkim: ensure DKIM-Signature headers are appropriately wrapped (476129)
    • ๐Ÿ“„ docs: update port numbers to specify the actual port number the SMTP server is listening on (4404b3)
    • ๐ŸŒฒ logging: fix spelling of graylog (2a11e0)
  • v2.0.0-beta.1 Changes

    ๐Ÿ”‹ Features

    • config: support for loading a postal.local.yml config file from the config root if it exists (8e3294)
    • smtp_server: allow bind address to be configured (4a410c)
    • โž• add priorities to IP address assignment (21a8d8)

    ๐Ÿ› Bug Fixes

    • dkim: fixes bug with signing dkim bodies (189dfa)
    • smtp_server: attempt to redact plain-text passwords from log output (fcb636)
    • smtp_server: fixes issue with malformed rcpt to (e0ba05)
    • smtp_server: refactor mx lookups to randomly order mx records with the same priority (bc2239)
    • smtp_server: updated line split logic, normalize all linebreaks to \r\n (e8ba9e)
    • โž• add resolv 0.2.1 (eef1a3)
    • always obey POSTAL_CONFIG_ROOT (1d22ca)
    • ๐Ÿ›  fix issue with determining if an SMTP connection is encrypted or not (73870d)
    • โœ‚ remove a few leftover fast server artifacts (5cd06e)
    • replace Fixnum with Integer (52a23f)