Releases: contentful/contentful.java
Releases · contentful/contentful.java
java-sdk-9.0.0
- Remove
.useTLS12()from [7.4.0] and replace it with automated approach.
java-sdk-8.0.1
- Change: Use filtered java file to create version number
- Fix: Gracefully ignore non ascii characters on HTTP header generation.
- Cleanup: Fix warnings
java-sdk-8.0.0
- 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)
java-sdk-7.6.2
- Fix: Custom Header specifying Android if os is Linux.
java-sdk-7.6.1
- Fix: Custom Contentful HTTP Header are gracefully ignoring errors.
java-sdk-7.6.0
- Added: Image API
- Added: Custom Contentful HTTP Header.
java-sdk-7.5.0
- 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.
java-sdk-7.4.0
- 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
java-sdk-7.3.0
- Added: Fallback locales.
- Added: Support for validations.
- Added: Add rate limit headers to http exceptions.
java-sdk-7.2.0
- Added: Limited sync support for Preview endpoint (Only
inital=true!)