Releases · constantcontact/java-sdk

This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Version 5.2.3

NEW FEATURES:

  • Can now get activity status for bulk uploads

BUG FIXES:

  • Library usage summary now correctly uses longs for sizes

5.2.2

Fixed a bug in date formatting for date parameters

5.2.1

Updates:

  • Added missing UnsubscribeSource.ACTION_BY_CONTACT
  • Return Activity from Bulk Activity endpoints instead of ActivityStatus

5.2.0

New:

  • Released two new wrappers for Bulk Uploads API for bulk adding contacts and querying the bulk upload status.
  • Added RxJava 2 wrappers.

Removed:

  • Deprecated functions in CCApi2 classes.

5.1.8

Changes:

  • Bumped version of jackson, rxjava dependencies

Bug fixes:

  • Date to string conversion was not formatting milliseconds
  • Date to string conversion was not in GMT
  • Bumped to version 5.1.8

5.1.7

Updated gradle build files to write dependencies to .pom files.

5.1.6

Fixed paging calls in Library service:

  • lib-rx: LibraryService.getFiles(String), LibraryService.getFilesByFolder(String)
  • lib: LibraryService.getFolders(String), LibraryService.getFilesByFolder(String)

5.1.5

Found additional issues affecting the Constant Contact mobile app, here are all the fixes.

  • Added common factories (that support DI) for Retrofit and OkHttp
  • CCApi convenience classes lazily create service instances as needed
  • Fixed ISO-8601 date formatting for requests (Responses are parsed OK)
  • Changed API calls that had dates as query parameters to use new QueryDate class which is just a formatting wrapper for Date

5.1.3

Contain fixes for paged APIs, Campaign create/update & file uploads

5.1.2

Fix instances of Response