Skip to content

Releases: contentful/contentful-management.java

v3.3.1

29 Apr 13:44
Compare
Choose a tag to compare
  • Created .clone() method of environments, to be used instead of .branch().
  • Deprecated .branch() of environments.

v3.3.0

04 Mar 14:51
Compare
Choose a tag to compare
  • add environment branching

v3.2.4

28 Jan 14:41
Compare
Choose a tag to compare
  • add marks to rich text nodes parsing

v3.2.3

21 Jan 10:15
Compare
Choose a tag to compare
  • Add e2e tests for rich text element creation.
  • Added rules for creation of rich text elements to README.md.

v3.2.2

14 Jan 15:16
Compare
Choose a tag to compare
  • Fix updating rich text fields.
  • Fix links in rich text fields.

cma-sdk-3.2.1

10 Dec 10:09
Compare
Choose a tag to compare
  • Fix Snapshots to contain entries and content types

Rich Text

12 Nov 12:52
Compare
Choose a tag to compare

v3.1.0

22 May 09:27
Compare
Choose a tag to compare
  • Add preview api keys endpoint.
  • Add environments to delivery api key.
  • Add E2E tests
    • Entries
    • Webhooks

Environments

18 Apr 16:13
Compare
Choose a tag to compare
  • Add: /environments module endpoint.
  • Add: make environment aware:
    • assets
    • content types
    • editor interfaces
    • entries
    • locales and
    • ui extensions.
  • Add: space id and environment id parameter on client creation, to remove need of repeating the same value in almost all calls.
  • Break: use JDK 1.8 for building the SDK.
  • Break: move queries for locales from spaces to locales. (i.e. use client.locales().fetchAll()).
  • Break: remove non resource variants of delete, update and webhook calls. (use a resource you fetched first instead)

cma-sdk-2.2.3

08 Mar 08:54
Compare
Choose a tag to compare
  • Fix: Parsing error in error response