Skip to content

Releases: railsware/mailtrap-nodejs

Release v4.1.0

18 Apr 13:13
f6a9d5b
Compare
Choose a tag to compare

Changes

  • Add support for reply_to in Sending API (in #58, thanks to @aolamide).

Release v4.0.0

28 Feb 16:14
cbe9f12
Compare
Choose a tag to compare

Changes

  • BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
  • BREAKING CHANGE: Removes send methods from the BulkSendingAPI and TestingAPI classes. There should be only one send method on the MailtrapClient.
  • The general and testing APIs are created lazily, after the first access to the corresponding getters.
  • Updated the MailtrapClient to accept two more params: bulk: Boolean and sandbox: Boolean. They are changing the behavior of the send method of the client in the following way:
  • Security updates for dependencies

Release v3.4.0

12 Aug 10:21
ad628ab
Compare
Choose a tag to compare

Changes

Release v3.3.0

31 Jan 11:31
c1e257d
Compare
Choose a tag to compare

Changes

  • Add support for Testing product API.
    • All public routes from API V2 are now available in SDK 🎉
    • Refer to the examples folder for the source code of this and other advanced examples.
  • Security updates.