Releases: contentful/contentful.java
Releases · contentful/contentful.java
v10.4.3
Fixes bug with unwrapping crashing on Android API < 26.
v10.4.2
- Update checkstyle plugin version, fix checkstyle.xml issues
v10.4.0
- Make Unwrapping production ready.
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 (Lollipop
andMarshmallow
)
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
png8
image option for returning images in png with up to 256 colours. - Make
sync
environment aware.
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.