Skip to content

Releases: contentful/contentful.java

v10.4.3

03 Jun 13:50
Compare
Choose a tag to compare

Fixes bug with unwrapping crashing on Android API < 26.

v10.4.2

16 Apr 15:29
Compare
Choose a tag to compare
  • Update checkstyle plugin version, fix checkstyle.xml issues

v10.4.0

20 May 09:43
Compare
Choose a tag to compare
  • Make Unwrapping production ready.

v10.3.2

30 Apr 13:41
Compare
Choose a tag to compare
  • Fix: Do not parse already parsed rich text node in sync.

v10.3.1

28 Feb 10:00
Compare
Choose a tag to compare
  • Fix: Do not use java.util.function, it might mess up older android phones (Lollipop and Marshmallow)

v10.3.0

30 Jan 16:07
Compare
Choose a tag to compare
  • Add Unwrapping of Contentful entries to custom types.
  • Update dependencies

v10.2.1

14 Jan 15:33
Compare
Choose a tag to compare
  • Add missing links for rich-text nodes.

add rich text

12 Nov 15:15
Compare
Choose a tag to compare

v10.1.0

22 May 08:11
Compare
Choose a tag to compare
  • Add png8 image option for returning images in png with up to 256 colours.
  • Make sync environment aware.

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.