misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.09k stars 1.38k forks source link

chore(deps): bump the aws-sdk group across 1 directory with 2 updates #15028

Open dependabot[bot] opened 8 hours ago

dependabot[bot] commented 8 hours ago

Bumps the aws-sdk group with 2 updates in the / directory: @aws-sdk/client-s3 and @aws-sdk/lib-storage.

Updates @aws-sdk/client-s3 from 3.620.0 to 3.698.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.698.0

3.698.0(2024-11-21)

Documentation Changes
  • client-elastic-load-balancing-v2: This feature adds support for enabling zonal shift on cross-zone enabled Application Load Balancer, as well as modifying HTTP request and response headers. (ab2fc823)
New Features
  • clients: update client endpoints as of 2024-11-21 (010e6f3b)
  • client-elasticache: Added support to modify the engine type for existing ElastiCache Users and User Groups. Customers can now modify the engine type from redis to valkey. (217c2b5d)
  • client-cloudtrail: This release introduces new APIs for creating and managing CloudTrail Lake dashboards. It also adds support for resource-based policies on CloudTrail EventDataStore and Dashboard resource. (72fc4999)
  • client-notificationscontacts: This release adds support for AWS User Notifications Contacts. You can now configure and view email contacts for AWS User Notifications using the AWS SDK. (6eede48a)
  • client-cloudwatch-logs: Adds "Create field indexes to improve query performance and reduce scan volume" and "Transform logs during ingestion". Updates documentation for "PutLogEvents with Entity". (33993c9a)
  • client-iot: General Availability (GA) release of AWS IoT Device Management - Commands, to trigger light-weight remote actions on targeted devices (e47c5263)
  • client-iotfleetwise: AWS IoT FleetWise now includes campaign parameters to store and forward data, configure MQTT topic as a data destination, and collect diagnostic trouble code data. It includes APIs for network agnostic data collection using custom decoding interfaces, and monitoring the last known state of vehicles. (5d2c0b1b)
  • client-iot-jobs-data-plane: General Availability (GA) release of AWS IoT Device Management - Commands, to trigger light-weight remote actions on targeted devices (b203a9c2)
  • client-ssm: Added support for providing high-level overviews of managed nodes and previewing the potential impact of a runbook execution. (0f45892e)
  • client-ssm-quicksetup: Add methods that retrieve details about deployed configurations: ListConfigurations, GetConfiguration (1681d8f6)
  • client-lambda: Adds support for metrics for event source mappings for AWS Lambda (fb9ea849)
  • client-ec2: Adds support for requesting future-dated Capacity Reservations with a minimum commitment duration, enabling IPAM for organizational units within AWS Organizations, reserving EC2 Capacity Blocks that start in 30 minutes, and extending the end date of existing Capacity Blocks. (074cf4e8)
  • client-resiliencehub: AWS Resilience Hub's new summary view visually represents applications' resilience through charts, enabling efficient resilience management. It provides a consolidated view of the app portfolio's resilience state and allows data export for custom stakeholder reporting. (415d379d)
  • client-notifications: This release adds support for AWS User Notifications. You can now configure and view notifications from AWS services in a central location using the AWS SDK. (a404f1ba)
  • client-s3: Add support for conditional deletes for the S3 DeleteObject and DeleteObjects APIs. Add support for write offset bytes option used to append to objects with the S3 PutObject API. (d5b27f31)
  • client-xray: AWS X-Ray introduces Transaction Search APIs, enabling span ingestion into CloudWatch Logs for high-scale trace data indexing. These APIs support span-level queries, trace graph generation, and metric correlation for deeper application insights. (576ea4e1)
  • client-cloudfront: Adds support for Origin Selection between EMPv2 origins based on media quality score. (2d9bc392)
  • client-health: Adds metadata property to an AffectedEntity. (b98d3584)
  • client-appsync: Add support for the Amazon Bedrock Runtime. (dc03b5bf)
  • client-application-auto-scaling: Application Auto Scaling now supports Predictive Scaling to proactively increase the desired capacity ahead of predicted demand, ensuring improved availability and responsiveness for customers' applications. This feature is currently only made available for Amazon ECS Service scalable targets. (d8a4d0be)
  • client-cost-explorer: This release introduces three new APIs that enable you to estimate the cost, coverage, and utilization impact of Savings Plans you plan to purchase. The three APIs are StartCommitmentPurchaseAnalysis, GetCommitmentPurchaseAnalysis, and ListCommitmentPurchaseAnalyses. (1a8d64cc)
  • client-api-gateway: Added support for custom domain names for private APIs. (47f4d7fa)
Bug Fixes
  • lib-dynamodb: input types conflicts with client-dynamodb (#6683) (fb0e14ee)

For list of updated packages, view updated-packages.md in assets-3.698.0.zip

v3.697.0

3.697.0(2024-11-20)

New Features
  • clients: update client endpoints as of 2024-11-20 (ece08650)
  • client-mediapackagev2: MediaPackage v2 now supports the Media Quality Confidence Score (MQCS) published from MediaLive. Customers can control input switching based on the MQCS and publishing HTTP Headers for the MQCS via the API. (1708e8dc)
  • client-cloudfront: Add support for gRPC, VPC origins, and Anycast IP Lists. Allow LoggingConfig IncludeCookies to be set regardless of whether the LoggingConfig is enabled. (34946f74)
  • client-mediaconvert: This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings. (3e061571)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.698.0 (2024-11-21)

Features

  • client-s3: Add support for conditional deletes for the S3 DeleteObject and DeleteObjects APIs. Add support for write offset bytes option used to append to objects with the S3 PutObject API. (d5b27f3)

3.697.0 (2024-11-20)

Bug Fixes

  • middleware-flexible-checksums: use input from args and not middleware config (#6677) (199aad0)

3.696.0 (2024-11-19)

Note: Version bump only for package @​aws-sdk/client-s3

3.693.0 (2024-11-15)

Note: Version bump only for package @​aws-sdk/client-s3

3.692.0 (2024-11-14)

Features

  • client-s3: This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas. (1e42456)

3.691.0 (2024-11-13)

... (truncated)

Commits
  • 0982bc4 Publish v3.698.0
  • d5b27f3 feat(client-s3): Add support for conditional deletes for the S3 DeleteObject ...
  • dfea325 Publish v3.697.0
  • 199aad0 fix(middleware-flexible-checksums): use input from args and not middleware co...
  • ed4619e Publish v3.696.0
  • 663b3c6 chore(codegen): bump codegen version to 0.25.0 (#6673)
  • 1b3160a Publish v3.693.0
  • a0be64f test: add spec typecheck to integration step (#6666)
  • 361a738 test: use yarn g:vitest to run vitest in individual packages (#6665)
  • ace5bf8 Publish v3.692.0
  • Additional commits viewable in compare view


Updates @aws-sdk/lib-storage from 3.620.0 to 3.698.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.698.0

3.698.0(2024-11-21)

Documentation Changes
  • client-elastic-load-balancing-v2: This feature adds support for enabling zonal shift on cross-zone enabled Application Load Balancer, as well as modifying HTTP request and response headers. (ab2fc823)
New Features
  • clients: update client endpoints as of 2024-11-21 (010e6f3b)
  • client-elasticache: Added support to modify the engine type for existing ElastiCache Users and User Groups. Customers can now modify the engine type from redis to valkey. (217c2b5d)
  • client-cloudtrail: This release introduces new APIs for creating and managing CloudTrail Lake dashboards. It also adds support for resource-based policies on CloudTrail EventDataStore and Dashboard resource. (72fc4999)
  • client-notificationscontacts: This release adds support for AWS User Notifications Contacts. You can now configure and view email contacts for AWS User Notifications using the AWS SDK. (6eede48a)
  • client-cloudwatch-logs: Adds "Create field indexes to improve query performance and reduce scan volume" and "Transform logs during ingestion". Updates documentation for "PutLogEvents with Entity". (33993c9a)
  • client-iot: General Availability (GA) release of AWS IoT Device Management - Commands, to trigger light-weight remote actions on targeted devices (e47c5263)
  • client-iotfleetwise: AWS IoT FleetWise now includes campaign parameters to store and forward data, configure MQTT topic as a data destination, and collect diagnostic trouble code data. It includes APIs for network agnostic data collection using custom decoding interfaces, and monitoring the last known state of vehicles. (5d2c0b1b)
  • client-iot-jobs-data-plane: General Availability (GA) release of AWS IoT Device Management - Commands, to trigger light-weight remote actions on targeted devices (b203a9c2)
  • client-ssm: Added support for providing high-level overviews of managed nodes and previewing the potential impact of a runbook execution. (0f45892e)
  • client-ssm-quicksetup: Add methods that retrieve details about deployed configurations: ListConfigurations, GetConfiguration (1681d8f6)
  • client-lambda: Adds support for metrics for event source mappings for AWS Lambda (fb9ea849)
  • client-ec2: Adds support for requesting future-dated Capacity Reservations with a minimum commitment duration, enabling IPAM for organizational units within AWS Organizations, reserving EC2 Capacity Blocks that start in 30 minutes, and extending the end date of existing Capacity Blocks. (074cf4e8)
  • client-resiliencehub: AWS Resilience Hub's new summary view visually represents applications' resilience through charts, enabling efficient resilience management. It provides a consolidated view of the app portfolio's resilience state and allows data export for custom stakeholder reporting. (415d379d)
  • client-notifications: This release adds support for AWS User Notifications. You can now configure and view notifications from AWS services in a central location using the AWS SDK. (a404f1ba)
  • client-s3: Add support for conditional deletes for the S3 DeleteObject and DeleteObjects APIs. Add support for write offset bytes option used to append to objects with the S3 PutObject API. (d5b27f31)
  • client-xray: AWS X-Ray introduces Transaction Search APIs, enabling span ingestion into CloudWatch Logs for high-scale trace data indexing. These APIs support span-level queries, trace graph generation, and metric correlation for deeper application insights. (576ea4e1)
  • client-cloudfront: Adds support for Origin Selection between EMPv2 origins based on media quality score. (2d9bc392)
  • client-health: Adds metadata property to an AffectedEntity. (b98d3584)
  • client-appsync: Add support for the Amazon Bedrock Runtime. (dc03b5bf)
  • client-application-auto-scaling: Application Auto Scaling now supports Predictive Scaling to proactively increase the desired capacity ahead of predicted demand, ensuring improved availability and responsiveness for customers' applications. This feature is currently only made available for Amazon ECS Service scalable targets. (d8a4d0be)
  • client-cost-explorer: This release introduces three new APIs that enable you to estimate the cost, coverage, and utilization impact of Savings Plans you plan to purchase. The three APIs are StartCommitmentPurchaseAnalysis, GetCommitmentPurchaseAnalysis, and ListCommitmentPurchaseAnalyses. (1a8d64cc)
  • client-api-gateway: Added support for custom domain names for private APIs. (47f4d7fa)
Bug Fixes
  • lib-dynamodb: input types conflicts with client-dynamodb (#6683) (fb0e14ee)

For list of updated packages, view updated-packages.md in assets-3.698.0.zip

v3.697.0

3.697.0(2024-11-20)

New Features
  • clients: update client endpoints as of 2024-11-20 (ece08650)
  • client-mediapackagev2: MediaPackage v2 now supports the Media Quality Confidence Score (MQCS) published from MediaLive. Customers can control input switching based on the MQCS and publishing HTTP Headers for the MQCS via the API. (1708e8dc)
  • client-cloudfront: Add support for gRPC, VPC origins, and Anycast IP Lists. Allow LoggingConfig IncludeCookies to be set regardless of whether the LoggingConfig is enabled. (34946f74)
  • client-mediaconvert: This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings. (3e061571)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.698.0 (2024-11-21)

Note: Version bump only for package @​aws-sdk/lib-storage

3.697.0 (2024-11-20)

Note: Version bump only for package @​aws-sdk/lib-storage

3.696.0 (2024-11-19)

Note: Version bump only for package @​aws-sdk/lib-storage

3.693.0 (2024-11-15)

Note: Version bump only for package @​aws-sdk/lib-storage

3.692.0 (2024-11-14)

Note: Version bump only for package @​aws-sdk/lib-storage

3.691.0 (2024-11-13)

Note: Version bump only for package @​aws-sdk/lib-storage

3.689.0 (2024-11-11)

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions