bamboo v0.5.0 Release Notes

  • ๐Ÿ†• 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 to assert_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 your lib/my_app.ex file.