Skip to content

Commit 18c2eeb

Browse files
committed
fix: updated change log with the fix
1 parent a3eefed commit 18c2eeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- `Client` now resolves the `contentManagement` endpoint from the registry instead of a hardcoded host pattern.
1313
- Added `scripts/download_regions.py` to refresh the bundled registry file.
1414
- New regions and services require no SDK code changes — registry update is sufficient.
15+
- Added `refresh_regions()` utility to programmatically download the latest regions manifest from the Contentstack CDN and overwrite the bundled `data/regions.json`.
16+
- Exposed `refresh_regions` at the package level (`from contentstack_management import refresh_regions`) for use in CI pipelines and tooling.
17+
- `setup.py` now auto-refreshes `regions.json` at build time via a custom `BuildPyWithRegions` command, keeping bundled region data current on every `pip install`.
1518

1619
---
1720
## v1.9.0

0 commit comments

Comments
 (0)