fix(virtualstream): support reconstituting smartjson encoded binary stream chunks

This commit is contained in:
2026-05-08 10:38:15 +00:00
parent 057085b17b
commit 51f54601f1
5 changed files with 43 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-08 - 3.3.1 - fix(virtualstream)
support reconstituting smartjson encoded binary stream chunks
- Add VirtualStream handling for EncodedBuffer payloads encoded as base64.
- Keep support for JSON-serialized Buffer payloads and add test coverage for both binary chunk formats.
- Add release registry configuration for package publishing.
## 2026-03-03 - 3.3.0 - feat(typedrouter)
add middleware support to TypedRouter and export middleware type