Skip to content

Releases: mailjet/mailjet-apiv3-java

Release 6.0.0

11 Jun 21:53

Choose a tag to compare

  • Added unit tests and updated existing
  • Moved to the new version 6.x.x as JDK was moved to Java 11

Full Changelog: v5.2.6...v6.0.0

v5.2.6

27 Mar 10:05

Choose a tag to compare

  • fixed vulnerabilities
  • moved to Java 11

Full Changelog: v5.2.5...v5.2.6

Release 5.2.5

01 Nov 22:16

Choose a tag to compare

  • update dependency versions

Release 5.2.4

01 Sep 08:52

Choose a tag to compare

  • add the ability to attach the file into request
  • fix for uploading CSV file through the DATA API

Release 5.2.3

25 May 10:41

Choose a tag to compare

  • update dependency versions

Release 5.2.1

28 Aug 14:15
2998501

Choose a tag to compare

  • updated dependency versions to avoid security vulnerabilities

Release 5.2.0

22 Jun 10:10
1c95bef

Choose a tag to compare

v5.2.0

  • added async methods
  • added automatic module nam
  • added possibility to create attachments form the InputStream

mailjet-client-5.1.1

18 Dec 11:05
ae1441b

Choose a tag to compare

fixes adding additional quotes during serialization of string variables and headers in TransactionalEmailBuilder
renames advanceErrorHandling in TransactionalEmailBuilder to match naming conventions, and make it false by default

mailjet-client-5.1.0

12 Dec 03:53
e049ca6

Choose a tag to compare

downgraded OkHttpClient to v3.12 to be compatible with the current version in Spring Boot
adds transactional email builder to make it possible sending messages with a typed message builder

mailjet-client-4.5.0

01 May 12:45
d424a01

Choose a tag to compare

Merge pull request #128 from mailjet/add_timeout

Add read timeout