Releases: contentful/contentful.java
Releases · contentful/contentful.java
v10.3.2
- Fix: Do not parse already parsed rich text node in sync.
v10.3.1
- Fix: Do not use
java.util.function, it might mess up older android phones (LollipopandMarshmallow)
v10.3.0
- Add Unwrapping of Contentful entries to custom types.
- Update dependencies
v10.2.1
- Add missing links for rich-text nodes.
add rich text
- Add rich text to entry types.
v10.1.0
- Add
png8image option for returning images in png with up to 256 colours. - Make
syncenvironment aware.
Environments
- Add
localesendpoint - Add
Localizerto make localizing entries thread save. - Update cache to store locales and not spaces
- Remove locales from
Space - Remove
setLocaleon 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 michael gaetano (@shm).
- Add: Support for partial syncing by VladBondarovich (@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.