release(files): prepare 4.11.2 hotfix
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -5,6 +5,20 @@ All notable changes to Shade are documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [4.11.2] — 2026-07-10 — Files pull-mode startup hotfix
|
||||
|
||||
**`@shade/files`**
|
||||
|
||||
- Fix a construction race in HTTP pull-mode clients: an immediate streamed
|
||||
read/write now awaits asynchronous stream-bridge registration instead of
|
||||
treating the not-yet-created queue drainer as proof that the client is
|
||||
inline-only.
|
||||
- Add a deterministic integration test that holds incoming-transfer
|
||||
registration, starts a 512 KiB write immediately, and verifies that it
|
||||
remains pending until streaming is ready.
|
||||
- Add `publish-all.ts --only <pkg>` so isolated package hotfixes do not publish
|
||||
unrelated workspace packages.
|
||||
|
||||
## [4.11.0] — 2026-05-15 — Streaming Double-Ratchet sub-sessions
|
||||
|
||||
Answers Vyvern FR `shade-ws-streaming-ratchet.md` (the last Phase-2
|
||||
|
||||
Reference in New Issue
Block a user