Releases: genkgo/archive-stream
Releases · genkgo/archive-stream
3.5.0
3.4.1
Tar fix: use pax for long file names, include ustar version
3.4.0
Drop PHP 8.0 support, add PHP 8.3 support.
3.3.4
Suport psr/http-message 2.0
3.3.2
Another fix for implicit conversion from float to int
3.3.1
Fix issue in int64split
. Implicit conversion from float 1.8446744069414584E+19 to int loses precision
3.3.0
Drop PHP 7.4, add PHP 8.2.
3.2.0
Update PHP version compatibility to 7.4, 8.0 and 8.1. Add new Archive::withContents() method to add multiple contents at once. The CallbackContents class lazy adds contents.
3.1.1
Fix creating tar.gz as a single encoded stream
3.1.0
Require PHP 7.3.0, add .tar and .tar.gz support and drop Travis and Scrutinizer in favor of Github Actions.