feat(core): switch to native fetch API for all HTTP requests
This commit is contained in:
11
changelog.md
11
changelog.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-07-27 - 4.2.0 - feat(core)
|
||||
Switch to native fetch API for all HTTP requests
|
||||
|
||||
- Replaced @push.rocks/smartrequest with native fetch API throughout the codebase
|
||||
- Updated HTTP client to use fetch with proper error handling
|
||||
- Updated attachment upload/download methods to use fetch
|
||||
- Updated export download method to use fetch
|
||||
- Updated sandbox user creation to use fetch
|
||||
- Removed smartrequest dependency from package.json and plugins
|
||||
- Improved error messages with HTTP status codes
|
||||
|
||||
## 2025-07-26 - 4.1.3 - fix(export)
|
||||
Fix PDF statement download to use direct content endpoint
|
||||
|
||||
|
Reference in New Issue
Block a user