Releases: contentful/contentful-management.java
Releases · contentful/contentful-management.java
Version 1.0.1 - Null Fix
- Fixed: java.lang.IllegalArgumentException: Query map was null in ModuleContentTypes
cma-sdk-1.0.0
- Change: Use kotlin 1.0.1
- Change: Use okhttp 3.2.0
- Change: Use retrofit 2.0.1
cma-sdk-0.10.0
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
- Fixed: Correctly serialize Entry links.
0.9.9
- Fixed: Support posting included resources as links.
0.9.8
- New: Add support for search queries via fetchAll() methods.
- Changed: PUT methods now have an empty request body to avoid failure with OkHttp 2.4.
- Fixed: Add missing description attribute to
CMAContentType
.
0.9.7
- Bump RxJava version to v1.0.5
- Bump Retrofit version to v1.9.0
- (#24) Calling
update()
on a resource that has no version will throw an exception
0.9.6
Fix: Add missing CMAField
attributes #21
New: Add custom JsonSerializer
for CMAField
objects
0.9.5
Fix: Content Type Update Overrides required
0.9.4
Fix: #18 Content Type Update Overrides Validations
Upgrade Kotlin to v0.9.976
Upgrade RxJava to v1.0.3