Skip to content

Releases: SparkPost/java-sparkpost

Releases 0.27

Choose a tag to compare

@yepher yepher released this 20 Dec 16:24

Updates log4j to 2.17.0

sparkpost-lib-0.27_release.zip

Release_0.24

Choose a tag to compare

@yepher yepher released this 14 Dec 17:14

Updates various security-related issues like log4J

sparkpost-0.24.zip
.

Releases 0.23

Choose a tag to compare

@yepher yepher released this 23 Oct 20:16

** Changes:**

Fixes:

Release Version 0.22

Choose a tag to compare

@yepher yepher released this 31 Dec 19:16

Adds ability to set Sub Account header

Releases 0.20

Choose a tag to compare

@yepher yepher released this 02 Mar 21:25

This is a minor update and is backward compatible.

Changes

  • Issue #82 - Text field missing in TemplatePreviewData
  • Issue #79 - Remove @deprecated from RestConnection.get(EndPoint)
  • Issue #75 - Creating a RestConnection with null baseURL results in NPE

Release 0.19

Choose a tag to compare

@yepher yepher released this 10 Aug 17:08
  • Adds Message Events API
  • Adds samples for Message Events API

Releases 0.18

Choose a tag to compare

@yepher yepher released this 31 May 21:39
  • Adds webhook object (work in progress subject to change)
  • Adds ability to configure HTTP transport

Releases 0.17

Choose a tag to compare

@yepher yepher released this 08 Mar 13:02

Release Notes

  • Client.SendMessage to automatically set the sandbox option of the from address is @sparkpostbox.com
  • Fixes incompatibility with httpclient >= 4.5.3
  • deprecates String path arguments in RestConnection
  • Extracts and interface for RestConnection and adds more unit tests

Backwards compatibility

There should not be any backwards compatibility issues with this versions. If client code i using RestConnection that code should start using the Endpoint GET, PUT, POST,DELETE instead of the String argument version as they have been marked for deprecation and will be removed in next release.

0.16.2 Release

Choose a tag to compare

@yepher yepher released this 27 Feb 17:01

This is the v0.16.2 release.

Changes

  • Automatically sets sandbox option in quick start flow

Releases v0.16.1

Choose a tag to compare

@yepher yepher released this 06 May 16:10

Change log:

  • Fixes NPE in transport when response contained no payload
  • Fixes Webhook implementation. It actually works now
  • Simplify process of retrieve RecipientList from SparkPost and then use it to create Transmission