File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v2.4.0
4+
5+ ### Feb 02, 2026
6+ - Enhancement: Retry mechanism added
7+
38## v2.3.2
49
510### Jan 05, 2026
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.contentstack.sdk</groupId >
77 <artifactId >java</artifactId >
8- <version >2.3.2 </version >
8+ <version >2.4.0 </version >
99 <packaging >jar</packaging >
1010 <name >contentstack-java</name >
1111 <description >Java SDK for Contentstack Content Delivery API</description >
314314 <configuration >
315315 <!-- Tests are skipped by default; use -Dtest to specify which tests to run -->
316316 <!-- Example: -Dtest='*IT' for integration tests, -Dtest='Test*' for unit tests -->
317- <skipTests >true</skipTests >
317+ <!-- < skipTests>true</skipTests> -- >
318318 <!-- OPTIMIZED: Parallel execution with controlled concurrency -->
319319 <parallel >classes</parallel >
320320 <threadCount >4</threadCount >
You can’t perform that action at this time.
0 commit comments