Inline attachment support was added in Bamboo 1.4 so I've also updated the minimum required version of bamboo to 1.4.0. As part of this the default json library in bamboo changed to Jason so we need to set configuration to keep using Poison (but this configuration is only used for this library itself so it doesn't impact users)
Note: When I ran mix deps.get, there were a significant updates:
Inline attachment support was added in Bamboo 1.4 so I've also updated the minimum required version of bamboo to 1.4.0. As part of this the default json library in bamboo changed to
Jason
so we need to set configuration to keep using Poison (but this configuration is only used for this library itself so it doesn't impact users)Note: When I ran
mix deps.get
, there were a significant updates:These changes also don't impact users because only the contents of the mix.exs file matter to users of this library.