Skip to content

Releases: mailjet/mailjet-gem

v1.8.3

27 Nov 17:15
dd22b91

Choose a tag to compare

What's Changed

  • Refactor exception handling for response content type by @RobinRim in #273
  • Editing link to account/triggers by @Vin0uz in #274
  • DE-1550: Fix undefined method 'blank? by @alex-leb in #275

New Contributors

Full Changelog: v1.8.2...v1.8.3

v1.8.2

28 Aug 15:49
68fc882

Choose a tag to compare

What's Changed

  • DE-1590: Fix specs by @alex-leb in #272
  • DE-1589: Fix NoMethodError when email address is invalid and using ve… by @alex-leb in #270

Full Changelog: v1.8.1...v1.8.2

v1.8.1

29 Jun 19:02
14d7bd3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

Switch to Faraday as HTTP client

30 Aug 09:26

Choose a tag to compare

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

03 Jul 14:53

Choose a tag to compare

  • PR #108: when installing the gem, you'll now be welcomed by the gem the way you deserved, thanks to @Lorel. A nice and intuitive Rails generator will generate the config files the right way so you can get started in minutes.
  • PR #109

Minor fixes

30 Jun 14:47

Choose a tag to compare

Fix save method

05 Jun 16:19

Choose a tag to compare

Following #101 and 1.5.0 release, save method was no longer hitting the API. This release fixes that.

Fixes issue #96 and #97

26 May 16:26

Choose a tag to compare

Support for API v3.1, dry-run and per instance credentials

22 May 16:52

Choose a tag to compare

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

02 Aug 16:19

Choose a tag to compare

v1.4.9

travis