Releases: aws/aws-sdk-php-symfony
Releases · aws/aws-sdk-php-symfony
Version 2.0.2
- Mark client service definition as lazy
Version 2.0.1
- Fixed deprecation for symfony/config 4.2+
- Tweaked Readme usage syntax
- Updated travis CI configuration
Version 2.0.0
- Added support for Symfony ~4.0
- Updated package type for Symfony Flex support.
Version 1.3.0
- Added client class names as service aliases.
Version 1.2.0
- Fix deprecation notice in yaml file on
symfony
3.1+
Version 1.1.0
- Added support for Symfony ~3.0.
- Fixed deprecation warnings being thrown on Symfony >= 2.6.
Version 1.0.2
- Removed usage of
setFactory
method to ensure compatiable with
symfony/dependency-injection
~2.3
Version 1.0.0
- Initial release of the AWS Bundle.
- Added Symfony support for v3 of the AWS SDK for PHP.
Version 0.1.0
Initial pre-release of the AWS Bundle for Symfony 2.
This bundle adds an instance of the Aws\Sdk object as well as instances of each AWS client object to your Symfony application's container.