Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
576 stars 197 forks source link

Update aws-sdk-dynamodb 1.80.0 → 1.97.0 (minor) #694

Closed depfu[bot] closed 9 months ago

depfu[bot] commented 9 months 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.97.0) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

↗️ aws-eventstream (indirect, 1.2.0 → 1.3.0) · Repo

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

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

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

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

Release Notes

3.187.1 (from changelog)

  • Issue - For awsQueryCompatible services, default an empty list or map for shapes that were previously flattened in the query protocol.

3.187.0 (from changelog)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.186.0 (from changelog)

  • Feature - Support disabling IMDSv1 in InstanceProfileCredentials using ENV['AWS_EC2_METADATA_V1_DISABLED'], ec2_metadata_v1_disabled shared config, or the disable_imds_v1 credentials option.

3.185.2 (from changelog)

  • Issue - Fix query string support to lists of booleans, floats, integers and timestamps per rest-json protocol.

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

↗️ aws-sigv4 (indirect, 1.5.2 → 1.7.0) · Repo · Changelog

↗️ dynamoid (indirect, 3.8.0 → 3.9.0) · Repo · Changelog

Release Notes

3.9.0

What's Changed

  • Fix #increment! and #decrement! methods to behave similarly to the Rails' ActiveRecord methods in #624
  • Fix #update, #update!, .update_fields, .upsert and save empty Set and String as nil in #626
  • Make some methods in Dirty module public in #627
  • Fix .import and mark attributes of persisted models as not changed/dirty in #628
  • Add ability to run PartiQL queries in #630
  • Support changing type attribute value by @bonty in #588
  • Add #inspect method to display only attributes in #633
  • Optimise #save in #623
  • Fix save(touch: false) in #632
  • Fix callbacks in #634
  • Add Ruby 3.2 on CI in #642
  • Add after_find callback in #645

Full Changelog: v3.8.0...v3.9.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


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 cancel merge
Cancels automatic merging of this PR
@​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 9 months ago

Code Coverage

Package Line Rate Health
dynamoid 90%
Summary 90% (2857 / 3162)

Minimum allowed line rate is 90%

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6d53f10) 90.35% compared to head (e736d81) 90.35%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #694 +/- ## ======================================= Coverage 90.35% 90.35% ======================================= Files 62 62 Lines 3162 3162 ======================================= Hits 2857 2857 Misses 305 305 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

depfu[bot] commented 9 months ago

Closed in favor of #695.