Releases: aws/aws-sdk-php-symfony
Releases · aws/aws-sdk-php-symfony
Version 2.7.0
- Deprecates PHP versions below 7.2.5.
- Introduces support for Symfony 7.
- Introduces support for PHP 8.0 and up.
Version 2.6.1
- Update to usage of
TreeBuilder
to favorgetRootNode
instead of deprecatedroot
method.
Version 2.6.0
- Adds
.gitattributes
to exclude tests and other non-pertinent files.
Version 2.5.0
- Inherit AWS_MERGE_CONFIG value from .env files
Version 2.4.0
- Upgrade minimum version of PHPUnit
- Mark client service definition as lazy
Version 2.3.0
- Added support for Symfony ~6.0
- Moved Travis tests to Github actions
Version 2.2.2
- Remove magic method call to support linting command
Version 2.2.1
- Fix issue with different tree builder interface for different symfony versions
Version 2.2.0
- Added optional configuration validation and merging via AWS_MERGE_CONFIG env variable.
Version 2.1.0
- Added support for Symfony ~5.0