Releases: contentful/contentful.java
Releases · contentful/contentful.java
java-sdk-7.1.0
- Added: Clear java cache through
CMAClient
java-sdk-7.0.2
- Fixed: requesting a sort order now gets respected by transformations
java-sdk-7.0.1
- Changed: Updating proguard rules sample file to reflect dependency changes
java-sdk-7.0.0
- Fixed: Integration tests don't expect wrong entries
- Changed: Add java and os version to user agent
- Changed: Update okhttp from
2.5.0to3.2.0OkHTTP3 Changelog for 3.2.0 - Changed: Update retrofit from
1.9.0to2.0.1Retrofit Changelog for 2.0.0 - Changed: Update rxjava from
1.0.14to1.1.2rxjava Changelog for 1.1.2 - New: Add gson
2.6.2(was bundled with retrofit before) - New: Add converter-gson
2.0.1(was bundled with retrofit before) - New: Add adapter-rxjava
2.0.1(was bundled with retrofit before) - New: Use Call.Factory for http client customization
java-sdk-6.1.2
- New: Add Integration Tests
- Fixed: Add missing javadoc
- Fixed: Distribute jar with dependencies
- Fixed: Sonatype snapshots repository link
6.1.1
- Fixed: Wrong name of syncurl in tests
6.1.0
- Changed: calling sync in preview is now disabled, throwing an UnsupportedOperationException.
6.0.0
- New: Support custom retrofit logger
- Changed: Removed final modifier from public classes
5.0.1
- Fixed: ConcurrentModificationException when localized link field points to invalid entry.
5.0.0
- Changed:
CDAArray.items()now contains ONLY top level resources (no linked resources). All resources are available viaCDAArray.assets()andCDAArray.entries()by ID.