All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
1195 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.0 Changes
June 11, 2021โ Additions
- โ Add support for Sendgrid unique arguments (#609)
- โ Accept timeout option in test helpers (#605)
- โ Add assign/2 to Bamboo.Template to set many assigns (#600)
๐ Fixes/Enhancements
- โ Set default timeout in test helpers to 100 (#607)
- โ Turn some test helpers from macros -> functions (#604)
- ๐ง Use refute_timeout configured for all refute_ assertions (#603)
- โ Organize Bamboo's TestAdapter test file (#601)
- ๐ fix deliver_later typo (#598)
- ๐ Fix typo: Bambooo -> Bamboo (#597)
-
v2.1.0 Changes
April 09, 2021 -
v2.0.2 Changes
March 26, 2021 -
v2.0.1 Changes
March 05, 2021 -
v2.0.0 Changes
February 19, 2021๐ฅ Breaking Changes
- Adds Mailer.deliver_now! and deliver_later! (#571)
- Extract Bamboo.Phoenix (#581)
- โ Remove deprecated code (#580)
โฌ๏ธ Please see the upgrade guide.
โ Additions/Improvements
-
v1.7.1 Changes
February 18, 2021 -
v1.7.0 Changes
February 05, 2021๐ New Additions
- Introduce Bamboo.Template and Bamboo.View (#576)
- โ Add support for Mailgun recipient variables (#566)
๐ Fixes/Enhancements
- โก๏ธ Update min version of hackney to 1.15.2 (#575)
- ๐ Fix Email.address() typespec (#570)
- ๐ Fix mailgun adapter error reporting (#521)
- ๐ Improve attachment support detection (#567)
- โก๏ธ Update phoenix.ex docs (#564)
- โ Elixir 1.11 warnings (#556)
- ๐ fix: typespec in generated code (#561)
- Remove unneeded
@email_view_module
in Bamboo.Phoenix (#559) - ๐ Relax formatter opts (#557)
-
v1.6.0 Changes
October 13, 2020๐ New Additions
- ๐ Allow specifying an IP Pool name for SendGrid (#539)
- โ Add SendGrid personalizations (#535)
- Specify dynamic SendGrid key in config (#523)
- ๐ Show attachments in sent email viewer (#553)
- ๐ Show recipient names in sent email viewer (#547)
- Add
assert_email_delivered_matches/1
to test functions (#534)
๐ Fixes/Enhancements
-
v1.5.0 Changes
May 05, 2020 -
v1.4.0 Changes
January 24, 2020๐ New Additions
- Send headers in Sendgrid adapter (#479)
- ๐ Allow dynamic override of mailer config (#497)
- โฑ Implement Mailgun's
o:deliverytime
to schedule email delivery (#511) - โ Add Mailgun template version and template text options (#504)
- Pass opts to hackney (#498)
- โ Add
content_id
for displaying attachments in HTML email (#475)
๐ Fixes/Enhancements