Releases: contentstack/contentstack-java
Releases · contentstack/contentstack-java
Logger support added
- Java SDK Hotfix v1.3.2 (Logger support added)
URL encoding bug fix
- 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
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
Changelog
Date: 15-Dec-2017
New Features:
- Entry
- added method ‘addParam’
- Query
- added method 'addParam'
- Asset
- added method 'addParam'
v1.1.0
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'