Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

97 lines (71 loc) · 3.45 KB

CHANGELOG

1.5.0-rc.2 - 2018-01-05

  • Add attachment support (#35)
  • Apply rfc822_encode to headers(FROM, BCC, CC, TO) (#75)
  • Make the hostname (FQDN) configurable (#74)
  • Update Elixir, OTP and all deps to latest versions available (#69)

1.5.0-rc.1 - 2017-07-07

  • Upgrading bamboo to 1.0.0-rc (#67)
  • Add Hex.pm badge with package version (#66)
  • Add a CONTRIBUTING guide (#65)
  • Create CODE_OF_CONDUCT.md (#64)

1.4.0 - 2017-06-15

  • Add system env to all configs (#49)
  • Add the raw error tuple when we raise an error (#51)
  • Fix email delivery issue when subject is empty (#60)

1.3.0 - 2017-01-12

  • Add test targets for Elixir & OTP (#45)
  • Don't need to enforce username/password (#37)
  • Updated dependencies (#43)
  • Fix for emails going to spam with office365 smtp (#39)
  • Fixed parentheses deprecations for elixir 1.4 (#41)
  • Add some doc badge love with inchCI (#34)

1.2.1 - 2016-08-23

  • Fix From/To headers passed to gen_smtp not to be formated that caused an error with some SMTP cloud providers like Amazon SES (#31)

1.2.0 - 2016-08-02

  • Fix order of name/email in format_email function (#22)
  • Allow username and password configs to be loaded from ENV (#23)
  • Remove Content-ID SMTP header from email parts (#24)
  • Bump to Elixir 1.3.2 (#26)
  • Update to bamboo 0.7.0 (#27)

1.1.0 - 2016-07-18

New Additions

  • Subject is now encoded to conform to RFC822 (#15)
  • Bump gen_smtp to 0.11.0 (from 0.10.0) (#13)
  • Support Elixir 1.3.0 (#13)
  • Support Erlang 19.0 (#13)

1.0.0 - 2016-06-14

New Additions

  • We're making it clear that we're using the MIT License (#9)
  • We're introducing a CHANGELOG 👏 (#12)
  • Add an extra newline before body. This should fix the display of HTML content with email readers. (#6)
  • Minor improvements to README (#4)