Skip to content

Releases: contentful/contentful.java

java-sdk-9.0.0

11 Jan 14:25

Choose a tag to compare

  • Remove .useTLS12() from [7.4.0] and replace it with automated approach.

java-sdk-8.0.1

18 Oct 12:25

Choose a tag to compare

  • Change: Use filtered java file to create version number
  • Fix: Gracefully ignore non ascii characters on HTTP header generation.
  • Cleanup: Fix warnings

java-sdk-8.0.0

16 Aug 11:11

Choose a tag to compare

  • New: populateContentTypeCache-family to pre populate the cache of ContentTypes.
  • Change: Requesting a non existing resource will throw an exception! ⚡⚡
  • Change: Set timeout to parsing an error body to one second.
  • Polish: Update dependencies:
    • rxjava 2.1.1 (was 1.2.0)
      • Please update your code to use the following new additions:
      • rx.schedulers.Schedulers.io() to io.reactivex.schedulers.Schedulers.io()
      • Subscriber<CDAArray> to DisposableSubscriber<CDAArray>
      • and onCompleted() to onComplete()
    • retrofit 2.3.0 (was 2.2.0)
    • okhttp 3.8.1 (was 3.6.0)
    • commonsio 2.5 (was 2.4)
    • junit 4.12 (was 4.11)
    • mockito 2.8.47 (was 1.10.19)
    • truth 0.34 (was 0.27)

java-sdk-7.6.2

24 May 09:15

Choose a tag to compare

  • Fix: Custom Header specifying Android if os is Linux.

java-sdk-7.6.1

22 May 15:16

Choose a tag to compare

  • Fix: Custom Contentful HTTP Header are gracefully ignoring errors.

java-sdk-7.6.0

22 May 11:35

Choose a tag to compare

  • Added: Image API
  • Added: Custom Contentful HTTP Header.

java-sdk-7.5.0

30 Mar 10:23

Choose a tag to compare

  • Added: Retrieve default call.factory from client builder.
  • Fixed: Close body in error response interceptor.
  • Fixed: ContentTypes are not required to query for Assets ant ContentTypes.

java-sdk-7.4.0

13 Feb 12:40

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

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

Choose a tag to compare

  • Added: Limited sync support for Preview endpoint (Only inital=true!)