Skip to content

Releases: SparkPost/java-sparkpost

Releases 0.27

20 Dec 16:24
Compare
Choose a tag to compare

Release_0.24

14 Dec 17:14
Compare
Choose a tag to compare

Updates various security-related issues like log4J

sparkpost-0.24.zip
.

Releases 0.23

23 Oct 20:16
Compare
Choose a tag to compare

** Changes:**

Fixes:

Release Version 0.22

31 Dec 19:16
Compare
Choose a tag to compare

Adds ability to set Sub Account header

Releases 0.20

02 Mar 21:25
Compare
Choose a tag to compare

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

10 Aug 17:08
Compare
Choose a tag to compare
  • Adds Message Events API
  • Adds samples for Message Events API

Releases 0.18

31 May 21:39
Compare
Choose a tag to compare
  • Adds webhook object (work in progress subject to change)
  • Adds ability to configure HTTP transport

Releases 0.17

08 Mar 13:02
Compare
Choose a tag to compare

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

27 Feb 17:01
Compare
Choose a tag to compare

This is the v0.16.2 release.

Changes

  • Automatically sets sandbox option in quick start flow

Releases v0.16.1

06 May 16:10
Compare
Choose a tag to compare

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