Skip to content

Releases: mailtrap/mailtrap-nodejs

Release v4.4.0

08 Dec 16:35
ea06f8e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

25 Nov 12:45
9a5c2b6

Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

Release v4.3.0

02 Oct 11:38
dc5cd84

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

Release v4.2.0

08 Jul 14:56
86d7c53

Choose a tag to compare

Changes

Release v4.1.0

18 Apr 13:13
f6a9d5b

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

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

Choose a tag to compare

Changes

Release v3.3.0

31 Jan 11:31
c1e257d

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.