Fix: Added security issues
Fix: Added support of special symbols in regex method with safe pattern.
Fix: Added support of asset fields in assets & entries class.
Fix: Added support of special symbols in regex method with safe pattern.
Breaking: Cache persistence is now a separate plugin. When using a cache policy other than IGNORE_CACHE, you must pass cacheOptions.persistenceStore. Install @contentstack/persistence-plugin and use new PersistenceStore({ ... }) as the store. The SDK no longer bundles persistence code or accepts storeType in cacheOptions.
Enhancement: SDK defines only the PersistenceStore interface (getItem/setItem); full implementation lives in the plugin for a lighter core package.
Fix: Sync API returns non-Axios response causing undefined data and recursive sync failure
Fix: JS core & axios version bump
Fix: JS core & axios version bump
Fix: Fix security issues
Enhancement: Integrated getContentstackEndpoint method of Utils SDK for endpoint selection
Fix: update esm export path to include .js extension (upgrade contentstack-js-core dependency)
Fix: Fix security issues
Feat: Improved error messages
fix: reverts the endpoints helper method integration
Build: bump @contentstack/core version to ^1.3.4
Fix: reverts the endpoints helper method integration
Enhancement: Added logHandler interceptors for request and response logging Enhancement: Upgraded @contentstack/utils dependency to version 1.6.2 Refactor: Replaced region handling logic to use getContentstackEndpoint from @contentstack/utils
Fix: Upgrade dependecies
Fix: Enhance retry logic to use configured retryDelay Enhancement: Caching logic to use combination of content type uid and entry uid
Fix: Fixed Timeout parameter which is being ignored & Removed custom error object
Enh: Dependency update for core package
Enh: Added AWS-EU support
- Add encode option on find method to encode query params
- Added return type for entry-querable method
- Added support of top-level export of Stack type in @contentstack/delivery-sdk for compatibility with "moduleResolution": "Bundler".
Fix: Update imports and dependencies Fix: Unit test cases
Enh: Added GCP-EU support
Enh: Include References on Entry UID Fix: reset livePreviewConfig properties if not received in params
Fix: regex method fixed for validation
Fix: Variants reset issue fix on query call
Fix: Build via tsup lib Fix: removed node-localstorage
Fix: getData to receive params and headers both in data Enh: Node version bump Refactor: Package type changed to be module instead of CommonJS
Feat: Include refernce accepts array of values
Feat: Variants support added
Feat: Live Preview configuration changes Feat: fetch asset by any field-uid other that asset-uid
Fix: Live preview endpoint issue
Dependecy updates
Fixed semgrep issues
Fixed region issue
Custom host implementation
Fixed SRE vulnerabilities
Official release of Typescript SDK
- Query operators implementation-3
- Query operators implementation-2
- Query operators implementation
- Live preview support 1.0 and 2.0
- Includes adding of prepare script to build package
- Beta release of Typescript SDK