publish new versions (#3567)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-09-16 12:17:22 +08:00
committed by GitHub
parent c050e073b6
commit 3c5d267767
13 changed files with 33 additions and 23 deletions
@@ -1,6 +0,0 @@
---
"http": patch
"http-js": patch
---
Fix unhandled promise rejections on every `fetch` teardown: the request/body cleanup commands were fired as floating promises, and releasing an already-released resource rejects with `The resource id N is invalid.`. `dropBody` is now idempotent and both cleanup calls handle their own rejection.
@@ -1,6 +0,0 @@
---
"store": patch
"store-js": patch
---
Fix `apply_pending_auto_save` can deadlock the store