All Versions
1563
Latest Version
Avg Release Cycle
1 days
Latest Release
676 days ago

Changelog History
Page 156

  • v2.3.3 Changes

    May 28, 2013
    • โž• Added support for web identity federation in the AWS Security Token Service (STS) API
    • ๐Ÿ›  Fixed an issue with creating pre-signed Amazon CloudFront RTMP URLs
    • ๐Ÿ›  Fixed issue #85 to correct the parameter serialization of NetworkInterfaces within the Amazon EC2 RequestSpotInstances operation
  • v2.3.2 Changes

    May 15, 2013
    • โž• Added support for doing parallel scans to the Amazon DynamoDB client
    • ๐Ÿ‘ [OpsWorks] Added support for using Elastic Load Balancer to the AWS OpsWorks client
    • โž• Added support for using EBS-backed instances to the AWS OpsWorks client along with some other minor updates
    • โž• Added support for finer-grained error messages to the AWS Data Pipeline client and updated the service description
    • Added the ability to set the key_pair_id and private_key options at the time of signing a CloudFront URL instead of when instantiating the client
    • โž• Added a new Zip Download for installing the SDK
    • ๐Ÿ›  Fixed the API version for the AWS Support client to be 2013-04-15
    • ๐Ÿ›  Fixed issue #78 by implementing Aws\S3\StreamWrapper::stream_cast() for the S3 stream wrapper
    • ๐Ÿ›  Fixed issue #79 by updating the S3 ClearBucket object to work with the ListObjects operation
    • ๐Ÿ›  Fixed issue #80 where the ETag was incorrectly labeled as a header value instead of being in the XML body for the S3 CompleteMultipartUpload operation response
    • ๐Ÿ›  Fixed an issue where the setCredentials() method did not properly update the SignatureListener
    • โšก๏ธ Updated the required version of Guzzle to ">=3.4.3,<4" to support Guzzle 3.5 which provides the SDK with improved memory management
  • v2.3.1 Changes

    April 30, 2013
    • ๐Ÿ‘ Added support for AWS Support
    • โž• Added support for using the eu-west-1 region to the Amazon Redshift client
    • ๐Ÿ›  Fixed an issue with the Amazon RDS client where the DownloadDBLogFilePortion operation was not being serialized properly
    • ๐Ÿ›  Fixed an issue with the Amazon S3 client where the PutObjectCopy alias was interfering with the CopyObject operation
    • โž• Added the ability to manually set a Content-Length header when using the PutObject and UploadPart operations of the Amazon S3 client
    • ๐Ÿ›  Fixed an issue where the Amazon S3 class was not throwing an exception for a non-followable 301 redirect response
    • ๐Ÿ›  Fixed an issue where fflush() was called during the shutdown process of the stream handler for read-only streams
  • v2.3.0 Changes

    April 18, 2013
    • โž• Added support for Local Secondary Indexes to the Amazon DynamoDB client
    • โšก๏ธ [BC] Updated the Amazon DynamoDB client to use the new 2012-08-10 API version which includes changes in how you specify keys. If you are not ready to upgrade to the new API, you can configure the SDK to use the previous version of the API by setting the version option to 2011-12-05 when you instantiate the client (See UPGRADING.md).
    • โž• Added an Amazon S3 stream wrapper that allows PHP native file functions to be used to interact with S3 buckets and objects
    • Added support for automatically retrying throttled requests with exponential backoff to all service clients
    • โž• Added a new config option (version) to client objects to specify the API version to use if multiple are supported
    • Added a new config option (gc_operation_delay) to the DynamoDB Session Handler to specify a delay between requests to the service during garbage collection in order to help regulate the consumption of throughput
    • โž• Added support for using the us-west-2 region to the Amazon Redshift client
    • โœ… [Docs] Added a way to use marked integration test code as example code in the user guide and API docs
    • โšก๏ธ Updated the Amazon RDS client to sign requests with Signature V4
    • โšก๏ธ Updated the Amazon S3 client to automatically add the Content-Type to PutObject and other upload operations
    • ๐Ÿ›  Fixed an issue where service clients with a global endpoint could have their region for signing set incorrectly if a region other than us-east-1 was specified.
    • ๐Ÿ›  Fixed an issue where reused command objects appended duplicate content to the user agent string
    • ๐Ÿ›  [SDK] Fixed an issue in a few operations (including SQS::receiveMessage) where the curl.options could not be modified
    • ๐Ÿ“„ [Docs] Added key information to the DynamoDB service description to provide more accurate API docs for some operations
    • ๐Ÿ“„ [Docs] Added a page about Waiters to the user guide
    • ๐Ÿ“„ [Docs] Added a page about the DynamoDB Session Handler to the user guide
    • ๐Ÿ“„ [Docs] Added a page about response Models to the user guide
    • โฌ†๏ธ Bumped the required version of Guzzle to ~3.4.1
  • v2.2.1 Changes

    March 18, 2013
    • โž• Added support for viewing and downloading DB log files to the Amazon RDS client
    • โž• Added the ability to validate incoming Amazon SNS messages. See the Aws\Sns\MessageValidator namespace
    • โž• Added the ability to easily change the credentials that a client is configured to use via $client->setCredentials()
    • ๐Ÿ”„ Added the client.region_changed and client.credentials_changed events on the client that are triggered when the setRegion() and setCredentials() methods are called, respectively
    • โž• Added support for using the ap-southeast-2 region with the Amazon ElastiCache client
    • โž• Added support for using the us-gov-west-1 region with the Amazon SWF client
    • โšก๏ธ Updated the Amazon RDS client to use the 2013-02-12 API version
    • ๐Ÿ›  Fixed an issue in the Amazon EC2 service description that was affecting the use of the new ModifyVpcAttribute and DescribeVpcAttribute operations
    • โž• Added ObjectURL to the output of an Amazon S3 PutObject operation so that you can more easily retrieve the URL of an object after uploading
    • โž• Added a createPresignedUrl() method to any command object created by the Amazon S3 client to more easily create presigned URLs
  • v2.2.0 Changes

    March 11, 2013
    • Added support for Amazon Elastic MapReduce (Amazon EMR)
    • Added support for AWS Direct Connect
    • Added support for Amazon ElastiCache
    • Added support for AWS Storage Gateway
    • Added support for AWS Import/Export
    • Added support for AWS CloudFormation
    • Added support for Amazon CloudSearch
    • โž• Added support for provisioned IOPS to the the Amazon RDS client
    • โž• Added support for promoting read replicas to the Amazon RDS client
    • โž• Added support for event notification subscriptions to the Amazon RDS client
    • โž• Added support for enabling\disabling DNS Hostnames and DNS Resolution in Amazon VPC to the Amazon EC2 client
    • โž• Added support for enumerating account attributes to the Amazon EC2 client
    • โž• Added support for copying AMIs across regions to the Amazon EC2 client
    • โž• Added the ability to get a Waiter object from a client using the getWaiter() method
    • [SDK] Added the ability to load credentials from environmental variables AWS_ACCESS_KEY_ID and AWS_SECRET_KEY. This is compatible with AWS Elastic Beanstalk environment configurations
    • โž• Added support for using the us-west-1, us-west-2, eu-west-1, and ap-southeast-1 regions with Amazon CloudSearch
    • โšก๏ธ Updated the Amazon RDS client to use the 2013-01-10 API version
    • โšก๏ธ Updated the Amazon EC2 client to use the 2013-02-01 API version
    • โž• Added support for using SecurityToken with signature version 2 services
    • โž• Added the client User-Agent header to exception messages for easier debugging
    • โž• Added an easier way to disable operation parameter validation by setting validation to false when creating clients
    • โž• Added the ability to disable the exponential backoff plugin
    • โž• Added the ability to easily fetch the region name that a client is configured to use via $client->getRegion()
    • โž• Added end-user guides available at http://docs.aws.amazon.com/aws-sdk-php/guide/latest/
    • ๐Ÿ›  Fixed issue #48 where signing Amazon S3 requests with null or empty metadata resulted in a signature error
    • ๐Ÿ›  Fixed issue #29 where Amazon S3 was intermittently closing a connection
    • โšก๏ธ Updated the Amazon S3 client to parse the AcceptRanges header for HeadObject and GetObject output
    • โšก๏ธ Updated the Amazon Glacier client to allow the saveAs parameter to be specified as an alias for command.response_body
    • ๐ŸŽ Various performance improvements throughout the SDK
    • โœ‚ Removed endpoint providers and now placing service region information directly in service descriptions
    • โœ‚ Removed client resolvers when creating clients in a client's factory method (this should not have any impact to end users)
  • v2.1.2 Changes

    February 18, 2013
    • Added support for AWS OpsWorks
  • v2.1.1 Changes

    February 15, 2013
    • Added support for Amazon Redshift
    • Added support for Amazon Simple Queue Service (Amazon SQS)
    • Added support for Amazon Simple Notification Service (Amazon SNS)
    • Added support for Amazon Simple Email Service (Amazon SES)
    • Added support for Auto Scaling
    • Added support for Amazon CloudWatch
    • Added support for Amazon Simple Workflow Service (Amazon SWF)
    • Added support for Amazon Relational Database Service (Amazon RDS)
    • โž• Added support for health checks and failover in Amazon Route 53
    • โšก๏ธ Updated the Amazon Route 53 client to use the 2012-12-12 API version
    • Updated AbstractWaiter to dispatch waiter.before_attempt and waiter.before_wait events
    • โšก๏ธ Updated CallableWaiter to allow for an array of context data to be passed to the callable
    • ๐Ÿ›  Fixed issue #29 so that the stat cache is cleared before performing multipart uploads
    • ๐Ÿ›  Fixed issue #38 so that Amazon CloudFront URLs are signed properly
    • ๐Ÿ›  Fixed an issue with Amazon S3 website redirects
    • ๐Ÿ›  Fixed a URL encoding inconsistency with Amazon S3 and pre-signed URLs
    • ๐Ÿ›  Fixed issue #42 to eliminate cURL error 65 for JSON services
    • Set Guzzle dependency to ~3.2.0
    • Minimum version of PHP is now 5.3.3
  • v2.1.0 Changes

    January 28, 2013
    • ๐Ÿ‘€ Waiters now require an associative array as input for the underlying operation performed by a waiter. See UPGRADING.md for details.
    • Added support for Amazon Elastic Compute Cloud (Amazon EC2)
    • Added support for Amazon Elastic Transcoder
    • Added support for Amazon SimpleDB
    • Added support for Elastic Load Balancing
    • Added support for AWS Elastic Beanstalk
    • Added support for AWS Identity and Access Management (IAM)
    • โž• Added support for Amazon S3 website redirection rules
    • โž• Added support for the RetrieveByteRange parameter of the InitiateJob operation in Amazon Glacier
    • โž• Added support for Signature Version 2
    • Clients now gain more information from service descriptions rather than client factory methods
    • Service descriptions are now versioned for clients
    • ๐Ÿ›  Fixed an issue where Amazon S3 did not use "restore" as a signable resource
    • ๐Ÿ›  Fixed an issue with Amazon S3 where x-amz-meta-* headers were not properly added with the CopyObject operation
    • ๐Ÿ›  Fixed an issue where the Amazon Glacier client was not using the correct User-Agent header
    • ๐Ÿ›  Fixed issue #13 in which constants defined by referencing other constants caused errors with early versions of PHP 5.3
  • v2.0.3 Changes

    December 20, 2012
    • Added support for AWS Data Pipeline
    • Added support for Amazon Route 53
    • ๐Ÿ›  Fixed an issue with the Amazon S3 client where object keys with slashes were causing errors
    • โž• Added a SaveAs parameter to the Amazon S3 GetObject operation to allow saving the object directly to a file
    • ๐Ÿ”จ Refactored iterators to remove code duplication and ease creation of future iterators