Skip to content

Releases: contentful/contentful.java

java-sdk-7.1.0

01 Nov 13:00

Choose a tag to compare

  • Added: Clear java cache through CMAClient

java-sdk-7.0.2

08 Jul 11:11

Choose a tag to compare

  • Fixed: requesting a sort order now gets respected by transformations

java-sdk-7.0.1

02 May 09:35

Choose a tag to compare

  • Changed: Updating proguard rules sample file to reflect dependency changes

java-sdk-7.0.0

15 Apr 11:15

Choose a tag to compare

  • Fixed: Integration tests don't expect wrong entries
  • Changed: Add java and os version to user agent
  • Changed: Update okhttp from 2.5.0 to 3.2.0OkHTTP3 Changelog for 3.2.0
  • Changed: Update retrofit from 1.9.0 to 2.0.1Retrofit Changelog for 2.0.0
  • Changed: Update rxjava from 1.0.14 to 1.1.2rxjava Changelog for 1.1.2
  • New: Add gson 2.6.2 (was bundled with retrofit before)
  • New: Add converter-gson 2.0.1 (was bundled with retrofit before)
  • New: Add adapter-rxjava 2.0.1 (was bundled with retrofit before)
  • New: Use Call.Factory for http client customization

java-sdk-6.1.2

11 Feb 13:46

Choose a tag to compare

  • New: Add Integration Tests
  • Fixed: Add missing javadoc
  • Fixed: Distribute jar with dependencies
  • Fixed: Sonatype snapshots repository link

6.1.1

11 Jan 11:10

Choose a tag to compare

  • Fixed: Wrong name of syncurl in tests

6.1.0

24 Dec 09:24

Choose a tag to compare

  • Changed: calling sync in preview is now disabled, throwing an UnsupportedOperationException.

6.0.0

18 Dec 10:53

Choose a tag to compare

  • New: Support custom retrofit logger
  • Changed: Removed final modifier from public classes

5.0.1

28 Oct 18:07

Choose a tag to compare

  • Fixed: ConcurrentModificationException when localized link field points to invalid entry.

5.0.0

27 Oct 21:44

Choose a tag to compare

  • Changed: CDAArray.items() now contains ONLY top level resources (no linked resources). All resources are available via CDAArray.assets() and CDAArray.entries() by ID.