mozilla / ensemble-transposer

A Node task which reformats and adds metadata to raw data :musical_score: :pen:
https://ensemble-transposer.herokuapp.com/
Mozilla Public License 2.0
11 stars 7 forks source link

Bump aws-sdk from 2.696.0 to 2.701.0 #190

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps aws-sdk from 2.696.0 to 2.701.0.

Release notes

Sourced from aws-sdk's releases.

Release v2.701.0

See changelog for more information.

Release v2.700.0

See changelog for more information.

Release v2.699.0

See changelog for more information.

Release v2.698.0

See changelog for more information.

Release v2.697.0

See changelog for more information.

Changelog

Sourced from aws-sdk's changelog.

2.701.0

  • bugfix: Request Signing: Better handle colons in accessKeyIds when presigning URLs.
  • feature: EC2: Adds support to tag elastic-gpu on the RunInstances api
  • feature: MediaLive: AWS Elemental MediaLive now supports Input Prepare schedule actions. This feature improves existing input switching by allowing users to prepare an input prior to switching to it.
  • feature: OpsWorksCM: Documentation updates for AWS OpsWorks CM.

2.700.0

  • feature: RDS: Adding support for global write forwarding on secondary clusters in an Aurora global database.
  • feature: Route53: Added a new ListHostedZonesByVPC API for customers to list all the private hosted zones that a specified VPC is associated with.
  • feature: SESV2: You can now configure Amazon SES to send event notifications when the delivery of an email is delayed because of a temporary issue. For example, you can receive a notification if the recipient's inbox is full, or if there's a temporary problem with the receiving email server.
  • feature: SSM: Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression before running the maintenance window.

2.699.0

  • bugfix: Global Services: Add default signing region for IAM and Route53 in China and GovCloud
  • feature: AppMesh: Adds support for route and virtual node listener timeouts.
  • feature: EC2: nvmeSupport added to DescribeInstanceTypes API
  • feature: Route53: Add PriorRequestNotComplete exception to AssociateVPCWithHostedZone API
  • feature: Snowball: AWS Snowcone is a portable, rugged and secure device for edge computing and data transfer. You can use Snowcone to collect, process, and move data to AWS, either offline by shipping the device to AWS or online by using AWS DataSync. With 2 CPUs and 4 GB RAM of compute and 8 TB of storage, Snowcone can run edge computing workloads and store data securely. Snowcone's small size (8.94" x 5.85" x 3.25" / 227 mm x 148.6 mm x 82.65 mm) allows you to set it next to machinery in a factory. Snowcone weighs about 4.5 lbs. (2 kg), so you can carry one in a backpack, use it with battery-based operation, and use the Wi-Fi interface to gather sensor data. Snowcone supports a file interface with NFS support.

2.698.0

  • feature: AutoScaling: Introducing instance refresh, a feature that helps you update all instances in an Auto Scaling group in a rolling fashion (for example, to apply a new AMI or instance type). You can control the pace of the refresh by defining the percentage of the group that must remain running/healthy during the replacement process and the time for new instances to warm up between replacements.
  • feature: DataExchange: This release fixes a bug in the AWS Data Exchange Python and NodeJS SDKs. The 'KmsKeyArn' field in the create-job API was configured to be required instead of optional. We updated this field to be optional in this release.
  • feature: Lambda: Adds support for using Amazon Elastic File System (persistent storage) with AWS Lambda. This enables customers to share data across function invocations, read large reference data files, and write function output to a persistent and shared store.
  • feature: Polly: Amazon Polly adds new US English child voice - Kevin. Kevin is available as Neural voice only.

2.697.0

  • feature: AlexaForBusiness: Adding support for optional tags in CreateBusinessReportSchedule, CreateProfile and CreateSkillGroup APIs
  • feature: AppConfig: This release adds a hosted configuration source provider. Customers can now store their application configurations directly in AppConfig, without the need for an external configuration source.
  • feature: Chime: feature: Chime: This release introduces the ability to create an AWS Chime SDK meeting with attendees.
  • feature: CognitoIdentityServiceProvider: Updated all AuthParameters to be sensitive.
  • feature: Iot: Added support for job executions rollout configuration, job abort configuration, and job executions timeout configuration for AWS IoT Over-the-Air (OTA) Update Feature.
Commits
  • 7099ea7 Updates SDK to v2.701.0
  • d1833de Have presigner preserve accesssKeyIds with colons in them (#3121)
  • 8fc38d5 Updates SDK to v2.700.0
  • ae3003a Updates SDK to v2.699.0
  • 0fbbe6d Documentation Typo (#3303)
  • 0b16ba9 Simplify consumption of client generation tools (#3273)
  • ae07e49 Specify global endpoint and signature region for other partitions (#3274)
  • 3ace654 Updates SDK to v2.698.0
  • 115fcd4 test: pass stsRegionalEndpoints as regional in STS (#3309)
  • 1bb6b43 chore: fix no default export issue with TypeScript (#3135)
  • Additional commits viewable 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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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)