All Versions
94
Latest Version
Avg Release Cycle
17 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.12.0 Changes
December 13, 2017โ Added
- ๐ Mandrill template and variable interpolation support (#172 - thanks and congrats on your first Elixir PR @sescobb27)
- ๐ Support optional attachment headers in SMTP related Adapters (#176 - thanks! @davec82)
- ๐ Support in-memory attachment (#178 - thanks again! @davec82, and #182)
๐ Fixed
-
v0.11.0 Changes
November 01, 2017 -
v0.10.0 Changes
September 13, 2017โ Added
- โ Add support for custom email headers in all adapters that were missing it: Postmark, Sendgrid, Mandrill and Sparkpost. (#155)
-
v0.9.1 Changes
August 16, 2017๐ Fixed
- Quote name portion of recipient in Mailgun adapter. (#150)
-
v0.9.0 Changes
August 04, 2017๐ Changed
- Simplify
Swoosh.TestAssertions.assert_email_sent/1
(#139):- to cope with different AST in different Elixir versions
- to take advantage of ExUnit colored diffs
- Swoosh no longer reads config at compile time. (#146)
- Require
Elixir ~> 1.4
so that we can take advantage of all the OTP20 features. - โฌ๏ธ Bump plug to 1.4.3.
- โฌ๏ธ Bump hackney to 1.9.0.
- Simplify
-
v0.8.1 Changes
June 10, 2017 -
v0.8.0 Changes
May 06, 2017โ Added
- โ Add support for attachments.
- Add support for categories in the Sendgrid adapter
๐ Changed
-
v0.7.0 Changes
March 14, 2017 -
v0.6.0 Changes
February 13, 2017โ Added
- ๐ The Sendgrid adapter now supports server-side templates and substitutions.
๐ Changed
- Cowboy dependency was relaxed to ~> 1.0 (from ~> 1.0.0).
- Load Sendmail and SMTP.Helpers if :mimemail is loaded.
๐ Fixed
- ๐ Fix compiler warnings for Elixir 1.4.
-
v0.5.0 Changes
October 19, 2016โ Added
- ๐ The Mailgun adapter now supports attaching data to emails.
- ๐ The Postmark adapter now supports using server-side templates.
๐ Changed
- ๐ The Sendgrid adapter now uses the Sendgrid v3 API.
gen_stmp
is now an optional dependency.- โฌ๏ธ Drop HTTPoison in favor of hackney.
- Enlarge the message area in the preview Plug.
- โฌ๏ธ Bump poison to 3.0.
- โฌ๏ธ Bump plug to 1.2.
๐ Fixed
- The SMTP and Sendmail adapters now correctly set the
Bcc
header. - The Postmark adapter now respects the
From
name. - Replace
:crypt.rand_bytes/1
by:crypto.strong_rand_bytes/1
since it was deprecated with OTP 19.