fix(destination-receiver): return full webrequest response from SmartlogDestinationReceiver and migrate to WebrequestClient; update tests, dependencies, docs, and npmextra metadata
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-14 - 3.1.11 - fix(destination-receiver)
|
||||
return full webrequest response from SmartlogDestinationReceiver and migrate to WebrequestClient; update tests, dependencies, docs, and npmextra metadata
|
||||
|
||||
- SmartlogDestinationReceiver now uses plugins.webrequest.WebrequestClient instead of plugins.webrequest.WebRequest and returns the full response object instead of response.body — callers expecting the previous shape will need to adapt (breaking change)
|
||||
- Tests updated to match the new webrequest.postJson return shape
|
||||
- Bumped several devDependencies and dependencies (@git.zone/* toolchain, @push.rocks/* libs) to newer major/minor versions
|
||||
- Removed tsbundle from the build script and adjusted build tooling invocation
|
||||
- Added pnpm.onlyBuiltDependencies and updated npmextra.json namespace keys and release/tsdoc metadata
|
||||
- Documentation (readme.md) updated: examples changed to async/await usage, expanded legal and issue-reporting sections
|
||||
|
||||
## 2025-09-22 - 3.1.10 - fix(tests)
|
||||
Bump dependency versions and adjust test to use enableConsole() default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user