Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aws/aws-sdk-php from 3.99.2 to 3.100.4 #3654

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps aws/aws-sdk-php from 3.99.2 to 3.100.4.

Release notes

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

Version 3.100.4

  • Aws\AppStream - Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
  • Aws\CloudFront - A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
  • Aws\EC2 - Correction to enumerations in EC2 client.
  • Aws\Personalize - Documentation updates for Amazon Personalize.

Version 3.100.3

  • Aws\Api - Fix json parse error when extracting header
  • Aws\AppMesh - This release adds support for AWS Cloud Map as a service discovery method for virtual nodes.
  • Aws\EC2 - G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
  • Aws\ElastiCache - This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters.
  • Aws\GuardDuty - Support for tagging functionality in Create and Get operations for Detector, IP Set, Threat Intel Set, and Finding Filter resources and 3 new tagging APIs: ListTagsForResource, TagResource, and UntagResource.

Version 3.100.2

  • Aws\ServiceCatalog - This release adds a new field named Guidance to update provisioning artifact, this field can be set by the administrator to provide guidance to end users about which provisioning artifacts to use.

Version 3.100.1

  • Aws\SageMaker - The default TaskTimeLimitInSeconds of labeling job is increased to 8 hours. Batch Transform introduces a new DataProcessing field which supports input and output filtering and data joining. Training job increases the max allowed input channels from 8 to 20.

Version 3.100.0

  • Aws\CodeBuild - AWS CodeBuild adds support for source version on project level.
  • Aws\CodeCommit - This release adds two merge strategies for merging pull requests: squash and three-way. It also adds functionality for resolving merge conflicts, testing merge outcomes, and for merging branches using one of the three supported merge strategies.
  • Aws\Personalize - Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
  • Aws\PersonalizeEvents - Introducing Amazon Personalize - a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
  • Aws\PersonalizeRuntime - Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.

Version 3.99.4

  • Aws\EC2 - Adds DNS entries and NLB ARNs to describe-vpc-endpoint-connections API response. Adds owner ID to describe-vpc-endpoints and create-vpc-endpoint API responses.

Version 3.99.3

  • Aws\CloudWatchLogs - Documentation updates for logs
  • Aws\DynamoDB - Documentation updates for dynamodb
  • Aws\ECS - This release of Amazon Elastic Container Service (Amazon ECS) introduces support for launching container instances using supported Amazon EC2 instance types that have increased elastic network interface density. Using these instance types and opting in to the awsvpcTrunking account setting provides increased elastic network interface (ENI) density on newly launched container instances which allows you to place more tasks on each container instance.
  • Aws\GuardDuty - Improve FindingCriteria Condition field names, support long-typed conditions and deprecate old Condition field names.
  • Aws\MediaConnect - This release adds support for encrypting entitlements using Secure Packager and Encoder Key Exchange (SPEKE).
  • Aws\Organizations - You can tag and untag accounts in your organization and view tags on an account in your organization.
  • Aws\SES - You can now specify whether the Amazon Simple Email Service must deliver email over a connection that is encrypted using Transport Layer Security (TLS).
  • Aws\SSM - OpsCenter is a new Systems Manager capability that allows you to view, diagnose, and remediate, operational issues, aka OpsItems, related to various AWS resources by bringing together contextually relevant investigation information. New APIs to create, update, describe, and get OpsItems as well as OpsItems summary API.
Changelog

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

3.100.4 - 2019-06-14

  • Aws\AppStream - Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
  • Aws\CloudFront - A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
  • Aws\EC2 - Correction to enumerations in EC2 client.
  • Aws\Personalize - Documentation updates for Amazon Personalize.

3.100.3 - 2019-06-13

  • Aws\Api - Fix json parse error when extracting header
  • Aws\AppMesh - This release adds support for AWS Cloud Map as a service discovery method for virtual nodes.
  • Aws\EC2 - G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
  • Aws\ElastiCache - This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters.
  • Aws\GuardDuty - Support for tagging functionality in Create and Get operations for Detector, IP Set, Threat Intel Set, and Finding Filter resources and 3 new tagging APIs: ListTagsForResource, TagResource, and UntagResource.

3.100.2 - 2019-06-12

  • Aws\ServiceCatalog - This release adds a new field named Guidance to update provisioning artifact, this field can be set by the administrator to provide guidance to end users about which provisioning artifacts to use.

3.100.1 - 2019-06-11

  • Aws\SageMaker - The default TaskTimeLimitInSeconds of labeling job is increased to 8 hours. Batch Transform introduces a new DataProcessing field which supports input and output filtering and data joining. Training job increases the max allowed input channels from 8 to 20.

3.100.0 - 2019-06-10

  • Aws\CodeBuild - AWS CodeBuild adds support for source version on project level.
  • Aws\CodeCommit - This release adds two merge strategies for merging pull requests: squash and three-way. It also adds functionality for resolving merge conflicts, testing merge outcomes, and for merging branches using one of the three supported merge strategies.
  • Aws\Personalize - Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
  • Aws\PersonalizeEvents - Introducing Amazon Personalize - a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
  • Aws\PersonalizeRuntime - Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.

3.99.4 - 2019-06-07

  • Aws\EC2 - Adds DNS entries and NLB ARNs to describe-vpc-endpoint-connections API response. Adds owner ID to describe-vpc-endpoints and create-vpc-endpoint API responses.

3.99.3 - 2019-06-06

  • Aws\CloudWatchLogs - Documentation updates for logs
  • Aws\DynamoDB - Documentation updates for dynamodb
  • Aws\ECS - This release of Amazon Elastic Container Service (Amazon ECS) introduces support for launching container instances using supported Amazon EC2 instance types that have increased elastic network interface density. Using these instance types and opting in to the awsvpcTrunking account setting provides increased elastic network interface (ENI) density on newly launched container instances which allows you to place more tasks on each container instance.
  • Aws\GuardDuty - Improve FindingCriteria Condition field names, support long-typed conditions and deprecate old Condition field names.
  • Aws\MediaConnect - This release adds support for encrypting entitlements using Secure Packager and Encoder Key Exchange (SPEKE).
  • Aws\Organizations - You can tag and untag accounts in your organization and view tags on an account in your organization.
  • Aws\SES - You can now specify whether the Amazon Simple Email Service must deliver email over a connection that is encrypted using Transport Layer Security (TLS).
  • Aws\SSM - OpsCenter is a new Systems Manager capability that allows you to view, diagnose, and remediate, operational issues, aka OpsItems, related to various AWS resources by bringing together contextually relevant investigation information. New APIs to create, update, describe, and get OpsItems as well as OpsItems summary API.
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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 17, 2019
@jbrooksuk jbrooksuk merged commit a667b0a into 2.4 Jun 17, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/aws/aws-sdk-php-3.100.4 branch June 17, 2019 11:48
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant