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-sdk from 2.871.0 to 2.876.0 in /hedera-mirror-rest #1790

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2021

Bumps aws-sdk from 2.871.0 to 2.876.0.

Release notes

Sourced from aws-sdk's releases.

Release v2.876.0

See changelog for more information.

Release v2.875.0

See changelog for more information.

Release v2.874.0

See changelog for more information.

Release v2.873.0

See changelog for more information.

Release v2.872.0

See changelog for more information.

Changelog

Sourced from aws-sdk's changelog.

2.876.0

  • feature: CloudWatch: SDK update for new Metric Streams feature
  • feature: ConfigService: Adding new APIs to support ConformancePack Compliance CI in Aggregators
  • feature: DataBrew: This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path.
  • feature: EC2: ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console
  • feature: EC2InstanceConnect: Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port.
  • feature: FraudDetector: This release adds support for Batch Predictions in Amazon Fraud Detector.
  • feature: Pinpoint: Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.
  • feature: SageMaker: Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs
  • feature: s3: update writeGetObjectResponse to validate with and hit s3-object-lambda endpoint

2.875.0

  • feature: DocDB: This release adds support for Event Subscriptions to DocumentDB.
  • feature: Glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
  • feature: IAM: AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
  • feature: Location: Amazon Location added support for specifying pricing plan information on resources in alignment with our cost model.
  • feature: WAFV2: Added custom request handling and custom response support in rule actions and default action; Added the option to inspect the web request body as parsed and filtered JSON.

2.874.0

  • feature: CloudWatchEvents: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
  • feature: CustomerProfiles: This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
  • feature: EventBridge: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
  • feature: IoTWireless: Support tag-on-create for WirelessDevice.
  • feature: TranscribeService: Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription.

2.873.0

  • bugfix: Lookout Metrics: Update Lookout Metrics to set Content-Type header to be application/x-amz-json-1.1
  • feature: LookoutMetrics: Allowing uppercase alphabets for RDS and Redshift database names.

2.872.0

  • feature: AlexaForBusiness: Added support for enabling and disabling data retention in the CreateProfile and UpdateProfile APIs and retrieving the state of data retention for a profile in the GetProfile API.
  • feature: LookoutMetrics: Amazon Lookout for Metrics is now generally available. You can use Lookout for Metrics to monitor your data for anomalies. For more information, see the Amazon Lookout for Metrics Developer Guide.
  • feature: MediaLive: EML now supports handling HDR10 and HLG 2020 color space from a Link input.
  • feature: Rekognition: "This release introduces AWS tagging support for Amazon Rekognition collections, stream processors, and Custom Label models."
  • feature: SageMaker: This feature allows customer to specify the environment variables in their CreateTrainingJob requests.
Commits
  • e5c12fa Updates SDK to v2.876.0
  • a8bf40f feat(s3): update writeGetObjectResponse to validate with and hit s3-object-la...
  • 0eafa85 Updates SDK to v2.875.0
  • a1c56fc Updates SDK to v2.874.0
  • 5a70b28 Updates SDK to v2.873.0
  • 55e882b fix: adding lookout metrics content header updates (#3679)
  • 2296bcd Updates SDK to v2.872.0
  • See full diff in compare view

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 dependabot bot added dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2021
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #1790 (7d4129c) into master (0fc757c) will not change coverage.
The diff coverage is n/a.

❗ Current head 7d4129c differs from pull request most recent head ccb2c33. Consider uploading reports for the commit ccb2c33 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1790   +/-   ##
=========================================
  Coverage     87.37%   87.37%           
  Complexity     1737     1737           
=========================================
  Files           315      315           
  Lines          7676     7676           
  Branches        732      732           
=========================================
  Hits           6707     6707           
  Misses          740      740           
  Partials        229      229           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b47a64...ccb2c33. Read the comment docs.

@ijungmann ijungmann merged commit 8a91cb2 into master Mar 31, 2021
@ijungmann ijungmann deleted the dependabot/npm_and_yarn/hedera-mirror-rest/aws-sdk-2.876.0 branch March 31, 2021 17:30
@steven-sheehy steven-sheehy added this to the Mirror 0.31.0 milestone Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants