Skip to content

Bump aws/aws-sdk-php from 3.112.25 to 3.140.2 - #18

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/aws/aws-sdk-php-3.140.2
Closed

Bump aws/aws-sdk-php from 3.112.25 to 3.140.2#18
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/aws/aws-sdk-php-3.140.2

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps aws/aws-sdk-php from 3.112.25 to 3.140.2.

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.140.2

  • Aws\APIGateway - Amazon API Gateway now allows customers of REST APIs to skip trust chain validation for backend server certificates for HTTP and VPC Link Integration. This feature enables customers to configure their REST APIs to integrate with backends that are secured with certificates vended from private certificate authorities (CA) or certificates that are self-signed.
  • Aws\CloudFront - Amazon CloudFront adds support for configurable origin connection attempts and origin connection timeout.
  • Aws\ElasticBeanstalk - These API changes enable an IAM user to associate an operations role with an Elastic Beanstalk environment, so that the IAM user can call Elastic Beanstalk actions without having access to underlying downstream AWS services that these actions call.
  • Aws\Personalize - [Personalize] Adds ability to create and apply filters.
  • Aws\PersonalizeRuntime - [Personalize] Adds ability to apply filter to real-time recommendations
  • Aws\Pinpoint - This release enables additional functionality for the Amazon Pinpoint journeys feature. With this release, you can send messages through additional channels, including SMS, push notifications, and custom channels.
  • Aws\SageMakerRuntime - You can now specify the production variant to send the inference request to, when invoking a SageMaker Endpoint that is running two or more variants.
  • Aws\ServiceCatalog - This release adds support for DescribeProduct and DescribeProductAsAdmin by product name, DescribeProvisioningArtifact by product name or provisioning artifact name, returning launch paths as part of DescribeProduct output and adds maximum length for provisioning artifact name and provisioning artifact description.

Version 3.140.1

  • Aws\EC2 - New C5a instances, the latest generation of EC2's compute-optimized instances featuring AMD's 2nd Generation EPYC processors. C5a instances offer up to 96 vCPUs, 192 GiB of instance memory, 20 Gbps in Network bandwidth; New G4dn.metal bare metal instance with 8 NVIDIA T4 GPUs.
  • Aws\Lightsail - This release adds the BurstCapacityPercentage and BurstCapacityTime instance metrics, which allow you to track the burst capacity available to your instance.
  • Aws\MarketplaceMetering - Documentation updates for meteringmarketplace
  • Aws\MediaPackageVod - You can now restrict direct access to AWS Elemental MediaPackage by securing requests for VOD content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
  • Aws\SSM - SSM State Manager support for executing an association only at specified CRON schedule after creating/updating an association.

Version 3.140.0

  • Aws\Build\Docs - Tweak docs redirect logic to use uid if possible.
  • Aws\DirectConnect - This release supports the virtual interface failover test, which allows you to verify that traffic routes over redundant virtual interfaces when you bring your primary virtual interface out of service.
  • Aws\ElastiCache - This release improves the Multi-AZ feature in ElastiCache by adding a separate flag and proper validations.
  • Aws\ElasticsearchService - Amazon Elasticsearch Service now offers support for cross-cluster search, enabling you to perform searches, aggregations, and visualizations across multiple Amazon Elasticsearch Service domains with a single query or from a single Kibana interface. New feature includes the ability to setup connection, required to perform cross-cluster search, between domains using an approval workflow.
  • Aws\Glue - Adding databaseName in the response for GetUserDefinedFunctions() API.
  • Aws\IAM - GenerateServiceLastAccessedDetails will now return ActionLastAccessed details for certain S3 control plane actions
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added support for the encoding of VP8 or VP9 video in WebM container with Vorbis or Opus audio.
  • Aws\S3 - Modified Content-MD5 checksum logic to use modeled httpChecksumRequired trait instead of a hard-coded list of operations.

Version 3.139.1

  • Aws\GuardDuty - Amazon GuardDuty findings now include S3 bucket details under the resource section if an S3 Bucket was one of the affected resources

Version 3.139.0

  • Aws\Athena - This release adds support for connecting Athena to your own Apache Hive Metastores in addition to the AWS Glue Data Catalog. For more information, please see https://docs.aws.amazon.com/athena/latest/ug/connect-to-data-source-hive.html
  • Aws\EMR - Amazon EMR now supports encrypting log files with AWS Key Management Service (KMS) customer managed keys.
  • Aws\EndpointDiscovery - Endpoint discovery behavior is modified to be enabled by default if any operation in a service requires it. Disabling endpoint discovery in configuration will disable it even for required operations.
  • Aws\FSx - New capabilities to update storage capacity and throughput capacity of your file systems, providing the flexibility to grow file storage and to scale up or down the available performance as needed to meet evolving storage needs over time.
  • Aws\KMS - AWS Key Management Service (AWS KMS): If the GenerateDataKeyPair or GenerateDataKeyPairWithoutPlaintext APIs are called on a CMK in a custom key store (origin == AWS_CLOUDHSM), they return an UnsupportedOperationException. If a call to UpdateAlias causes a customer to exceed the Alias resource quota, the UpdateAlias API returns a LimitExceededException.
  • Aws\SageMaker - We are releasing HumanTaskUiArn as a new parameter in CreateLabelingJob and RenderUiTemplate which can take an ARN for a system managed UI to render a task.
  • Aws\WorkLink - Amazon WorkLink now supports resource tagging for fleets.

Version 3.138.10

  • Aws\Kafka - New APIs for upgrading the Apache Kafka version of a cluster and to find out compatible upgrade paths
  • Aws\MarketplaceCatalog - AWS Marketplace Catalog now supports accessing initial change payloads with DescribeChangeSet operation.
  • Aws\QLDBSession - Documentation updates for Amazon QLDB Session
  • Aws\WorkMail - This release adds support for Amazon WorkMail organization-level retention policies.

Version 3.138.9

  • Aws\ElasticLoadBalancingv2 - This release added support for HTTP/2 ALPN preference lists for Network Load Balancers
  • Aws\GuardDuty - Documentation updates for GuardDuty
  • Aws\build/packager - Adds package symfony/polyfill-intl-idn to .zip and .phar releases if the package exists in vendor directory.
... (truncated)
Changelog

Sourced from aws/aws-sdk-php's changelog.

3.140.2 - 2020-06-05

  • Aws\APIGateway - Amazon API Gateway now allows customers of REST APIs to skip trust chain validation for backend server certificates for HTTP and VPC Link Integration. This feature enables customers to configure their REST APIs to integrate with backends that are secured with certificates vended from private certificate authorities (CA) or certificates that are self-signed.
  • Aws\CloudFront - Amazon CloudFront adds support for configurable origin connection attempts and origin connection timeout.
  • Aws\ElasticBeanstalk - These API changes enable an IAM user to associate an operations role with an Elastic Beanstalk environment, so that the IAM user can call Elastic Beanstalk actions without having access to underlying downstream AWS services that these actions call.
  • Aws\Personalize - [Personalize] Adds ability to create and apply filters.
  • Aws\PersonalizeRuntime - [Personalize] Adds ability to apply filter to real-time recommendations
  • Aws\Pinpoint - This release enables additional functionality for the Amazon Pinpoint journeys feature. With this release, you can send messages through additional channels, including SMS, push notifications, and custom channels.
  • Aws\SageMakerRuntime - You can now specify the production variant to send the inference request to, when invoking a SageMaker Endpoint that is running two or more variants.
  • Aws\ServiceCatalog - This release adds support for DescribeProduct and DescribeProductAsAdmin by product name, DescribeProvisioningArtifact by product name or provisioning artifact name, returning launch paths as part of DescribeProduct output and adds maximum length for provisioning artifact name and provisioning artifact description.

3.140.1 - 2020-06-04

  • Aws\EC2 - New C5a instances, the latest generation of EC2's compute-optimized instances featuring AMD's 2nd Generation EPYC processors. C5a instances offer up to 96 vCPUs, 192 GiB of instance memory, 20 Gbps in Network bandwidth; New G4dn.metal bare metal instance with 8 NVIDIA T4 GPUs.
  • Aws\Lightsail - This release adds the BurstCapacityPercentage and BurstCapacityTime instance metrics, which allow you to track the burst capacity available to your instance.
  • Aws\MarketplaceMetering - Documentation updates for meteringmarketplace
  • Aws\MediaPackageVod - You can now restrict direct access to AWS Elemental MediaPackage by securing requests for VOD content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
  • Aws\SSM - SSM State Manager support for executing an association only at specified CRON schedule after creating/updating an association.

3.140.0 - 2020-06-03

  • Aws\Build\Docs - Tweak docs redirect logic to use uid if possible.
  • Aws\DirectConnect - This release supports the virtual interface failover test, which allows you to verify that traffic routes over redundant virtual interfaces when you bring your primary virtual interface out of service.
  • Aws\ElastiCache - This release improves the Multi-AZ feature in ElastiCache by adding a separate flag and proper validations.
  • Aws\ElasticsearchService - Amazon Elasticsearch Service now offers support for cross-cluster search, enabling you to perform searches, aggregations, and visualizations across multiple Amazon Elasticsearch Service domains with a single query or from a single Kibana interface. New feature includes the ability to setup connection, required to perform cross-cluster search, between domains using an approval workflow.
  • Aws\Glue - Adding databaseName in the response for GetUserDefinedFunctions() API.
  • Aws\IAM - GenerateServiceLastAccessedDetails will now return ActionLastAccessed details for certain S3 control plane actions
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added support for the encoding of VP8 or VP9 video in WebM container with Vorbis or Opus audio.
  • Aws\S3 - Modified Content-MD5 checksum logic to use modeled httpChecksumRequired trait instead of a hard-coded list of operations.

3.139.1 - 2020-06-02

  • Aws\GuardDuty - Amazon GuardDuty findings now include S3 bucket details under the resource section if an S3 Bucket was one of the affected resources

3.139.0 - 2020-06-01

  • Aws\Athena - This release adds support for connecting Athena to your own Apache Hive Metastores in addition to the AWS Glue Data Catalog. For more information, please see https://docs.aws.amazon.com/athena/latest/ug/connect-to-data-source-hive.html
  • Aws\EMR - Amazon EMR now supports encrypting log files with AWS Key Management Service (KMS) customer managed keys.
  • Aws\EndpointDiscovery - Endpoint discovery behavior is modified to be enabled by default if any operation in a service requires it. Disabling endpoint discovery in configuration will disable it even for required operations.
  • Aws\FSx - New capabilities to update storage capacity and throughput capacity of your file systems, providing the flexibility to grow file storage and to scale up or down the available performance as needed to meet evolving storage needs over time.
  • Aws\KMS - AWS Key Management Service (AWS KMS): If the GenerateDataKeyPair or GenerateDataKeyPairWithoutPlaintext APIs are called on a CMK in a custom key store (origin == AWS_CLOUDHSM), they return an UnsupportedOperationException. If a call to UpdateAlias causes a customer to exceed the Alias resource quota, the UpdateAlias API returns a LimitExceededException.
  • Aws\SageMaker - We are releasing HumanTaskUiArn as a new parameter in CreateLabelingJob and RenderUiTemplate which can take an ARN for a system managed UI to render a task.
  • Aws\WorkLink - Amazon WorkLink now supports resource tagging for fleets.

3.138.10 - 2020-05-28

  • Aws\Kafka - New APIs for upgrading the Apache Kafka version of a cluster and to find out compatible upgrade paths
  • Aws\MarketplaceCatalog - AWS Marketplace Catalog now supports accessing initial change payloads with DescribeChangeSet operation.
  • Aws\QLDBSession - Documentation updates for Amazon QLDB Session
  • Aws\WorkMail - This release adds support for Amazon WorkMail organization-level retention policies.
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.112.25 to 3.140.2.
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Changelog](https://github.com/aws/aws-sdk-php/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-php@3.112.25...3.140.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2020
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #19.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/composer/aws/aws-sdk-php-3.140.2 branch June 15, 2020 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants