contentful-management.java

Java library for using the Contentful Content Management API

APACHE-2.0 License

Stars
26
Committers
23

Bot releases are visible (Hide)

contentful-management.java -

Published by mariobodemann over 5 years ago

  • Add e2e tests for rich text element creation.
  • Added rules for creation of rich text elements to README.md.
contentful-management.java -

Published by mariobodemann almost 6 years ago

  • Fix updating rich text fields.
  • Fix links in rich text fields.
contentful-management.java -

Published by mariobodemann almost 6 years ago

  • Fix Snapshots to contain entries and content types
contentful-management.java - Rich Text

Published by mariobodemann almost 6 years ago

contentful-management.java -

Published by mariobodemann over 6 years ago

  • Add preview api keys endpoint.
  • Add environments to delivery api key.
  • Add E2E tests
    • Entries
    • Webhooks
contentful-management.java - Environments

Published by mariobodemann over 6 years ago

  • 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)
contentful-management.java -

Published by mariobodemann over 6 years ago

  • Fix: Parsing error in error response
contentful-management.java -

Published by mariobodemann over 6 years ago

  • Fix: make creating auto save webhooks work.
  • Fix: add details to contentful error.
  • Fix: Do not send default field in locales.
contentful-management.java -

Published by mariobodemann about 7 years ago

  • Fix: add version number of sdk on buildtime, not on runtime.
  • Remove: Now obsolete mockito testing dependency.
contentful-management.java -

Published by mariobodemann about 7 years ago

contentful-management.java -

Published by mariobodemann over 7 years ago

contentful-management.java -

Published by mariobodemann over 7 years ago

Breaking changes, please read and adopt carefully.

  • New: Upload module.
  • New: Add convenience default call factory method in client builder.
  • New: Fluid interface for getting localized fields on entries and assets.
  • New: Replace hash maps with accessors and fields in entries and assets.
  • New: Add rate limit headers once limit is hit.
  • New: Add defaultLocale accessors on CMASpace.
  • Changed: Order of arguments on CMAEntry.setField takes the key first, then the locale and lastly the value.
  • Changed: Version numbers and version counters are of Integer type, not Double.
  • Changed: CMASpace: getSpaceId returns the id of the current space (aka getId), not the id of the space the space belongs to.
  • Removed: StatefulResource is now part of the CMAResource.
contentful-management.java -

Published by mariobodemann about 8 years ago

  • New: Webhooks module.
  • Fix: Send correct Content-Type-header on PUT/POST HTTP requests.
  • Changed: Report response body from failed HTTP requests.
contentful-management.java -

Published by mariobodemann about 8 years ago

  • New: Add omitted field for content type fields.
contentful-management.java -

Published by mariobodemann over 8 years ago

  • Fix: Redirect input query on async ModuleSpaces fetches.
  • Changed: Use Map instead of HashMap in query maps.
contentful-management.java -

Published by mariobodemann over 8 years ago

  • New: Add query maps for fetchAll and have limit default to 100.
contentful-management.java -

Published by mariobodemann over 8 years ago

  • Fixed: QueryMap was set to null in Assets and Entries module.
contentful-management.java - Version 1.0.1 - Null Fix

Published by mariobodemann over 8 years ago

  • Fixed: java.lang.IllegalArgumentException: Query map was null in ModuleContentTypes
contentful-management.java - cma-sdk-1.0.0

Published by mariobodemann over 8 years ago

  • Change: Use kotlin 1.0.1
  • Change: Use okhttp 3.2.0
  • Change: Use retrofit 2.0.1
contentful-management.java -

Published by mariobodemann almost 9 years ago

Version [0.10.0] - 2015-12-23

  • New: Add localized field to FieldTypeAdapter
  • Change: Use kotlin-1.0.0-beta-3595 for unit tests