2025.1.0
·
54 commits
to refs/heads/main
since this release
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
- Bump version to 2025.1.0 (#70) @agners
- Add header with securetar version (#69) @emontnemery
- Store size of plaintext as custom header (#67) @emontnemery
- Update typing of SecureTarFile construct to allow None name (#68) @emontnemery
- Fix mistake in test (#66) @emontnemery
- Add decryption helper (#65) @emontnemery
- Bump pytest from 8.3.3 to 8.3.4 (#63) @dependabot
- Improve padding when writing encrypted tar (#64) @emontnemery