Releases: contentstack/contentstack-android
Releases · contentstack/contentstack-android
Release list
v3.4.0 - The Sync API
Changelog
Date: 26-Oct-2018
New Features:
Added below methods in Stack Class
- added method 'sync'
- added method 'syncPaginationToken'
- added method 'syncToken'
- added method 'syncFromDate'
- added method 'syncContentType'
- added method 'syncLocale'
- added method 'syncPublishType'
- added method 'sync(contentType, from_date, language, publish_type,syncCallBack)'
SyncStack
- Added New Class SyncStack
v3.3.0
Changelog
Date: 15-Dec-2017
New Features:
- Entry
- added method ‘addParam’
- Query
- added method 'addParam'
- Asset
- added method 'addParam'
v3.2.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'
v3.1.2
Version: 3.1.2
Date: 24-June-2017
New Features:
*None
API Modifications:
*None
API deprecation:
*Asset
1] Removed getPublishDetails() method.
*Entry
1] Removed getPublishDetails() method.
Bug Fixes:
*None.
v3.1.1
New Features:
*None
API Modifications:
*None
API deprecation:
*None
Bug Fixes:
*Added TLSv1.2 support for older android versions.
v3.1.0
Date: 19-December-2016
New Features:
* Added new class Group
* Entry
1] Added getAllEntries(String refKey, String refContentType) method.
2] Added getGroups(String key) method.
3] Added getGroup(String key) method.
* Asset
1] Added setCachePolicy(CachePolicy policy) method.
2] Added getTags() method.
* AssetLibrary
1] Added setCachePolicy(CachePolicy policy) method.
API Modifications:
* Asset
1] Renamed getContentType() to getFileType() method.
2] Renamed getUploadUrl() to getUrl() method.
API deprecation:
* None
Bug Fixes:
* None