Mailjet Gem Versions Save

[API v3] Mailjet official Ruby GEM

v1.5.4

6 years ago
  • 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

v1.5.3

6 years ago
  • Fixes #106
  • Fixes #104
  • Merged #103

v1.5.2

6 years ago

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

v1.5.1

6 years ago

Fixes issues:

  • #97
  • #96

v1.5.0

6 years ago

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

v1.4.9

7 years ago

v1.4.8

7 years ago

v1.3.8

8 years ago
  • Default sender only on send
  • Id striped out from payload on create

v1.3.7

8 years ago
  • Attributes handled by the API

v1.3.6

8 years ago
  • default properties are removed
    • you can pass any property to the api
  • default sender works with the sendAPI