Skip to content

Releases: contentstack/contentstack-java

Issues Fixed

23 Jul 17:05
Compare
Choose a tag to compare

v1.5.2

Date: 23-July-2020
  • [Bump Issue] : Bump Issue: log4j-core from 2.5 to 2.13.2
  • [Query] : Query.locale() documentation
  • [ CSHttpConnection ] : StandardCharsets.UTF_8 Support Added

Java SDK Hotfix v1.5.1

13 Jan 05:13
Compare
Choose a tag to compare
  • Java Github reported vulnerable issue on dependency logj

Global fields support

15 Nov 09:36
Compare
Choose a tag to compare
  • [Stack]: Added support for function getContentType()
  • [ContentType]: updated function fetch()
  • [Query]: Updated support of whereIn(String KEY, Query queryObject)
  • [Query]: Updated support of whereNotIn(String KEY, Query queryObject)

$in_query and $nin_query support in Query class

26 Aug 10:02
Compare
Choose a tag to compare
  • Removed support for Google Internet Connection check before call
  • Added support of whereIn and whereNotIn for $in_query and $nin_query support in Query class

Muti content type

29 Jul 10:19
Compare
Choose a tag to compare
  • [Entry] - Added support for includeReferenceContentTypeUid support in Entry.
  • [Query] - Added support for includeReferenceContentTypeUid support in Query.
  • [Entry] - setLanguage and getLanguage Deprecated in Entry.
  • [Query] - language deprecated in Query
  • [Entry] - Added method for getLocale and setLocale(String locale) in Entry
  • [Query] - Added method for locale in Query.
  • [Query] - Removed deprecated method for includeSchema in Query

Logger support added

13 May 13:22
Compare
Choose a tag to compare
  • Java SDK Hotfix v1.3.2 (Logger support added)

URL encoding bug fix

02 May 09:13
Compare
Choose a tag to compare
  • Java SDK - URL encoding bug fix for include references query method [CS-562]
  • Code clean up - Removed Built.io mention from Document comments section for Config and ContentType classes.

API implementation for content type information

12 Apr 10:35
Compare
Choose a tag to compare

Version: 1.3.0
Date: Apr-12-2019
Change: Added support of below methods in SDK:

  • getContentTypes() in Stack class
  • fetch in ContentType class

Below two support from the Config class has been removed permanently

  • public void setSSL(boolean isSSL)setSSL()
  • public boolean isSSL()

v1.2.0

15 Dec 10:52
Compare
Choose a tag to compare

Changelog

Date: 15-Dec-2017
New Features:
  • Entry
    • added method ‘addParam’
  • Query
    • added method 'addParam'
  • Asset
    • added method 'addParam'

v1.1.0

10 Nov 15:53
Compare
Choose a tag to compare

Changelog

Date: 10-Nov-2017
New Features:
  • Stack
    • added method 'ImageTransform'
  • Query
    • added method 'includeContentType'
  • QueryResult
    • added method 'contentType'
API deprecation:
  • Query
    • Deprecated method 'includeSchema'