Releases: contentful/contentful.java
Releases · contentful/contentful.java
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
,include
andwhere
withIsEqualTo
,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
!)
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.0
to3.2.0
OkHTTP3 Changelog for 3.2.0 - Changed: Update retrofit from
1.9.0
to2.0.1
Retrofit Changelog for 2.0.0 - Changed: Update rxjava from
1.0.14
to1.1.2
rxjava 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.