Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Releases: constantcontact/java-sdk

Version 5.2.3

03 May 20:08
08b1765
Compare
Choose a tag to compare

NEW FEATURES:

  • Can now get activity status for bulk uploads

BUG FIXES:

  • Library usage summary now correctly uses longs for sizes

5.2.2

12 Jun 13:30
aa0fcb0
Compare
Choose a tag to compare

Fixed a bug in date formatting for date parameters

5.2.1

09 May 18:13
Compare
Choose a tag to compare

Updates:

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

5.2.0

12 Mar 12:56
Compare
Choose a tag to compare

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

13 Nov 23:52
Compare
Choose a tag to compare

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

12 Jul 16:29
Compare
Choose a tag to compare

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

5.1.6

10 Jul 17:37
Compare
Choose a tag to compare

Fixed paging calls in Library service:

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

5.1.5

12 Jan 21:26
Compare
Choose a tag to compare

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

09 Jan 18:34
Compare
Choose a tag to compare

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

5.1.2

22 Dec 23:29
Compare
Choose a tag to compare
Fix instances of Response