Releases: beam-community/bamboo
Releases · beam-community/bamboo
v2.3.1
2.3.1 (2024-09-26)
Bug Fixes
- Fix Elixir 1.17 warning about function call without parens (1c1d002)
- fix invalid typespec (7b5d99d)
- README badge and broken links (c0ea19b)
v2.3.0
Additions
- Add inline images in mandrill adapter (#608)
- add support for enabling sendgrid click tracking (#618)
- Better local preview for text-only emails (#622)
Fixes/Enhancements
- Improve format of SendGridHelper docs (#611)
- Change "enabled" to "enable" to conform to SendGrid API (#624)
- Update mime package version (#627)
v2.2.0
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
Additions
- Adds ability to define interceptors (#591)
Fixes/Enhancements
- Updates broken screencast link in README (fbf148a)
v2.0.2
Fixes/Enhancements
- Fix LocalAdapter.deliver/2 return type (#589)
- Return email sent in LocalAdapter with an open_email_in_browser_url config (#590)
- Fix example for MandrillHelper.put_param/3 (#593)
v2.0.1
Fixes/Enhancements
- Fix type spec of Mailer.deliver_later/1 (#584)
- Fix format_email_address/2 spec. Returns a single address or a list (#585)
v2.0.0
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
- Update SendGrid Adapter to return ok/error tuple (#572)
- Update Mailgun.deliver to return ok/error tuples (#573)
- Update Mandrill to return ok/error tuples (#574)
- Adds upgrade guide to Bamboo 2.0 (#582)