Skip to content

Commit 5289004

Browse files
committed
Update changelog for v1.25.2: fix region endpoint initialization and add comprehensive test coverage
1 parent 224dea2 commit 5289004

File tree

4 files changed

+55
-20
lines changed

4 files changed

+55
-20
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fileignoreconfig:
99
ignore_detectors:
1010
- filecontent
1111
- filename: package-lock.json
12-
checksum: bab53d56ce2609e960fdbbd1e87cc89915820e6761016ddd74ee57f931f4223d
12+
checksum: 1475ee2c6a615f4e6f8393f4a209398aa6b827e7d036302c6fc065d5914e8292
1313
- filename: .husky/pre-commit
1414
checksum: 52a664f536cf5d1be0bea19cb6031ca6e8107b45b6314fe7d47b7fad7d800632
1515
- filename: test/sanity-check/api/user-test.js

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v1.25.2](https://github.com/contentstack/contentstack-management-javascript/tree/v1.25.2) (2025-10-28)
4+
- Fix
5+
- Fixed HTTP client region endpoint initialization to default to 'na' region when region parameter is not provided
6+
- Test
7+
- Added comprehensive test coverage for region endpoint functionality
8+
- Added 48 test cases for getRegionEndpoint function covering all supported regions, aliases, and service endpoints
9+
- Added 14 test cases for region configuration in client initialization
10+
- Added 13 test cases for HTTP client region integration
11+
- All 626 tests passing with no regressions
12+
313
## [v1.25.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.25.1) (2025-10-06)
414
- Fix
515
- Updated delay handling to use centralized external configuration in SDK interceptor

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/management",
3-
"version": "1.25.1",
3+
"version": "1.25.2",
44
"description": "The Content Management API is used to manage the content of your Contentstack account",
55
"main": "./dist/node/contentstack-management.js",
66
"browser": "./dist/web/contentstack-management.js",

0 commit comments

Comments
 (0)