Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 2.77 KB

1.3.10 (2022-03-16)

1.3.7 (2020-03-23)

  • #66 Switch to security-patched fork of mandrill-api gem (mandrill-api-json). Patches CVE-2020-10663.

1.3.6 (2018-10-19)

  • #63 Adopt Mail::Field#unparsed_value public API, thanks @tensho

1.3.5 (2017-12-30)

  • #60 Add support for mail 2.7, thanks @tensho

1.3.4 (2017-05-28)

  • #55 Set default ip pool and override with each message, thanks @dorongutman

1.3.3 (2017-02-09)

  • #52 Mail gem should be a runtime dependency, thanks @tensho
  • #51 Send all passed headers to Mandrill, thanks @tensho
  • #49 Update readme for use of mandrill templates, thanks @januszm
  • #48 Merge settings and options (multiple api keys), thanks @tensho

1.3.2 (2016-06-21)

  • #45 fix issue with html only email as plain text, thanks @sysqa

1.3.1 (2016-04-25)

  • #43 add send_at support, thanks @sbauch, @kshnurov
  • #42 add metadata support, thanks @sbauch
  • #40 drop official support for 1.9.3, ymmv
  • #39 fix sending of text-only emails, thanks @piotrze
  • #26 add mandrill template support, thanks @genaromadrid
  • #32 fix compatibility with mail gem >= 2.5.x (rails 3.2+), thanks @sysqa
  • #23 global_merge_vars support, thanks @sysqa
  • #7 asynchronous message support, thanks @beorc
  • #22 merge_vars support, thanks @tomasc
  • #20 Inline image attachments support, thanks @ropiku

1.2.0 (2015-03-31)

  • #2 Attachment support
  • #3 Add tags and headers to mandrill_dm
  • #6 Update MandrillDm::DeliveryMethod to capture the response from the Mandrill API
  • Add travis-ci to builds
  • #14 Add merge and merge_language flags