- The message field now supports
mail_settings
. See #118.
- Update to data-encoding 2.6.
Personalization::new_many
was added to simplify the API.
- The V3 sender now accepts an optional reqwest
Client
as a parameter innew
.
reqwest
was updated to version 0.12.
- The main documentation was updated to reflect the current feature flags.
blocking_send
function. This allows for asynchronous and blocking code to coexist. (#105)
- The
async
feature is now considered default. (#105)