Skip to content

2025.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 13:22
· 54 commits to refs/heads/main since this release
c5c02e3

Note

This version has a slightly different handling of padding for encrypted tar files. For inner encrypted tar files, a PAX header _securetar.version with value 2.0 is added to indicate the new format. The library itself is backwards compatible since Python tarfile is not checking gzip footer and/or does not read past the tar end-of-file marker.

What's Changed