Releases: expo/multitars
Releases 路 expo/multitars
Release list
v1.0.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
鈿狅笍 Fix tar and multipart cases that used UTF-16 instead of UTF-8 length calculations
Submitted by @kitten (See #33)- Enforce declared
Filesizes for multipart/tar outputs, to avoid corrupted tarballs
Submitted by @kitten (See #31) - Close stream iterators after streams are done
Submitted by @kitten (See #35) 鈿狅笍 Fix multipart corruption when headers match limit exactly
Submitted by @kitten (See #38)- Don't ignore PAX zero-size override
Submitted by @kitten (See #32) 鈿狅笍 Fix incorrect combined header limit being applied
Submitted by @kitten (See #34)鈿狅笍 Fix tar input's header being concurrently readable with a cancellation padding skip. This meant that partially reading a file may have caused issues and misalignment on the next file access
Submitted by @kitten (See #28)鈿狅笍 Fix fallback conversion whenSymbol.asyncIteratorisn't available
Submitted by @kitten (See #29)- Stop symlink
entry.size === 0from being used for padding, corrupting the output
Submitted by @kitten (See #30) - Apply global PAX size override to all following entries
Submitted by @kitten (See #39) 鈿狅笍 Fix tar outputs with leading slash above length limit miscomputing prefix
Submitted by @kitten (See #27)鈿狅笍 Fix sharedUint8Arrayon CRLF bytes causingworkerdregression
Submitted by @kitten (See #41)- Restore performance (after regression due to size limit) by decreasing async generator layering overhead
Submitted by @kitten (See #40)
v1.0.1
v1.0.0
Immutable
release. Only release title and notes can be modified.
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
Minor Changes
- Add basic README
Submitted by @kitten (See87831f1) - Accept
ReadableStreaminputs ontarandstreamMultipart
Submitted by @kitten (See #5) - Accept
Iterable<Uint8Array>andAsyncIterable<Uint8Array>onuntarandparseMultipart
Submitted by @kitten (See #5) - Add
iterableToStreamandstreamToAsyncIterableconversion helpers
Submitted by @kitten (See #4)