AWS Developer Tools Blog
Migrating to Boto3
Boto3, the latest version of the AWS SDK for Python, was released earlier this year. Since its release, we’ve seen more and more customers migrating to the latest major version of Boto. Boto3 provides many significant improvements over Boto: Faster availability of API updates and consistency in exposed interfaces Collections that provide an iterable interface […]
End of Life of PEAR Channel
There’s been a noticeable wave of popular PHP projects recently announcing that they will no longer support PEAR as an installation method. Because the AWS SDK for PHP provides a PEAR channel, we’ve been very interested in the discussion in the community on PEAR channel support. PEAR has been one of the many ways to […]
Release: AWS SDK for PHP – Version 2.6.11
We would like to announce the release of version 2.6.11 of the AWS SDK for PHP. Added support for Amazon Cognito Identity Added support for Amazon Cognito Sync Added support for Amazon CloudWatch Logs Added support for editing existing health checks and associating health checks with tags to the Amazon Route 53 client Added the […]
Release: AWS SDK for PHP – Version 2.6.2
We would like to announce the release of version 2.6.2 of the AWS SDK for PHP. Added support for Amazon SQS message attributes. Fixed Amazon S3 multi-part uploads so that manually set ContentType values are not overwritten. No longer recalculating file sizes when an Amazon S3 socket timeout occurs. Added better environment variable detection. Install the […]
Release: AWS SDK for PHP – Version 2.5.4
We would like to announce the release of version 2.5.4 of the AWS SDK for PHP. This release updates the Amazon CloudFront client, AWS OpsWorks client, and Elastic Load Balancing client; adds support for the AWS_SECRET_ACCESS_KEY environment variable; updates the Amazon S3 stream wrapper; addresses an issue with dot-segments in the Amazon S3 directory sync, […]
Release: AWS SDK for PHP – Version 2.5.3
We would like to announce the release of version 2.5.3 of the AWS SDK for PHP. This release provides several client updates, Amazon S3 client issue fixes, and additional iterators. Please refer to the CHANGELOG for a complete list of changes. Install the SDK Install via Composer/Packagist (e.g., "aws/aws-sdk-php": "2.5.*") Download the aws.phar Download the aws.zip
Release: AWS SDK for PHP 2.5.1
We would like to announce the release of version 2.5.1 of the AWS SDK for PHP. This release updates to the Amazon EC2 client, the Auto Scaling client, and addresses several issues. Please see the CHANGELOG for a full list of changes. Install the SDK Install via Composer/Packagist (e.g., “aws/aws-sdk-php”: “2.5.*”) Download the aws.phar Download […]
Release: AWS SDK for PHP – Version 2.4.12
We would like to announce the release of version 2.4.12 of the AWS SDK for PHP. This release adds support for Amazon Kinesis, adds global secondary indexes support to the Amazon DynamoDB client, and provides several other client updates and fixes. Install the Latest SDK Composer/Packagist Download Phar Download Zip PEAR Channel GitHub
AWS re:Invent PHP Presentation Video Posted
The AWS SDK for PHP team attended AWS re:Invent this year to give our presentation titled Mastering the AWS SDK for PHP. Jeremy and I enjoyed talking with other PHP developers during our PHP office hours, and we got some great feedback on the AWS SDK for PHP. In case you weren’t able to attend, […]
Release: AWS SDK for PHP – Version 2.4.9
We would like to announce the release of version 2.4.9 of the AWS SDK for PHP. This release adds support for cross zone load balancing in Elastic Load Balancing, stack policies in AWS CloudFormation, and the Gateway-Virtual Tape Library in AWS Storage Gateway. Changelog Added support for cross-zone load balancing to the Elastic Load Balancing […]