Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Bump dynamoid from 3.8.0 to 3.10.0 #457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps dynamoid from 3.8.0 to 3.10.0.

Release notes

Sourced from dynamoid's releases.

v3.10.0

What's Changed

New Contributors

Full Changelog: Dynamoid/dynamoid@v3.9.0...v3.10.0

v3.9.0

What's Changed

Full Changelog: Dynamoid/dynamoid@v3.8.0...v3.9.0

Changelog

Sourced from dynamoid's changelog.

3.10.0

Fixed

Added

  • #656 Added a create_table_on_save configuration flag to create table on save (@​imaximix)
  • #697 Ensure Ruby 3.3 and Rails 7.1 versions are supported and added them on CI

Changed

  • #655 Support multiple where in the same chain with multiple conditions for the same field

3.9.0 / 2023-04-13

Fixed

  • #610 Specs in JRuby; Support for JRuby 9.4.0.0 (@​pboling)
  • #624 Fixed #increment!/#decrement! methods and made them compatible with Rails counterparts
  • #626 Fixed saving empty Set and String and replacing with nil in #update, #update!, .update_fields, and .upsert methods
  • #628 Fixed .import method to mark persisted model attributes as not changed/not dirty
  • #632 Fixed #save called with touch: false option to set updated_at attribute even for a new record (to comply with Rails)
  • #634 Fixed model callbacks:
    • changed order of save and create/update callbacks - save callbacks are outer for the create/update ones
    • removed before_initialize and around_initialize callbacks - there should be only after_initialize one
  • #634 Fixed #touch method compatibility with a Rails counterpart:
    • don't save other modified attributes - only timestamps
    • don't perform validation and don't call save/create/update callbacks
    • accept a list of attribute names, but not one name
    • accept a :time option

Added

  • #611 Add rubocop-md (@​pboling)
  • #612 Add rubocop-rspec (@​pboling)
  • #613 Add rubocop-performance and rubocop-rake (@​pboling)
    • Added funding_uri set to open collective: https://opencollective.com/dynamoid
    • Added required_ruby_version as >= 2.3.0 (which was already the minimum supported version of Ruby)
  • #616 Upgrade simplecov (& remove coveralls) (@​pboling)
    • Setup GitHub actions for Code Coverage
    • Setup GitHub actions for RuboCop linting
    • Automate coverage feedback on Pull Requests via GitHub Actions and CodeCov
  • #618 Upgrade README Badges (@​pboling)
  • #624 Added :touch option for .inc method to be more compatible with the Rails counterpart method .update_counters
  • #627 Made the following methods in the Dirty API public (to comply with Rails):
    • clear_changes_information
    • changes_applied
    • clear_attribute_changes
  • #630 Added Dynamoid::Adapter#execute method to run PartiQL queries
  • #634 Added after_touch callback and run it in the following methods:
    • #touch
    • #increment!
    • #decrement!
  • #642 Run specs on CI against Ruby 3.2
  • #645 Added after_find callback

Changed

... (truncated)

Commits
  • 4520343 Bump version to 3.10.0
  • 38c1a2f Merge pull request #717 from Dynamoid/ak/prepare-release-3-10-0
  • eeb4de2 Update Rubocop to 1.60.2
  • 058b897 Fix Rubocop warnings in specs
  • 0e71b84 Update bin/console script and fix default fake AWS credentials
  • 6b70688 Update README.md and add missing description of the create_table_on_save options
  • 8d37c4e Update CHANGELOG.md for the release 3.10.0
  • 8029e13 Merge pull request #716 from ndjndj/fix-typo-in-chain
  • 9792895 fix typo
  • 281d439 Merge pull request #708 from Dynamoid/depfu/update/activemodel-7.1.3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 12, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/dynamoid-3.10.0 branch from ca1617f to f910964 Compare February 12, 2024 19:07
@dependabot dependabot bot force-pushed the dependabot/bundler/dynamoid-3.10.0 branch 2 times, most recently from 198dab6 to 9035d0e Compare February 27, 2024 09:07
@dependabot dependabot bot force-pushed the dependabot/bundler/dynamoid-3.10.0 branch 2 times, most recently from a9b2649 to 0f1faba Compare March 5, 2024 09:52
Bumps [dynamoid](https://github.com/Dynamoid/dynamoid) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/Dynamoid/dynamoid/releases)
- [Changelog](https://github.com/Dynamoid/dynamoid/blob/master/CHANGELOG.md)
- [Commits](Dynamoid/dynamoid@v3.8.0...v3.10.0)

---
updated-dependencies:
- dependency-name: dynamoid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/dynamoid-3.10.0 branch from 0f1faba to 22787c6 Compare March 11, 2024 19:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants