Skip to content

Releases: SparkPost/java-sparkpost

Releases v0.15

08 Apr 15:33
Compare
Choose a tag to compare

v0.15 Changes

  • Adds specific exceptions for some error conditions like Authorization fail and access forbidden
  • Adds concrete template response object
  • Fixes some error condition handling in transport connection layer

Big shoutout to @kalnik-a-a for all his help in this release.

Adds attachment and Inline_image handling

30 Mar 23:09
Compare
Choose a tag to compare

v0.14 changes:

  • Adds attachments and inline_images to transmission API
  • Improves logging when an error occurs
  • Improves samples in README.md and simple sending case

Better Substitution Handling

25 Mar 22:32
Compare
Choose a tag to compare

Version v0.13

This version may have an impact on code that uses earlier versions of the library. You will be impacted if you are using Substitution Data.

Changes:

  • Fixing issue #24 - Substitution data as string
  • Adds css_inline
  • Adds ability to do more complex content substitution
  • Adds addition unit test logic for content substitution
  • Adds sample app that demonstrates simple field substitution and array substitution

Fixes transmission with extended character sets

11 Mar 16:15
Compare
Choose a tag to compare

Version 0.12 fixes an issue where the platforms default character set was getting used instead of UTF-8. This would cause extended characters to get corrupted on some environments.

Version 0.10 of SparkPost Library

02 Feb 13:59
Compare
Choose a tag to compare
  • Updates pom version to 0.10.
  • Adds an API that make it easier for a new user of library to send their first email

Metrics API Additions

28 Jan 14:54
Compare
Choose a tag to compare

Maven Reference

<dependency>
    <groupId>com.sparkpost</groupId>
    <artifactId>client-server-protocol-lib</artifactId>
    <version>0.9</version>
</dependency>

This release adds a sample for the SparkPost metrics api. The sample will show metrics for:

Deliverability

  • deliverability
  • deliverability-domain
  • deliverability-campaign
  • deliverability-template
  • deliverability-watched-domain

Time Series

  • time-series-day
  • time-series-month

Bounce Reasons

  • bounce-reason
  • bounce-reason-domain
  • bounce-reason-classification
  • bounce-reason-classification

Rejections

  • rejection
  • rejection-domain

Delays

  • delay
  • delay-domain

Others

  • engagement
  • deliveries
  • campaign-list
  • domain-list