Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
580 stars 195 forks source link

Bump aws-sdk-dynamodb from 1.80.0 to 1.85.0 #662

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aws-sdk-dynamodb from 1.80.0 to 1.85.0.

Changelog

Sourced from aws-sdk-dynamodb's changelog.

1.85.0 (2023-05-31)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.84.0 (2023-04-17)

  • Feature - Documentation updates for DynamoDB API

1.83.0 (2023-03-08)

  • Feature - Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.

1.82.0 (2023-03-03)

  • Feature - Documentation updates for DynamoDB.

1.81.0 (2023-01-18)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Issue - Replace runtime endpoint resolution approach with generated ruby code.

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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #662 (d81a26b) into master (7896f96) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d81a26b differs from pull request most recent head d596fe7. Consider uploading reports for the commit d596fe7 to get more accurate results

@@           Coverage Diff           @@
##           master     #662   +/-   ##
=======================================
  Coverage   90.33%   90.33%           
=======================================
  Files          62       62           
  Lines        3156     3156           
=======================================
  Hits         2851     2851           
  Misses        305      305           
dependabot[bot] commented 1 year ago

Superseded by #667.