fix(archive): validate stream file archive paths and throw on premature bzip2 stream termination
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user