Skip to content

Releases: contentful/contentful.java

Environments

18 Apr 16:48
Compare
Choose a tag to compare
  • Add locales endpoint
  • Add Localizer to make localizing entries thread save.
  • Update cache to store locales and not spaces
  • Remove locales from Space
  • Remove setLocale on resources (entries and assets). Use localize() instead.

v9.1.1

21 Mar 14:26
Compare
Choose a tag to compare
  • Fix: numbers in http headers default back to english.

java-sdk-9.1.0

13 Feb 13:45
Compare
Choose a tag to compare

java-sdk-9.0.1

15 Jan 12:16
Compare
Choose a tag to compare

Fix: Use system provided X509TrustManager and avoid deprecation and reflection used by previous okhttp method.

java-sdk-9.0.0

11 Jan 14:25
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix: Custom Header specifying Android if os is Linux.

java-sdk-7.6.1

22 May 15:16
Compare
Choose a tag to compare
  • Fix: Custom Contentful HTTP Header are gracefully ignoring errors.

java-sdk-7.6.0

22 May 11:35
Compare
Choose a tag to compare
  • Added: Image API
  • Added: Custom Contentful HTTP Header.