All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
657 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.0 Changes
August 02, 2019๐ New Additions
- Add support for SendGrid's
asm_group_id
(#457) - โ Add
SentEmailApiPlug
(#456) - โ Add ability to bypass list management for SendGrid Adapter (#458, #463)
- โ Add
supports_attachments?
to adapter behaviour (#410) - ๐ Allow setting of Mailgun config from env (#363)
- โ Add option to
deliver_now
to return adapter response (#466) - โก๏ธ SendGrid Adapter Reply-To parameter updates (#487)
- ๐ Google Analytics settings for SendGrid Adapter (#462)
- โ Add support for Mailgun tags and templates (#490)
- Config driven
base_uri
for Mailgun Adapter (#491)
๐ Fixes/Enhancements
- ๐ Fix typos and documentation (#454, #447, #455, #461, #468, #473, #488)
- โ Add additional adapters to README (#446, #480)
- โ Add .t() spec type to
Bamboo.Attachment
(#389) - โ Add Elixir code formatter (#464)
- โ Clarify changes and test phases in mailer test (#465)
- โก๏ธ Restructure/update README (#467)
- โ Add Code of Conduct (#471)
- Replace Poison with Jason for json encoding/decoding (#485)
- โฌ๏ธ Upgrade ex_doc (#486)
- โ Remove whitespaces inside
pre
tag inSentEmailViewer
(#493) - Use a formatter for
assert_email_delivered_with/1
(#482)
- Add support for SendGrid's
-
v1.2.0 Changes
January 30, 2019๐ New Additions
- ๐ Allow custom args for SendGrid (https://github.com/thoughtbot/bamboo/pull/413)
- โ Added support for dynamic template data in Sendgrid ((https://github.com/thoughtbot/bamboo/pull/426)
๐ Fixes/Enhancements
- ๐ง Make JSON library configurable (https://github.com/thoughtbot/bamboo/pull/374)
- ๐ Fix reply-to header being set as string for mailgun adapter (https://github.com/thoughtbot/bamboo/pull/421)
- ๐ Fix HTML escaping in headers (https://github.com/thoughtbot/bamboo/pull/437)
- ๐ Fix Sendgrid sandbox mode (https://github.com/thoughtbot/bamboo/pull/442)
- ๐ Lazily render debug logs (https://github.com/thoughtbot/bamboo/pull/438)
-
v1.1.0 Changes
August 15, 2018๐ Fixes/Enhancements
- โก๏ธ Update hackney version requirement to 1.13.0
- README improvements
- ๐ง Migrate circleci configuration to 2.0 (https://github.com/thoughtbot/bamboo/pull/411)
-
v1.0.0 Changes
June 14, 2018๐ New Additions
- ๐ Support attachments in SendGridAdapter (https://github.com/thoughtbot/bamboo/pull/294)
- ๐ Mailgun attachment support (https://github.com/thoughtbot/bamboo/pull/341)
- Bamboo logo (https://github.com/thoughtbot/bamboo/pull/388)
๐ Fixes/Enhancements
- Convert send_grid_adapter to SendGrid API v3 (https://github.com/thoughtbot/bamboo/pull/293)
- ๐ Fix collapsing html email preview (https://github.com/thoughtbot/bamboo/pull/351)
- โก๏ธ Misc dependency version updates
-
v1.0.0-rc2 Changes
November 03, 2017๐ New Additions
- โ Add support to Mailgun adapter for using custom vars (https://github.com/thoughtbot/bamboo/pull/306)
- โ Add option to open a browser window for every new email (https://github.com/thoughtbot/bamboo/pull/222)
- Display Sender's name on the preview page (https://github.com/thoughtbot/bamboo/pull/277)
๐ Fixes/Enhancements
- ๐ Support file data in attachment struct + mailgun attachment support (https://github.com/thoughtbot/bamboo/pull/292)
- ๐ Fix compilation warnings (https://github.com/thoughtbot/bamboo/pull/304)
- โ Remove deprecated call (https://github.com/thoughtbot/bamboo/pull/321)
- Differentiate master/published SendGridHelper link (https://github.com/thoughtbot/bamboo/pull/325)
- Misc README improvements
-
v1.0.0-rc.1 Changes
May 05, 2017๐ New Additions
- ๐ Bamboo allows adapters to support attachments! (https://github.com/thoughtbot/bamboo/pull/156)
- โ Add
MailgunAdapter
attachment support (https://github.com/thoughtbot/bamboo/commit/d47833194833e6a1cb9f9cb715be0742e55f5fd8) - โ Add support for
replyto
header inSendGridAdapter
(https://github.com/thoughtbot/bamboo/pull/254) - ๐ Raise if email has attachments and adapter doesn't support them (https://github.com/thoughtbot/bamboo/commit/ce2249c9854a79148ecf91f877ae26142c83184b)
๐ Fixes/Enhancements
- ๐ฎ Force correct mime type in preview (https://github.com/thoughtbot/bamboo/commit/e6f5389314193ef75a015d49a8a6e23b08bc281a)
- โก๏ธ Update Hackney to fix header issues (https://github.com/thoughtbot/bamboo/pull/263)
- โ Adds
Bamboo.ApiError
that can be used by adapters (https://github.com/thoughtbot/bamboo/commit/2876dfeea0911fc51c9fa3daae0dbc7a17ca0557) - ๐ Numerous small updates and fixes to documentation and README.
๐ฅ Breaking changes
- ๐ Renamed
SendgridAdapter/Helper
toSendGridAdapter/Helper
(https://github.com/thoughtbot/bamboo/commit/6b582f80781f0072bd4051084a3286991bfde2d0) - Change
assert_delivered_with
toassert_email_delivered_with
(https://github.com/thoughtbot/bamboo/commit/9823793fbcd45c2a58ef9bd1e65e5d162625513e) - ๐ Renamed
EmailPreviewPlug
toSentEmailViewerPlug
(https://github.com/thoughtbot/bamboo/commit/f3668458f13e0a018eebbe38681362144292cd25)
-
v0.8.0 Changes
January 06, 2017 -
v0.7.0 Changes
July 29, 2016๐ New Additions
- โ Add example of using HTML layouts with Bamboo.Phoenix (#173)
- Give suggestions for why email preview may not be working (#177)
- โ Add Mandrill template support (#176)
๐ Fixes/Enhancements
- ๐ Build mailer config during runtime. Allows for configuration with Conform (#170)
- ๐ Fix "leaking" HTML email styles (#172)
- Catch
nil
email addresses when used in 2-item tuple (#151) - โ Remove
ExMachina
from dev/prod deps. It should have been a test only dep (#198) - ๐ Small typo fixes (#199)
- Explicitly set content type in email preview so that HTML emails are always preview as HTML (#203 and #204)
-
v0.5.0 Changes
๐ New Additions
- โ Much improved test helpers (#109)
- 0๏ธโฃ
Bamboo.TaskSupervisorStrategy
is now started by default (#133) - ๐ New Mailgun adapter (#125)
- ๐ Link to new Sparkpost adapter (#118)
- โ Shared mode for working with multiple process/acceptance tests (#136)
- ๐ New
Bamboo.Phoenix.put_layout/2
for setting HTML and text layouts at the same time (#122)
๐ Fixes
- ๐ Show correct "from" address in
EmailPreview
(#127)
๐ฅ Breaking changes
Bamboo.Test.assert_no_emails_sent
has been renamed toassert_no_emails_delivered
(#109)- Since
Bamboo.TaskSupervisorStrategy
is started automatically,Bamboo.TaskSupervisorStrategy.child_spec
has been removed. Please remove the call to that function from yourlib/my_app.ex
file.