Skip to content

Releases: mailjet/mailjet-apiv3-java

Release 6.0.0

Choose a tag to compare

@mdmytrash mdmytrash released this 11 Jun 21:53
  • 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

Choose a tag to compare

@mdmytrash mdmytrash released this 27 Mar 10:05
  • fixed vulnerabilities
  • moved to Java 11

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

Release 5.2.5

Choose a tag to compare

@vitalii-chornobryvyi vitalii-chornobryvyi released this 01 Nov 22:16
  • update dependency versions

Release 5.2.4

Choose a tag to compare

@vitalii-chornobryvyi vitalii-chornobryvyi released this 01 Sep 08:52
  • add the ability to attach the file into request
  • fix for uploading CSV file through the DATA API

Release 5.2.3

Choose a tag to compare

@szagr szagr released this 25 May 10:41
  • update dependency versions

Release 5.2.1

Choose a tag to compare

@szagr szagr released this 28 Aug 14:15
2998501
  • updated dependency versions to avoid security vulnerabilities

Release 5.2.0

Choose a tag to compare

@sdiakovskyi-gd sdiakovskyi-gd released this 22 Jun 10:10
1c95bef

v5.2.0

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

mailjet-client-5.1.1

Choose a tag to compare

@sdiakovskyi-gd sdiakovskyi-gd released this 18 Dec 11:05
ae1441b

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

Choose a tag to compare

@sdiakovskyi-gd sdiakovskyi-gd released this 12 Dec 03:53
e049ca6

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

Choose a tag to compare

@cweidenkeller cweidenkeller released this 01 May 12:45
d424a01
Merge pull request #128 from mailjet/add_timeout

Add read timeout