Skip to content

Commit f1fd787

Browse files
Merge branch 'staging' into fix/dx-4340-Sync-API-returns-non-Axios-response
2 parents 7d28cdc + c0d20a2 commit f1fd787

3 files changed

Lines changed: 19 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
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`.
44
Enhancement: SDK defines only the `PersistenceStore` interface (getItem/setItem); full implementation lives in the plugin for a lighter core package.
55

6+
### Version: 4.11.2
7+
#### Date: feb-11-2026
8+
Fix: JS core & axios version bump
9+
610
### Version: 4.11.1
711
#### Date: Feb-09-2026
812
Fix: Fix security issues

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"prerelease": "npm run test:all && npm run validate:all"
4848
},
4949
"dependencies": {
50-
"@contentstack/core": "^1.3.9",
50+
"@contentstack/core": "^1.3.10",
5151
"@contentstack/utils": "^1.7.0",
52-
"axios": "^1.13.1",
52+
"axios": "^1.13.5",
5353
"humps": "^2.0.1"
5454
},
5555
"files": [

0 commit comments

Comments
 (0)