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

build(deps): bump @aws-sdk/client-dynamodb from 3.693.0 to 3.714.0 #1887

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps @aws-sdk/client-dynamodb from 3.693.0 to 3.714.0.

Release notes

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

v3.714.0

3.714.0(2024-12-17)

Chores
  • crc64-nvme-crt: add CrtCrc64Nvme (#6736) (cae656f2)
  • middleware-flexible-checksums:
    • use switch for selecting checksum algorithm function (#6741) (ebdb0f61)
    • use object for requestAlgorithmMember (#6698) (b9b146c6)
  • crt-loader: bump aws-crt to ^1.24.0 (#6739) (0054a3db)
  • codegen: process Map in function parameter list (#6738) (bd5a3f15)
Documentation Changes
  • clients: document client-level profile configuration (#6737) (0e65e099)
New Features
  • clients:
  • client-cleanroomsml: Add support for SQL compute configuration for StartAudienceGenerationJob API. (119c1d21)
  • client-account: Update endpoint configuration. (104dcc7d)
  • client-backup: Add Support for Backup Indexing (e03d20d5)
  • client-cloudfront: Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins. (a4d166e8)
  • client-codepipeline: AWS CodePipeline V2 type pipelines now support Managed Compute Rule. (92872670)
  • client-batch: This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs. (00737e53)
  • client-ecs: Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks. (5e299dd2)
  • client-backupsearch: Add support for searching backups (d9ef47c0)
  • client-m2: This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests. (c8d1a9a2)
  • client-synthetics: Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs. (bc1080bb)
Bug Fixes
  • xhr-http-handler: fix abort signal sharing for multiple requests (#6740) (5d7500ff)

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

v3.713.0

3.713.0(2024-12-16)

Chores
  • codegen: resolve obj and array JS literals from JMESPath types for waiters (#6735) (8880c88f)
  • crt-loader: add crt-loader (#6731) (ead4f4e2)
Documentation Changes

... (truncated)

Changelog

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

3.714.0 (2024-12-17)

Features

3.713.0 (2024-12-16)

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

3.712.0 (2024-12-13)

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

3.709.0 (2024-12-10)

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

3.705.0 (2024-12-03)

Features

  • client-dynamodb: This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute. (c96da51)

3.699.0 (2024-11-22)

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

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 the dependencies Pull requests that update a dependency file label Dec 18, 2024
@shopify-github-actions-access shopify-github-actions-access bot requested a review from a team as a code owner December 18, 2024 15:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-sdk/client-dynamodb-3.714.0 branch 5 times, most recently from 8803d20 to 162ee88 Compare December 18, 2024 16:07
@Arkham Arkham enabled auto-merge December 19, 2024 08:26
Bumps [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) from 3.693.0 to 3.714.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.714.0/clients/client-dynamodb)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-sdk/client-dynamodb-3.714.0 branch from 9bf5b57 to a119083 Compare December 19, 2024 08:28
@Arkham Arkham merged commit b964b0a into main Dec 19, 2024
6 checks passed
@Arkham Arkham deleted the dependabot/npm_and_yarn/aws-sdk/client-dynamodb-3.714.0 branch December 19, 2024 08:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant