Skip to content

Commit c6793e3

Browse files
committed
chore: update version to 1.6.0 and add changelog entries for dynamic endpoint resolution features
1 parent 06418a3 commit c6793e3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A brief description of what changes project contains
44

5+
## Jun 15, 2026
6+
7+
#### v1.6.0
8+
9+
- Feature: Dynamic endpoint resolution via `Endpoint.getContentstackEndpoint()` backed by the Contentstack Regions Registry
10+
- Feature: `Utils.getContentstackEndpoint()` proxy for backward-compatible access
11+
- Feature: `regions.json` auto-downloaded at build time via `scripts/download-regions.sh` with runtime fallback
12+
513
## Apr 30, 2026
614

715
#### v1.5.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.contentstack.sdk</groupId>
66
<artifactId>utils</artifactId>
7-
<version>1.5.1</version>
7+
<version>1.6.0</version>
88
<packaging>jar</packaging>
99
<name>Contentstack-utils</name>
1010
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>

0 commit comments

Comments
 (0)