Releases: vbatts/tar-split
Releases · vbatts/tar-split
v0.12.3
What's Changed
- github/workflows: update golang versions for the build and lint runners by @vbatts in #87
- tar/asm: add NewInputTarStreamWithDone + tests by @jankaluza in #86
- Port fix for CVE-2026-32288 by @mtrmac in #88
New Contributors
- @jankaluza made their first contribution in #86
Full Changelog: v0.12.2...v0.12.3
v0.12.2
v0.12.1
Apologies for the disruptions! 😽
This release reverts the (breaking) change of making our carried version of archive/tar private. (that was apparently a scream test of sorts 😬 )
And patches the other side of the CVE-2022-2879 for the tar.Writer.
Thanks @mtrmac for the quick iteration.
v0.12.0
v0.11.7
v0.11.6
This release notably drops go1.17 (due to dependencies that no longer support 1.17), and adds testing for go1.21 and go1.22.
Additionally adds a new function for iterating over only the headers of a the metadata. Previously this would have required assembling the full tar stream with is expensive for such an operation. Thanks @mtrmac
and thanks @testwill for the typo fix.






