Python SDK Changelog
Version 1.8.0 - May 26, 2026
Feature:
- Added support for Azure-EU
- Implemented Include Metadata
- Updated Live Preview code
Enhancements:
- General code improvement and bug fixes
Version 1.7.0 - Apr 8, 2022
Feature:
- Added support for AZURE_NA
- General code clean up
Version 1.6.0 - Aug 11, 2021
Feature:
- Added support for Live Preview
- Added Stack.live_preview_query function in stack
- Added Live Preview functions in config
Version 1.5.1 - Aug 1, 2021
Bug Fixes:
- Resolved issue #17 - Stack.sync_init uses wrong parameter names
Version 1.5.0 - Jul 22, 2021
Enhancement
- Implemented Utils v1.1.0
Version 1.4.0 - Apr 5, 2021
Feature:
- Entry - Added support for include_embedded_objects
- Query - Added support for include_embedded_objects
Version 1.3.0 - Feb 26, 2021
- Included Retry policy and timeout support
- Default timeout is set for 30 seconds
Version 1.2.0 - Dec 8, 2020
Enhancements:
- Added support for Timeout
- Entry - Added support for include_fallback.
- Asset - Added support for include_fallback.
- AssetQueryable - Added support for include_fallback.
- Query - Added support for include_fallback.
Version 1.1.0 - Aug 10, 2020
Enhancements:
- Updated the include_reference function.
Bug Fixes:
- include_reference issue is fixed
Version 1.0.0 - Jun 17, 2020
Enhancements:
- Stack:
- Initialization of stack has been modified
- External config support moved to stack initialization optional parameters
- Added support for whereIn(String key) and whereNotIn(String key) methods in Query
- Assets:
- changes incorporated in Asset class.
- Entry
- changes incorporated in the Entry class.
- Query
- Changes incorporated in the Query class.
Version 0.1.0 - Nov 18, 2019
Enhancements:
- Beta release for the contentstack-python SDK for Content Delivery API