Skip to content

Releases: contentful/contentful-management.java

cma-sdk-2.0.0

20 Apr 07:59
Compare
Choose a tag to compare

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.

cma-sdk-1.3.0

17 Aug 13:45
Compare
Choose a tag to compare
  • New: Webhooks module.
  • Fix: Send correct Content-Type-header on PUT/POST HTTP requests.
  • Changed: Report response body from failed HTTP requests.

cma-sdk-1.2.0

21 Jul 11:31
Compare
Choose a tag to compare
  • New: Add omitted field for content type fields.

cma-sdk-1.1.1

09 May 13:28
Compare
Choose a tag to compare
  • Fix: Redirect input query on async ModuleSpaces fetches.
  • Changed: Use Map instead of HashMap in query maps.

cma-sdk-1.1.0

09 May 12:19
Compare
Choose a tag to compare
  • New: Add query maps for fetchAll and have limit default to 100.

cma-sdk-1.0.2

02 May 10:31
Compare
Choose a tag to compare
  • Fixed: QueryMap was set to null in Assets and Entries module.

Version 1.0.1 - Null Fix

22 Apr 13:28
Compare
Choose a tag to compare
  • Fixed: java.lang.IllegalArgumentException: Query map was null in ModuleContentTypes

cma-sdk-1.0.0

15 Apr 11:03
Compare
Choose a tag to compare
  • Change: Use kotlin 1.0.1
  • Change: Use okhttp 3.2.0
  • Change: Use retrofit 2.0.1

cma-sdk-0.10.0

23 Dec 11:04
Compare
Choose a tag to compare

Version [0.10.0] - 2015-12-23

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

0.9.10

24 Nov 21:10
Compare
Choose a tag to compare
  • Fixed: Correctly serialize Entry links.