Skip to content

Releases: contentful/contentful.java

java-sdk-7.4.0

13 Feb 12:40
Compare
Choose a tag to compare
  • Added: useTLS12() for creating a client, enforcing usage of TLS 1.2
  • Added: more convenient way of querying: withContentType, select, orderBy,
    reverseOrderBy, limit, skip, include and where with IsEqualTo, IsNotEqualTo,
    HasOneOf, HasNoneOf, HasAllOf, IsLessThan, IsLessThanOrEqualTo, IsGreaterThan,
    IsGreaterThanOrEqualTo, Exists, IsEarlierThan, IsEarlierOrAt, IsLaterThan,
    IsLaterOrAt, Matches, IsCloseTo, IsWithinBoundingBoxOf, IsWithinCircleOf
  • Changed: Remove all warnings from JavaDoc

java-sdk-7.3.0

04 Jan 11:46
Compare
Choose a tag to compare
  • Added: Fallback locales.
  • Added: Support for validations.
  • Added: Add rate limit headers to http exceptions.

java-sdk-7.2.0

10 Nov 12:42
Compare
Choose a tag to compare
  • Added: Limited sync support for Preview endpoint (Only inital=true!)

java-sdk-7.1.0

01 Nov 13:00
Compare
Choose a tag to compare
  • Added: Clear java cache through CMAClient

java-sdk-7.0.2

08 Jul 11:11
Compare
Choose a tag to compare
  • Fixed: requesting a sort order now gets respected by transformations

java-sdk-7.0.1

02 May 09:35
Compare
Choose a tag to compare
  • Changed: Updating proguard rules sample file to reflect dependency changes

java-sdk-7.0.0

15 Apr 11:15
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed: Wrong name of syncurl in tests

6.1.0

24 Dec 09:24
Compare
Choose a tag to compare
  • Changed: calling sync in preview is now disabled, throwing an UnsupportedOperationException.