feat(core): Release 6.2.0: Improved async iterator support, enhanced error handling and refined API interfaces for better type safety and consistent behavior.

This commit is contained in:
2025-04-26 12:15:16 +00:00
parent 092a6ba55b
commit 1b34bee35d
8 changed files with 301 additions and 120 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2025-04-26 - 6.3.0 - feat(core)
Release 6.2.0: Improved async iterator support, enhanced error handling and refined API interfaces for better type safety and consistent behavior.
- Bumped package version from 6.1.0 to 6.2.0
- Updated README with more precise information on async iterators and error handling
- Enhanced API request method to better parse response bodies and handle empty responses
- Refined async iterator usage in worker routes and zone listing
- Improved logging details for debugging API interactions
- Simplified and clarified method signatures and return types in documentation
## 2025-03-19 - 6.1.0 - feat(core)
Update dependencies, enhance documentation, and improve error handling with clearer API usage examples