Releases: SparkPost/java-sparkpost
Releases · SparkPost/java-sparkpost
Releases 0.27
Updates log4j to 2.17.0
Release_0.24
Updates various security-related issues like log4J
Releases 0.23
Release Version 0.22
Adds ability to set Sub Account header
Releases 0.20
Release 0.19
- Adds Message Events API
- Adds samples for Message Events API
Releases 0.18
- Adds webhook object (work in progress subject to change)
- Adds ability to configure HTTP transport
Releases 0.17
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
This is the v0.16.2 release.
Changes
- Automatically sets
sandbox
option in quick start flow
Releases v0.16.1
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