Releases: mailjet/mailjet-gem
Releases · mailjet/mailjet-gem
v1.8.3
v1.8.2
v1.8.1
What's Changed
- add github actions by @alex-leb in #268
- add respond_to_missing? by @BrahimDahmani in #263
New Contributors
- @alex-leb made their first contribution in #268
- @BrahimDahmani made their first contribution in #263
Full Changelog: v1.8.0...v1.8.1
Switch to Faraday as HTTP client
Switch to Faraday as HTTP client
Full Changelog: v1.7.11...v1.8.0
Fixed options forwarding from APIMailer to Mailjet::Send and added Rails generator for config initialization
Minor fixes
Fix save method
Following #101 and 1.5.0 release, save method was no longer hitting the API. This release fixes that.
Fixes issue #96 and #97
Support for API v3.1, dry-run and per instance credentials
This release mostly adds support for Mailjet API version 3.1 and the Send API v3.1 in beta.
It also allows for dry-run calls, with the perform_api_call options.
It also also allows to manage API credentials local to a client instance rather than a global setting shared across all the instances (singleton configuration object).
The gem is available as always at Rubygems: https://rubygems.org/gems/mailjet
Fix travis
v1.4.9 travis