cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.93k stars 1.55k forks source link

Bump aws/aws-sdk-php from 3.147.10 to 3.164.0 #4172

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps aws/aws-sdk-php from 3.147.10 to 3.164.0.

Release notes

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

Version 3.164.0

  • Aws\Appflow - Upsolver as a destination connector and documentation update.
  • Aws\Batch - Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support.
  • Aws\CloudFormation - Adds support for the new Modules feature for CloudFormation. A module encapsulates one or more resources and their respective configurations for reuse across your organization.
  • Aws\CloudTrail - CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail.
  • Aws\CodeBuild - Adding GetReportGroupTrend API for Test Reports.
  • Aws\CognitoIdentityProvider - This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users.
  • Aws\Comprehend - Support Comprehend events detection APIs
  • Aws\ElasticBeanstalk - Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100].
  • Aws\FSx - This release adds the capability to increase storage capacity of Amazon FSx for Lustre file systems, providing the flexibility to meet evolving storage needs over time.
  • Aws\GameLift - GameLift FlexMatch is now available as a standalone matchmaking solution. FlexMatch now provides customizable matchmaking for games hosted peer-to-peer, on-premises, or on cloud compute primitives.
  • Aws\IoTSiteWise - This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise.
  • Aws\LexModelBuildingService - Lex now supports es-419, de-DE locales
  • Aws\MWAA - (New Service) Amazon MWAA is a managed service for Apache Airflow that makes it easy for data engineers and data scientists to execute data processing workflows in the cloud.
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers.
  • Aws\QuickSight - Support for embedding without user registration. New enum EmbeddingIdentityType. A potential breaking change. Affects code that refers IdentityType enum type directly instead of literal string value.
  • Aws\SFN - This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows
  • Aws\TimestreamWrite - Adds support of upserts for idempotent updates to Timestream.
  • Aws\TranscribeStreamingService - Amazon Transcribe Medical streaming added medical specialties and HTTP/2 support. Amazon Transcribe streaming supports additional languages. Both support OGG/OPUS and FLAC codecs for streaming.

Version 3.163.3

  • Aws\ApplicationInsights - Add Detected Workload to ApplicationComponent which shows the workloads that installed in the component
  • Aws\AutoScaling - Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
  • Aws\CodeArtifact - Add support for the NuGet package format.
  • Aws\CodeStarconnections - Added support for the UpdateHost API.
  • Aws\DynamoDB - With this release, you can capture data changes in any Amazon DynamoDB table as an Amazon Kinesis data stream. You also can use PartiQL (SQL-compatible language) to manipulate data in DynamoDB tables.
  • Aws\EC2 - This release adds support for Multiple Private DNS names to DescribeVpcEndpointServices response.
  • Aws\ECS - This release adds support for updating capacity providers, specifying custom instance warmup periods for capacity providers, and using deployment circuit breaker for your ECS Services.
  • Aws\EMR - Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis.
  • Aws\ElastiCache - Documentation updates for elasticache
  • Aws\ForecastService - Releasing the set of PredictorBacktestExportJob APIs which allow customers to export backtest values and item-level metrics data from Predictor training.
  • Aws\Glue - Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
  • Aws\IoT - This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API
  • Aws\Kafka - Adding MAINTENANCE and REBOOTING_BROKER to Cluster states.
  • Aws\Lambda - This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.
  • Aws\LicenseManager - AWS License Manager now provides the ability for license administrators to be able to associate license configurations to AMIs shared with their AWS account
  • Aws\Outposts - Support specifying tags during the creation of the Outpost resource. Tags are now returned in the response body of Outpost APIs.
  • Aws\SSOAdmin - AWS Single Sign-On now enables attribute-based access control for workforce identities to simplify permissions in AWS
  • Aws\SecurityHub - Updated the account management API to support the integration with AWS Organizations. Added new methods to allow users to view and manage the delegated administrator account for Security Hub.
  • Aws\TimestreamQuery - Amazon Timestream now supports "QueryStatus" in Query API which has information about cumulative bytes scanned, metered, as well as progress percentage for the query.
  • Aws\Translate - This update adds new operations to create and manage parallel data in Amazon Translate. Parallel data is a resource that you can use to run Active Custom Translation jobs.
  • Aws\signer - AWS Signer is launching code-signing for AWS Lambda. Now customers can cryptographically sign Lambda code to ensure trust, integrity, and functionality.

Version 3.163.2

  • Aws\AppMesh - This release makes tag value a required attribute of the tag's key-value pair.
  • Aws\AppRegistry - AWS Service Catalog AppRegistry Documentation update
  • Aws\Chime - The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.
  • Aws\CloudHSMV2 - Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them.
  • Aws\CodeGuruReviewer - This release supports tagging repository association resources in Amazon CodeGuru Reviewer.
  • Aws\CognitoIdentity - Added SDK pagination support for ListIdentityPools
Changelog

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

3.164.0 - 2020-11-24

  • Aws\Appflow - Upsolver as a destination connector and documentation update.
  • Aws\Batch - Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support.
  • Aws\CloudFormation - Adds support for the new Modules feature for CloudFormation. A module encapsulates one or more resources and their respective configurations for reuse across your organization.
  • Aws\CloudTrail - CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail.
  • Aws\CodeBuild - Adding GetReportGroupTrend API for Test Reports.
  • Aws\CognitoIdentityProvider - This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users.
  • Aws\Comprehend - Support Comprehend events detection APIs
  • Aws\ElasticBeanstalk - Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100].
  • Aws\FSx - This release adds the capability to increase storage capacity of Amazon FSx for Lustre file systems, providing the flexibility to meet evolving storage needs over time.
  • Aws\GameLift - GameLift FlexMatch is now available as a standalone matchmaking solution. FlexMatch now provides customizable matchmaking for games hosted peer-to-peer, on-premises, or on cloud compute primitives.
  • Aws\IoTSiteWise - This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise.
  • Aws\LexModelBuildingService - Lex now supports es-419, de-DE locales
  • Aws\MWAA - (New Service) Amazon MWAA is a managed service for Apache Airflow that makes it easy for data engineers and data scientists to execute data processing workflows in the cloud.
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers.
  • Aws\QuickSight - Support for embedding without user registration. New enum EmbeddingIdentityType. A potential breaking change. Affects code that refers IdentityType enum type directly instead of literal string value.
  • Aws\SFN - This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows
  • Aws\TimestreamWrite - Adds support of upserts for idempotent updates to Timestream.
  • Aws\TranscribeStreamingService - Amazon Transcribe Medical streaming added medical specialties and HTTP/2 support. Amazon Transcribe streaming supports additional languages. Both support OGG/OPUS and FLAC codecs for streaming.

3.163.3 - 2020-11-23

  • Aws\ApplicationInsights - Add Detected Workload to ApplicationComponent which shows the workloads that installed in the component
  • Aws\AutoScaling - Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
  • Aws\CodeArtifact - Add support for the NuGet package format.
  • Aws\CodeStarconnections - Added support for the UpdateHost API.
  • Aws\DynamoDB - With this release, you can capture data changes in any Amazon DynamoDB table as an Amazon Kinesis data stream. You also can use PartiQL (SQL-compatible language) to manipulate data in DynamoDB tables.
  • Aws\EC2 - This release adds support for Multiple Private DNS names to DescribeVpcEndpointServices response.
  • Aws\ECS - This release adds support for updating capacity providers, specifying custom instance warmup periods for capacity providers, and using deployment circuit breaker for your ECS Services.
  • Aws\EMR - Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis.
  • Aws\ElastiCache - Documentation updates for elasticache
  • Aws\ForecastService - Releasing the set of PredictorBacktestExportJob APIs which allow customers to export backtest values and item-level metrics data from Predictor training.
  • Aws\Glue - Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
  • Aws\IoT - This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API
  • Aws\Kafka - Adding MAINTENANCE and REBOOTING_BROKER to Cluster states.
  • Aws\Lambda - This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.
  • Aws\LicenseManager - AWS License Manager now provides the ability for license administrators to be able to associate license configurations to AMIs shared with their AWS account
  • Aws\Outposts - Support specifying tags during the creation of the Outpost resource. Tags are now returned in the response body of Outpost APIs.
  • Aws\SSOAdmin - AWS Single Sign-On now enables attribute-based access control for workforce identities to simplify permissions in AWS
  • Aws\SecurityHub - Updated the account management API to support the integration with AWS Organizations. Added new methods to allow users to view and manage the delegated administrator account for Security Hub.
  • Aws\TimestreamQuery - Amazon Timestream now supports "QueryStatus" in Query API which has information about cumulative bytes scanned, metered, as well as progress percentage for the query.
  • Aws\Translate - This update adds new operations to create and manage parallel data in Amazon Translate. Parallel data is a resource that you can use to run Active Custom Translation jobs.
  • Aws\signer - AWS Signer is launching code-signing for AWS Lambda. Now customers can cryptographically sign Lambda code to ensure trust, integrity, and functionality.

3.163.2 - 2020-11-20

  • Aws\AppMesh - This release makes tag value a required attribute of the tag's key-value pair.
  • Aws\AppRegistry - AWS Service Catalog AppRegistry Documentation update
  • Aws\Chime - The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.
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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #4179.