Releases: contentful/contentful-management.java
Releases · contentful/contentful-management.java
v3.3.1
- Created
.clone()
method of environments, to be used instead of.branch()
. - Deprecated
.branch()
of environments.
v3.3.0
- add environment branching
v3.2.4
- add marks to rich text nodes parsing
v3.2.3
v3.2.2
- Fix updating rich text fields.
- Fix links in rich text fields.
cma-sdk-3.2.1
- Fix Snapshots to contain entries and content types
Rich Text
v3.1.0
- Add preview api keys endpoint.
- Add environments to delivery api key.
- Add E2E tests
- Entries
- Webhooks
Environments
- 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
- Fix: Parsing error in error response