All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
1022 days ago

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

    โž• Additions

    • โž• Adds ability to define interceptors (#591)

    ๐Ÿ›  Fixes/Enhancements

    • โšก๏ธ Updates broken screencast link in README (fbf148a)
  • v2.0.2 Changes

    March 26, 2021

    ๐Ÿ›  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 Changes

    March 05, 2021

    ๐Ÿ›  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 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

    • โšก๏ธ 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)
  • v1.7.1 Changes

    February 18, 2021

    ๐Ÿ›  Fixes/Enhancements

    • ๐Ÿ‘‰ Show all senders in sent email viewer template (#569)
    • Import ExUnit.Assertions in Bamboo.Test.assert_delivered_email_matches (#578)
    • Fallback to screen.availHeight for iframe bug (#579)
    • โšก๏ธ Small language updates to README (5e35f5f)
  • 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

    • ๐Ÿ›  Fix passing both response: true and config options (#538)
    • Escape HTML in preview email subject and text body (#548)
    • โž• Add space between name and email in mailviewer (#546)
    • ๐Ÿ‘‰ Use api.sendgrid.com instead of non-api version (#545)
    • ๐Ÿ“„ Docs fixes (#554), (d1c06d)
  • v1.5.0 Changes

    May 05, 2020

    ๐Ÿ†• New Additions

    • ๐Ÿ‘Œ Support SendGrid send_at field (#519)

    ๐Ÿ›  Fixes/Enhancements

    • ๐Ÿ›  Fix variable substitution for nested maps in Mailgun templates (#496)
    • ๐Ÿ˜Œ Relax Jason version constraint (#531)
    • SendGrid requires an Accept header (#529)
    • โœ‚ Remove dead link in README (#527)
  • 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

    • Add refute_email_delivered_with (#484)
    • โž• Add GmailAdapter to available adapters list (#513)