Skip to content

Releases: genkgo/archive-stream

3.4.0

04 Dec 13:34
23e3068
Compare
Choose a tag to compare

Drop PHP 8.0 support, add PHP 8.3 support.

3.3.4

20 Sep 13:05
a0b0618
Compare
Choose a tag to compare

Suport psr/http-message 2.0

3.3.2

13 Jun 12:25
6597a45
Compare
Choose a tag to compare

Another fix for implicit conversion from float to int

3.3.1

30 Mar 10:01
be65c98
Compare
Choose a tag to compare

Fix issue in int64split. Implicit conversion from float 1.8446744069414584E+19 to int loses precision

3.3.0

17 Mar 08:11
8f2bd53
Compare
Choose a tag to compare

Drop PHP 7.4, add PHP 8.2.

3.2.0

19 Jul 07:43
eeb6f01
Compare
Choose a tag to compare

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

07 Jan 12:26
9081c6a
Compare
Choose a tag to compare

Fix creating tar.gz as a single encoded stream

3.1.0

06 Jan 20:38
Compare
Choose a tag to compare

Require PHP 7.3.0, add .tar and .tar.gz support and drop Travis and Scrutinizer in favor of Github Actions.