Dynamoid / dynamoid

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

Update aws-sdk-dynamodb: 1.80.0 → 1.83.0 (minor) #644

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ aws-sdk-dynamodb (1.80.0 → 1.83.0) · Repo · Changelog

Release Notes

1.83.0 (from changelog)

  • 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 (from changelog)

  • Feature - Documentation updates for DynamoDB.

1.81.0 (from changelog)

  • 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.

Does any of this look wrong? Please let us know.

↗️ aws-partitions (indirect, 1.679.0 → 1.745.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ aws-sdk-core (indirect, 3.168.4 → 3.171.0) · Repo · Changelog


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Health
dynamoid 90%
Summary 90% (2831 / 3136)

Minimum allowed line rate is 90%

codecov[bot] commented 1 year ago

Codecov Report

Merging #644 (4d138e7) into master (47d9492) will not change coverage. The diff coverage is n/a.

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

@@           Coverage Diff           @@
##           master     #644   +/-   ##
=======================================
  Coverage   90.27%   90.27%           
=======================================
  Files          61       61           
  Lines        3136     3136           
=======================================
  Hits         2831     2831           
  Misses        305      305           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

depfu[bot] commented 1 year ago

Closed in favor of #654.