fix(typedsocket): initialize correlation ids for requests without pre-existing correlation metadata

This commit is contained in:
2026-05-08 10:17:19 +00:00
parent 56be583403
commit bf83f2d9be
5 changed files with 41 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-08 - 4.1.3 - fix(typedsocket)
initialize correlation ids for requests without pre-existing correlation metadata
- Generate a correlation id and request phase before tracking pending requests to avoid failures for stream control messages such as ##VirtualStream##.
- Add test coverage for processing virtual stream control messages when no correlation data is present.
- Add release registry configuration for package publishing.
## 2026-02-26 - 4.1.2 - fix(ci)
update npmextra.json to rename keys, add release registries and add CI entry; remove legacy npmci configuration