Releases: vbatts/tar-split
Releases · vbatts/tar-split
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.