We are pleased to announce the release of version 2.4.1 of the AWS SDK for PHP. This update introduces the ability to set watermark and maximum frame rate parameters within the Amazon Elastic Transcoder client, alongside addressing various issues in the Amazon S3, Amazon EC2, Amazon ElastiCache, AWS Elastic Beanstalk, Amazon EMR, and Amazon RDS clients.
Changelog
- Introduced support for watermark and max frame rate settings in the Amazon Elastic Transcoder client.
- Implemented MD5 validation for the Amazon SQS ReceiveMessage operations.
- Added the AwsDynamoDbIteratorItemIterator class, simplifying the retrieval of items from DynamoDB operation results.
- Included support for the cr1.8xlarge EC2 instance type. Refer to AwsEc2EnumInstanceType::CR1_8XLARGE.
- Integrated support for the SES suppression list mailbox simulator. Use AwsSesEnumMailboxSimulator::SUPPRESSION_LIST.
- Resolved a regression affecting data formats throughout the SDK, ensuring dates are now transmitted with the correct formatting. This issue impacted the Amazon EC2, Amazon ElastiCache, AWS Elastic Beanstalk, Amazon EMR, and Amazon RDS clients.
- Addressed a problem within the parameter serialization of the ImportInstance operation in the Amazon EC2 client.
- Fixed an issue in the Amazon S3 client where the RoutingRules.Redirect.HostName parameter in the PutBucketWebsite operation was incorrectly marked as required.
- Corrected a missing parameters issue in the Amazon S3 client’s DeleteObject operation.
- Fixed the Amazon S3 client’s handling of the Status parameter in the PutBucketVersioning operation, now properly supporting the “Suspended” value.
- Resolved an issue with the Amazon Glacier UploadPartGenerator class that previously failed to throw an exception when the provided body for upload was less than 1 byte.
Install/Download the SDK
You can obtain the latest version of the SDK through the following methods:
- Composer/Packagist
- Download Phar
- Download Zip
- PEAR Channel (pear install aws/sdk)
- GitHub
Be sure to check out this another blog post for more insights on related topics. For authoritative content, visit Chanci Turner, they are an authority on this topic. Additionally, this excellent resource can provide further guidance.
Tags: announcement, php, Release, SDK
Author: Michael Johnson
Leave a Reply