fix(archive): validate stream file archive paths and throw on premature bzip2 stream termination

This commit is contained in:
2026-04-30 13:13:49 +00:00
parent c75c358dfd
commit 1553dc67ef
10 changed files with 4254 additions and 4627 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 5.2.2 - fix(archive)
validate stream file archive paths and throw on premature bzip2 stream termination
- Require a valid archive path when adding StreamFile entries without a relative file path.
- Throw a Bzip2Error instead of emitting an error when compressed input ends prematurely.
- Align TypeScript and package dependencies with stricter Node.js typing and updated build tooling.
## 2026-01-01 - 5.2.0 - feat(tartools)
add streaming TAR support (tar-stream), Node.js streaming APIs for TarTools, and browser / web bundle docs