Skip to content

Commit 4d99277

Browse files
committed
chore: update changelog and bump version to 2.25.2; enhance error handling for API responses
1 parent 221b01b commit 4d99277

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.talismanrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ fileignoreconfig:
2424
checksum: b63897181a8cb5993d1305248cfc3e711c4039b5677b6c1e4e2a639e4ecb391b
2525
- filename: Contentstack.Core.Tests/RegionHandlerTest.cs
2626
checksum: 69899138754908e156aa477d775d12fd6b3fefc1a6c2afec22cb409bd6e6446c
27+
- filename: CHANGELOG.md
28+
checksum: bc17fd4cf564e524c686a8271033f8e6e7f5f69de8137007d1c72d5f563fe92a

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
### Version: 2.25.2
22
#### Date: Nov-13-2025
33

4-
4+
##### Fix:
5+
- Error Handling
6+
- Fixed error message extraction from Contentstack API responses across all model classes
7+
- HTTP request errors now properly extract and display actual API error messages instead of generic exception messages
8+
- Improved error handling in Query, Entry, Asset, GlobalField, ContentType, AssetLibrary, GlobalFieldQuery, and Taxonomy classes
9+
- Users will now see meaningful error messages (e.g., "Invalid API key", "Entry not found") instead of generic "Exception of type 'ContentstackException' was thrown" messages
10+
- ErrorCode, StatusCode, and Errors dictionary are now properly populated from API responses
511

612
### Version: 2.25.1
713
#### Date: Nov-10-2025

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.25.1</Version>
3+
<Version>2.25.2</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)