You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,25 @@
1
+
### Version: 2.25.2
2
+
#### Date: Nov-13-2025
3
+
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
11
+
1
12
### Version: 2.25.1
2
13
#### Date: Nov-10-2025
3
14
4
15
##### Enh:
5
16
- Improved Error messages
17
+
##### Fix:
18
+
- Taxonomy
19
+
- Fixed NullReferenceExceptions
20
+
- Fixed InvalidCastException in `GetContentstackError` when exception is not a WebException
21
+
- Fixed JsonReaderException in `GetContentstackError` when response is not valid JSON
22
+
- All exceptions now properly throw TaxonomyException (extends ContentstackException) with descriptive error messages
0 commit comments