AWS Developer Tools Blog
Release: AWS SDK for PHP – Version 2.4.7
We would like to announce the release of version 2.4.7 of the AWS SDK for PHP. This release adds support for audio transcoding features to the HAQM Elastic Transcoder client and updates to the HAQM CloudFront, HAQM EC2, HAQM RDS, Auto Scaling, and AWS OpsWorks clients.
Changelog
- Added support for audio transcoding features to the HAQM Elastic Transcoder client
- Added support for modifying Reserved Instances in a region to the HAQM EC2 client
- Added support for new resource management features to the AWS OpsWorks client
- Added support for additional HTTP methods to the HAQM CloudFront client
- Added support for custom error page configuration to the HAQM CloudFront client
- Added support for the public IP address association of instances in Auto Scaling group via the Auto Scaling client
- Added support for tags and filters to various operations in the HAQM RDS client
- Added the ability to easily specify event listeners on waiters
- Added support for using the
ap-southeast-2
region to the HAQM Glacier client - Added support for using the
ap-southeast-1
andap-southeast-2
regions to the HAQM Redshift client - Updated the HAQM EC2 client to use the 2013-09-11 API version
- Updated the HAQM CloudFront client to use the 2013-09-27 API version
- Updated the AWS OpsWorks client to use the 2013-07-15 API version
- Updated the HAQM CloudSearch client to use Signature Version 4
- Fixed an issue with the HAQM S3 Client so that the top-level XML element of the
CompleteMultipartUpload
operation is correctly sent asCompleteMultipartUpload
- Fixed an issue with the HAQM S3 Client so that you can now disable bucket logging using with the
PutBucketLogging
operation - Fixed an issue with the HAQM CloudFront so that query string parameters in pre-signed URLs are correctly URL-encoded
- Fixed an issue with the Signature Version 4 implementation where headers with multiple values were sometimes sorted and signed incorrectly