Fedora 22 Update: php-aws-sdk-2.8.13-2.fc22

updates at fedoraproject.org updates at fedoraproject.org
Thu Jul 23 08:57:09 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-11400
2015-07-13 16:44:05
--------------------------------------------------------------------------------

Name        : php-aws-sdk
Product     : Fedora 22
Version     : 2.8.13
Release     : 2.fc22
URL         : http://aws.amazon.com/sdk-for-php/
Summary     : Amazon Web Services framework for PHP
Description :
Amazon Web Services SDK for PHP enables developers to build solutions for
Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud
(Amazon EC2), Amazon SimpleDB, and more.

Optional:
* APC (php-pecl-apcu):
      Allows service description opcode caching, request and response caching,
      and credentials caching
* Doctrine Cache (php-doctrine-cache):
      Adds support for caching of credentials and responses
* Monolog (php-Monolog):
      Adds support for logging HTTP requests and responses
* Symfony YAML (php-symfony-yaml):
      Eases the ability to write manifests for creating jobs in AWS
      Import/Export

--------------------------------------------------------------------------------
Update Information:

## 2.8.13 - 2015-07-09

* `Aws\AutoScaling` - Added support for step policies.
* `Aws\CodeCommit` - Added support for AWS CodeCommit, a secure, highly  scalable, managed source control service that hosts private Git repositories.
* `Aws\CodePipeline` - Added support for AWS CodePipeline, a continuous delivery service that enables you to model, visualize, and automate the steps required to release your software.
* `Aws\Ec2` - Added support for encrypted snapshots.
* `Aws\Iam` - Added support for uploading SSH public keys for authentication with AWS CodeCommit.
* `Aws\S3` - Fixed #609 to handle non-200 responses in the Stream Wrapper.
* `Aws\Ses` - Added support for cross-account sending through the sending authorization feature.
* Fixed the way that cached credentials work via #670.

## 2.8.12 - 2015-06-24

* `Aws\CloudFront` - Added support for configurable `MaxTTL` and `DefaultTTL`.
* `Aws\ConfigService` - Added support for recording changes for specific  resource types.
* `Aws\Ecs` - Added support for sorting, deregistering, and overriding  environment variables for task definitions.
* `Aws\Glacier` - Added support for the `AddTagsToVault`, `ListTagsForVault`,  and `RemoveTagsFromVault` API operations.
* `Aws\OpwWorks` - Added support for specifying agent versions to be used on  instances.
* `Aws\Redshift` - Added support for the `CreateSnapshotCopyGrant`,  `DescribeSnapshotCopyGrants`, and `DeleteSnapshotCopyGrant` API operations.
* Fixed empty list serialization for Elastic Load Balancing and CloudFormation operations.

## 2.8.10 - 2015-06-11

* `Aws\AutoScaling` - Added support for attaching and detaching load balancers.
* `Aws\Ec2` - Added support for VPC flow logs and the M4 instance types.
* `Aws\Ecs` - Added support for the UpdateContainerAgent operation.
* `Aws\CloudHsm` - Fixed a configuration issue that was affecting some operations.

## 2.8.9 - 2015-06-04

* `Aws\CloudWatchLogs` - Added support for the PutSubscriptionFilter, DescribeSubscriptionFilters, and DeleteSubscriptionFilter operations.
* `Aws\DynamoDb` - Fixed the DynamoDB `Marshaler` to better handler empty maps.
* `Aws\CognitoIdentity` - Added support for the DeleteIdentities operation, and hiding disabled identities with the ListIdentities operation.
* `Aws\StorageGateway` - Added support for the ListVolumeInitiators operation.

## 2.8.8 - 2015-05-28

* `Aws\Lambda` - Added Amazon S3 upload support.

## 2.8.7 - 2015-05-26

* `Aws\Efs` - [Amazon Elastic File System (Amazon EFS)](http://aws.amazon.com/efs/)
* Failing to parse an XML error response will now fail gracefully as a `PhpInternalXmlParseError` AWS error code.

## 2.8.6 - 2015-05-21

* `Aws\ElasticBeanstalk` - Added support for ResourceName configuration.
* `Aws\ElasticTranscoder` - Added support for configuring AudioPackingMode and additional CodecOptions.
* `Aws\Kinesis` - Added support for MillisBehindLatest in the result of GetRecordsOutput.
* `Aws\Kms` - Added support for the UpdateAlias operation.
* `Aws\Lambda` - Fixed an issue with the UpdateFunctionCode operation.

## 2.8.5 - 2015-05-18

* `Aws\Ec2\Ec2Client` - Added support for the new spot fleet API operations.
* `Aws\OpsWorks\OpsWorksClient` - Added support for custom auto-scaling based on CloudWatch alarms.

## 2.8.4 - 2015-05-14

* `Aws\DirectoryService` - Added support for the AWS Directory Service.
* `Aws\CloudWatchLogs` - Adds support for the FilterLogEvents operation.
* `Aws\CloudFormation` - Adds additional data to the GetTemplateSummary operation.
* `Aws\Ec2` - Adds support for Amazon VPC endpoints for Amazon S3 and APIs for migrating Elastic IP Address from EC2-Classic to EC2-VPC.
* `Aws\Ec2` - Fixed an issue with cross-region CopySnapshot such that it now works with temporary credentials.
* `Aws\Common` - During credential discovery, an invalid credentials file now allows failover to Instance Profile credentials.

## 2.8.3 - 2015-05-07

* `Aws\Glacier` - Added support for vault access policies.
* `Aws\Route53` - Fixed a `GetCheckerIpRangesResponse` response parsing issue.
* `Aws\S3` - Retrying CompleteMultipartUpload failures by retrying the request.
* `Aws\S3` - Corrected some response handling in the S3 multipart upload abstraction.
* Expiring instance metadata credentials 30 minutes in advance for more eager refreshes before the credentials expire.

## 2.8.2 - 2015-04-23

* `Aws\Ec2` - Added support for new VM Import APIs, `including ImportImage`.
* `Aws\Iam` - Added support for the `GetAccessKeyLastUsed` operation.
* `Aws\CloudSearchDomain` - Search responses now include the expressions requested.

## 2.8.1 - 2015-04-16

* `Aws\ConfigService` - Added the 'GetResourceConfigHistory' iterator.
* `Aws\CognitoSync` - Added support for events.
* `Aws\Lambda` - Fixed an issue with the Invoke operation.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Jul 10 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 2.8.13-2
- Use full require paths in autoloader
* Fri Jul 10 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 2.8.13-1
- Updated to 2.8.13 (RHBZ #1213030)
- Updated dependencies to use php-composer(*)
- Added autoloader
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Apr 25 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 2.8.2-1
- Updated to 2.8.2 (BZ #1213030)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1213030 - php-aws-sdk-2.8.13 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1213030
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php-aws-sdk' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list