Skip to content

Releases: mailjet/mailjet-gem

Switch to Faraday as HTTP client

30 Aug 09:26
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix save method

05 Jun 16:19
Compare
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
Compare
Choose a tag to compare

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

22 May 16:52
Compare
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
Compare
Choose a tag to compare
v1.4.9

travis

Fix APIMailer

02 Aug 15:56
Compare
Choose a tag to compare
v1.4.8

version

v1.3.8

22 Mar 13:32
Compare
Choose a tag to compare
  • Default sender only on send
  • Id striped out from payload on create

v1.3.7

22 Mar 13:06
Compare
Choose a tag to compare
  • Attributes handled by the API