Releases: elecena/amazon-s3-php-class
Releases · elecena/amazon-s3-php-class
Backported the "filter out empty headers" fix + test using PHP 8.3
What's Changed
- Bump phpunit/phpunit from 9.6.3 to 9.6.5 by @dependabot in #45
- Bump guzzlehttp/guzzle from 7.5.0 to 7.7.0 by @dependabot in #51
- Bump actions/cache from 3 to 4 by @dependabot in #56
- Bump actions/checkout from 3 to 4 by @dependabot in #54
- Bump phpunit/phpunit from 9.6.5 to 9.6.16 by @dependabot in #57
- Bump guzzlehttp/guzzle from 7.7.0 to 7.8.1 by @dependabot in #55
- Bump phpunit/phpunit from 9.6.16 to 9.6.17 by @dependabot in #58
- Bump phpunit/phpunit from 9.6.17 to 9.6.18 by @dependabot in #59
- Bump phpunit/phpunit from 9.6.18 to 9.6.19 by @dependabot in #60
- Bump phpunit/phpunit from 9.6.19 to 9.6.20 by @dependabot in #61
- Bump guzzlehttp/guzzle from 7.8.1 to 7.9.1 by @dependabot in #63
- Bump guzzlehttp/guzzle from 7.9.1 to 7.9.2 by @dependabot in #64
- Filter out empty headers by @macbre in #65
- CI: run tests against PHP 8.3 too by @macbre in #66
Full Changelog: v1.3.0...v1.4.0
Compatibility with PHP 8.2
What's Changed
- Bump phpunit/phpunit from 9.5.25 to 9.5.26 by @dependabot in #35
- Bump phpunit/phpunit from 9.5.26 to 9.5.27 by @dependabot in #36
- Bump phpunit/phpunit from 9.5.27 to 9.6.3 by @dependabot in #41
- Test using PHP 8.2 as well by @macbre in #42
- Compatibility with PHP 8.2 by @ricci69 in #39
New Contributors
Full Changelog: v1.2.0...v1.3.0
Test using PHP 8.1 too + fix deprecation warning
- http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated by @macbre in #34
- Test the package using PHP 8.1 too by @macbre in #9
What's Changed
- Bump phpunit/phpunit from 9.5.8 to 9.5.9 by @dependabot in #5
- Bump phpunit/phpunit from 9.5.9 to 9.5.10 by @dependabot in #6
- Bump guzzlehttp/guzzle from 7.3.0 to 7.4.0 by @dependabot in #7
- Bump guzzlehttp/guzzle from 7.4.0 to 7.4.1 by @dependabot in #8
- Bump phpunit/phpunit from 9.5.10 to 9.5.13 by @dependabot in #12
- Bump phpunit/phpunit from 9.5.13 to 9.5.20 by @dependabot in #22
- Bump actions/cache from 2 to 3.0.1 by @dependabot in #21
- Bump guzzlehttp/guzzle from 7.4.1 to 7.4.2 by @dependabot in #20
- Bump actions/checkout from 2 to 3 by @dependabot in #15
- Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 by @dependabot in #23
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.4 by @dependabot in #24
- Bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #25
- Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5 by @dependabot in #26
- Bump phpunit/phpunit from 9.5.21 to 9.5.25 by @dependabot in #31
- Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 by @dependabot in #29
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0
Code coverage and composer package optimised
CI pipeline added
Testing:
- S3::deleteObject
- S3::getBucket
- S3::getObjectInfo
- S3::putObject
- HTTP access to public objects
Changed the required PHPUnit to 9.x (hence this library now requires PHP 7.3+).