All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Version 10.5.23 - (2025-07-03)
- fix: inconsistent rich text embedding
Version 10.5.21 - (2025-03-04)
- fix: add limit to sync query
Version 10.5.19 - (2024-09-20)
- fix: update dependencies version
Version 10.5.18 - (2024-03-21)
- feat: add support for avif format
Version 10.5.17 - (2023-11-23)
- fix: add parameter for hiding auth data in the logs
Version 10.5.16 - (2023-09-14)
- fix: disable HTML tags decoding
Version 10.5.15 - (2023-05-22)
- fix: Update GSON library version
Version 10.5.14 - (2023-04-07)
- fix: Add CDARichHeading to rich text resolver #283
Version 10.5.13 - (2023-03-28)
- Support for unwrapping base class
Version 10.5.12 - (2023-02-01)
- Support for subscript and superscript in Rich Text field
Version 10.5.11 - (2023-01-13)
- Includes : #275
- Fixes issue: #269
- Fixes issue: #265
- Fixed issue with unwrapping
- Updated RxJava to version 3.1.3
Version 10.4.5 - (2020-12-08)
- Added support for Android > 23
- Fixes issue with multiple connection pools
- Fixes unwrapping crashing on Android API < 26
- Make Unwrapping production ready.
Version 10.3.2 - (2019-04-30)
- Fix: Do not parse already parsed rich text node in sync.
Version 10.3.1 - (2019-02-27)
- Fix: Do not use
java.util.function, it might mess up older android phones (LollipopandMarshmallow)
Version 10.3.0 - (2019-01-30)
- Add Unwrapping of Contentful entries to custom types.
- Update dependencies
Version 10.2.1 - (2019-01-14)
- Add missing links for rich-text nodes.
Version 10.2.0 - (2018-11-12)
- Add rich text to entry types.
Version 10.1.0 - (2018-05-22)
- Add
png8image option for returning images in png with up to 256 colours. - Make
syncenvironment aware.
Version 10.0.0 - (2018-04-18)
- Add
localesendpoint - Add
Localizerto make localizing entries thread save. - Update cache to store locales and not spaces
- Remove locales from
Space - Remove
setLocaleon resources (entries and assets). Uselocalize()instead.
Version 9.1.1 - (2018-03-21)
- Fix: numbers in http headers default back to english.
Version 9.1.0 - (2018-02-13)
- Add: Support for incoming-links by @shm.
- Add: Support for partial syncing by @vbondarovich.
- Fix: Remove synthetic internal methods by @marukami. ❤ Thanks for all the awesome contributions. Keep it up!
Version 9.0.1 - (2018-01-15)
- Fix: Use system provided
X509TrustManagerand avoid deprecation and reflection used by previous okhttp method.
Version 9.0.0 - (2018-01-11)
- Remove
.useTLS12()from 7.4.0 and replace it with automated approach.
Version 8.0.1 - (2017-10-18)
- Change: Use
filteredjava file to create version number - Fix: Gracefully ignore non ascii characters on HTTP header generation.
- Cleanup: Fix warnings
Version 8.0.0 - (2017-08-16)
- New:
populateContentTypeCache-family to pre populate the cache of ContentTypes. - Change: Requesting a non existing resource will throw an exception! ⚡⚡
- Change: Set timeout to parsing an error body to one second.
- Polish: Update dependencies:
- rxjava 2.1.1 (was 1.2.0)
- Please update your code to use the following new additions:
rx.schedulers.Schedulers.io()toio.reactivex.schedulers.Schedulers.io()Subscriber<CDAArray>toDisposableSubscriber<CDAArray>- and
onCompleted()toonComplete()
- retrofit 2.3.0 (was 2.2.0)
- okhttp 3.8.1 (was 3.6.0)
- commonsio 2.5 (was 2.4)
- junit 4.12 (was 4.11)
- mockito 2.8.47 (was 1.10.19)
- truth 0.34 (was 0.27)
- rxjava 2.1.1 (was 1.2.0)
Version 7.6.2 - (2017-05-24)
- Fix: Custom Header specifying Android if os is Linux.
Version 7.6.1 - (2017-05-22)
- Fix: Custom Contentful HTTP Header are gracefully ignoring errors.
Version 7.6.0 - (2017-05-22)
- Added: Image API
- Added: Custom Contentful HTTP Header.
Version 7.5.0 - (2017-03-30)
- Added: Retrieve default call.factory from client builder.
- Fixed: Close body in error response interceptor.
- Fixed: ContentTypes are not required to query for Assets ant ContentTypes.
Version 7.4.0 - (2017-02-13)
- Added:
useTLS12()for creating a client, enforcing usage of TLS 1.2 - Added: More convenient way of querying:
withContentType,select,orderBy,reverseOrderBy,limit,skip,includeandwherewithIsEqualTo,IsNotEqualTo,HasOneOf,HasNoneOf,HasAllOf,IsLessThan,IsLessThanOrEqualTo,IsGreaterThan,IsGreaterThanOrEqualTo,Exists,IsEarlierThan,IsEarlierOrAt,IsLaterThan,IsLaterOrAt,Matches,IsCloseTo,IsWithinBoundingBoxOf,IsWithinCircleOf - Changed: Remove all warnings from JavaDoc
Version 7.3.0 - (2017-01-04)
- Added: Fallback locales.
- Added: Support for validations.
- Added: Add rate limit headers to http exceptions.
Version 7.2.0 - (2016-11-10)
- Added: Limited sync support for Preview endpoint (Only
inital=true!)
Version 7.1.0 - (2016-11-01)
- Added: Clear java cache through
CMAClient
Version 7.0.2 - (2016-07-08)
- Fixed: requesting a sort order now gets respected by transformations
Version 7.0.1 - (2016-05-02)
- Changed: Updating proguard rules sample file to reflect dependency changes
Version 7.0.0 - (2016-04-15)
- 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
Version 6.1.2 - (2016-02-11)
- New: Add Integration Tests
- Fixed: Add missing javadoc
- Fixed: Distribute jar with dependencies
- Fixed: Sonatype snapshots repository link
Version 6.1.1 - (2016-01-11)
- Fixed: Wrong name of syncurl in tests
Version 6.1.0 - (2015-12-24)
- Changed: calling sync in preview is now disabled, throwing an UnsupportedOperationException.
Version 6.0.0 - (2015-12-18)
- New: Support custom retrofit logger
- Changed: Removed final modifier from public classes
Version 5.0.1 - (2015-10-28)
- Fixed: ConcurrentModificationException when localized link field points to invalid entry.
Version 5.0.0 - (2015-10-27)
- Changed:
CDAArray.items()now contains ONLY top level resources (no linked resources). All resources are available viaCDAArray.assets()andCDAArray.entries()by ID.
Version 4.0.2 - (2015-08-26)
- Changed:
CDAField+Serializable - Changed:
CDALocale+Serializable - Changed: RxJava v1.0.14
Version 4.0.1 - (2015-07-20)
- Fixed: NPE when processing entries with null links.
Version 4.0.0 - (2015-07-20)
- Changed:
CDAResource+Serializable - Changed:
CDAEntry+final - Changed: Removed wildcard return types.
Version 3.0.0 - (2015-07-15)
- New: Major performance improvements especially around array results link resolution.
- New:
getAttribute(name)returns asysattribute while inferring the return type. - New:
getField(name)returns a field value while inferring the return type. - New:
CDAResource.id()returns the resource ID. - New:
CDAEntry.contentType()returns theCDAContentTypefor that entry. - New:
CDAArrayhasitems()which returns a mixture ofCDAResourceobjects.assets()andentries()are mappings by resource IDs. - New:
CDAAsset.title()returns the title of the asset. - New: (sync) Mapping of deleted resources via
deletedAssets()anddeletedEntries(). - Changed: Replace client "modules" with a simplified
fetch()/observe()syntax. - Changed: Cleaner syntax for queries using
FetchQuery/ObserveQueryand thewhere()method. - Changed: Fallback to the default locale. Calling
setLocale(code)andgetField(name)- returns the value from the default locale if there isn't one for the active locale. - Changed: Better abstractions for
CDAContentTypefields viaCDAField. - Changed: Resource types are represented by
CDATypeenum and available for each resource viaCDAResource.type(). - Changed:
CDASyncedSpacehas been renamed toSynchronizedSpace. - Changed:
CDAClient.Buildercreated viaCDAClient.builder(). - Changed:
CDAClient.Buildernow usesetSpace(id)andsetToken(token). - Changed: Package resource classes under
com.contentful.java.cda. - Changed: Calling
setEndpoint()now takes a full URL. - Changed: Asset URLs are no longer scheme prefixed, i.e. "//url.com/foo.jpg".
- Changed: Removed
noSSL()from client builder, can be achieved viasetEndpoint(). - Changed: Removed
nullifyUnresolvedLinks()and set as the default behavior. - Changed: Removed client custom classes mapping.
- Changed: Removed custom client provider (custom client still supported).
Version 2.0.4 - 2015-06-01
- Fixed: Default to UTF-8 charset.
Version 2.0.3 - 2015-05-19
- Fixed: NPE for entry with no fields.
Version 2.0.2 - 2015-05-07
- Fixed: NPE for assets in draft state with no media.
- Changed: Retrofit v1.9.0
- Changed: RxJava v1.0.5
Version 2.0.1 - 2015-01-05
- New: Optional mode that nullifies unresolved links.
Version 2.0.0 - 2015-12-09
- New: fetch*() can supports RxJava observables.
- New: Support custom API endpoints.
- New: Support custom callback executor.
- Changed: Remove HTTP response object From
CDACallback.onSuccess(). - Fixed: Sync no longer generates new
Executorfor every callback. - Fixed: Asynchronous methods execution now works properly.
Version 1.0.10 - 2014-11-28
- Fixed: RxJava now defers to IO thread.
Version 1.0.9 - 2014-11-25
- Fixed: Sync paging iteration.
Version 1.0.8 - 2014-11-24
- Fixed: Apache HttpComponents dependency is stripped from Android builds.
Version 1.0.7 - 2014-11-21
- Fixed: Client sync methods iterate through paginated responses.
Version 1.0.6 - 2014-10-20
- New: Client support for the Preview API.
- Changed: Retrofit v1.7.0
- Fixed:
CDASpaceinstances will no longer have an emptyspacevalue in their sys map. - Fixed: Assets with localized fields should now have
urlandmimeTypeattributes properly set.
Version 1.0.5 - 2014-10-01
- Fixed: Content Types with null
displayFieldare parsed correctly.
Version 1.0.4 - 2014-09-17
- New: Support custom log level.
- New: Add
CDAResourceTypeandCDAFieldTypeconstants.
Version 1.0.3 - 2014-08-29
- Fixed: Synchronization issues.
Version 1.0.2 - 2014-08-28
- Changed: Client synchronous methods no longer catch broad exceptions.
Version 1.0.1 - 2014-08-19
- Fixed: Automatic link resolution for nested arrays.
Initial release.