AWS Developer Tools Blog

Tag: SDK

Release: AWS SDK for PHP – Version 2.6.10

We would like to announce the release of version 2.6.10 of the AWS SDK for PHP. This release adds support for new regions to the AWS CloudTrail and Amazon Kinesis clients. Install the SDK Install via Composer/Packagist (e.g., "aws/aws-sdk-php": "~2.6.10") Download the aws.phar Download the aws.zip

Release: AWS SDK for PHP – Version 2.6.9

We would like to announce the release of version 2.6.9 of the AWS SDK for PHP. This release adds support for uploading document batches and submitting search and suggestion requests to an Amazon CloudSearch domain using the new CloudSearch Domain client. It also adds support for configuring delivery notifications to the Amazon SES client, and […]

Release: AWS SDK for PHP – Version 2.6.8

We would like to announce the release of version 2.6.8 of the AWS SDK for PHP. This release updates the Amazon Elastic Transcoder and Amazon EMR clients to use the latest service descriptions, and fixes a few issues. Added support for closed captions to the Elastic Transcoder client. Added support for IAM roles to the […]

Guzzle 4 and the AWS SDK

Since Guzzle 4 was released in March (and even before then), we’ve received several requests for us to update the AWS SDK for PHP to use Guzzle 4. Earlier this month, we tweeted about it too and received some pretty positive feedback about the idea. We wanted to take some time to talk about what […]

Release: AWS SDK for PHP – Version 2.6.6

We would like to announce the release of version 2.6.6 of the AWS SDK for PHP. This release, combined with the last few releases that we forgot to blog about, contain the following changes: Added support for the Desired Partition Count scaling option to the CloudSearch client. Hebrew is also now a supported language. Updated […]

Release: AWS SDK for PHP – Version 2.6.1

We would like to announce the release of version 2.6.1 of the AWS SDK for PHP. This release adds support for the latest features in Amazon DynamoDB, Amazon ElastiCache, and Auto Scaling; introduces support for a new INI-formatted credentials file (more information about this will be coming in a future blog post); and fixes a […]

Release: AWS SDK for PHP – Version 2.6.0

We would like to announce the release of version 2.6.0 of the AWS SDK for PHP. This release updates the Amazon CloudSearch, Amazon EC2, and Amazon Redshift clients to support their newest APIs and features. See the CHANGELOG for a full list of changes. Version 2.6.0 is a major release of the SDK, and contains […]

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

Using New Regions and Endpoints

Last week, a customer asked us how they could configure the AWS SDK for PHP to use Amazon SES with the EU (Ireland) Region. SES had just released support for the EU Region, but there was no tagged version of the SDK that supported it yet. Our typical process is to push new support for […]