Releases: contentful/contentful.java
Releases · contentful/contentful.java
Environments
- 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). Uselocalize()
instead.
v9.1.1
- Fix: numbers in http headers default back to english.
java-sdk-9.1.0
- Add: Support for incoming-links by @shm.
- Add: Support for partial syncing by @vBondarovich.
- Fix: Remove synthetic internal methods by @marukami.
❤ Thanks for all the awesome contributions. Keep it up!
java-sdk-9.0.1
Fix: Use system provided X509TrustManager and avoid deprecation and reflection used by previous okhttp method.
java-sdk-9.0.0
- Remove
.useTLS12()
from [7.4.0] and replace it with automated approach.
java-sdk-8.0.1
- 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
- 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()
toio.reactivex.schedulers.Schedulers.io()
Subscriber<CDAArray>
toDisposableSubscriber<CDAArray>
- and
onCompleted()
toonComplete()
- 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)
- rxjava 2.1.1 (was 1.2.0)
java-sdk-7.6.2
- Fix: Custom Header specifying Android if os is Linux.
java-sdk-7.6.1
- Fix: Custom Contentful HTTP Header are gracefully ignoring errors.
java-sdk-7.6.0
- Added: Image API
- Added: Custom Contentful HTTP Header.