Releases: contentstack/contentstack-java
Releases · contentstack/contentstack-java
Embedded Items feature support added
- includeEmbeddedItems method added in Entry and Query Class
- Utils SDK support added in SDK
Querying content with null field
Querying content with null field
query.addParam("key", null);
Bug fix: Error detail and Deprecations of Language and Language Enum
Bug fix:
- Error details information included
- error_code
- error_message
- error_details
Deprecations
- Language enum
- Language code enum
Documentation updated
Publish content fallback
Include fallback
Publish content fallback
New Features:
• Entry
- Publish fallback method added
• Query
- Publish fallback method added
• Assets
- Publish fallback method added
• Asset
- Publish fallback and includeDimension method added
Dependency build issue
v1.5.3
Date: 29-July-2020
- [Build issue] : Couldn't update to the latest version (1.5.2)
Issues Fixed
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
- Java Github reported vulnerable issue on dependency logj
Global fields support
- [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
- 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
- [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