Skip to content

Releases: pvizeli/securetar

2025.1.4

27 Jan 14:21
f69def5
Compare
Choose a tag to compare

What's Changed

2025.1.3

16 Jan 08:45
eb85e5e
Compare
Choose a tag to compare

Important

This release adds a new file header for encrypted tar files. This makes the file format not backwards compatible! The library can read the old format still.

What's Changed

2025.1.2

14 Jan 15:39
c9f0970
Compare
Choose a tag to compare

What's Changed

2025.1.1

14 Jan 10:35
565999a
Compare
Choose a tag to compare

Note

This version has a breaking change in the atomic_contents_add() API. Instead of a list a filter function is now expected.

What's Changed

2025.1.0

13 Jan 13:22
c5c02e3
Compare
Choose a tag to compare

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

2024.11.0

21 Nov 17:25
d3afe1e
Compare
Choose a tag to compare

What's Changed

2024.2.1

26 Feb 20:19
ebd1942
Compare
Choose a tag to compare

What's Changed

2024.2.0

12 Feb 17:51
bd7ac1d
Compare
Choose a tag to compare

What's Changed

2023.12.0

13 Dec 20:25
a6aa484
Compare
Choose a tag to compare

What's Changed

2023.3.0

31 Mar 15:15
516ff9d
Compare
Choose a tag to compare

What's Changed