AWS Developer Tools Blog
Release: AWS SDK for PHP 2.4.1
We would like to announce the release of version 2.4.1 of the AWS SDK for PHP. This release adds support for setting watermark and max frame rate parameters in the Amazon Elastic Transcoder client and resolves issues with the Amazon S3, Amazon EC2, Amazon ElastiCache, AWS Elastic Beanstalk, Amazon EMR, and Amazon RDS clients.
Changelog
- Added support for setting watermarks and max frame rates to the Amazon Elastic Transcoder client
- Added MD5 validation to Amazon SQS ReceiveMessage operations
- Added the
AwsDynamoDbIteratorItemIterator
class to make it easier to get items from the results of DynamoDB operations in a simpler form - Added support for the
cr1.8xlarge
EC2 instance type. UseAwsEc2EnumInstanceType::CR1_8XLARGE
- Added support for the suppression list SES mailbox simulator. Use
AwsSesEnumMailboxSimulator::SUPPRESSION_LIST
- Fixed an issue with data formats throughout the SDK due to a regression. Dates are now sent over the wire with the correct format. This issue affected the Amazon EC2, Amazon ElastiCache, AWS Elastic Beanstalk, Amazon EMR, and Amazon RDS clients
- Fixed an issue with the parameter serialization of the
ImportInstance
operation in the Amazon EC2 client - Fixed an issue with the Amazon S3 client where the
RoutingRules.Redirect.HostName
parameter of thePutBucketWebsite
operation was erroneously marked as required - Fixed an issue with the Amazon S3 client where the
DeleteObject
operation was missing parameters - Fixed an issue with the Amazon S3 client where the
Status
parameter of thePutBucketVersioning
operation did not properly support the “Suspended” value - Fixed an issue with the Amazon Glacier
UploadPartGenerator
class so that an exception is thrown if the provided body to upload is less than 1 byte
Install/Download the SDK
You can get the latest version of the SDK via:
- Composer/Packagist
- Download Phar
- Download Zip
- PEAR Channel (
pear install aws/sdk
) - GitHub