Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@VladimirTaytor VladimirTaytor released this 28 Feb 16:14
cbe9f12

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