dynamoid v3.10.0 released!
What’s Changed
- Migrate to expression attributes for Query and Scan by @andrykonchin in https://github.com/Dynamoid/dynamoid/pull/655
- Adds a configuration flag to create table on save by @imaximix in https://github.com/Dynamoid/dynamoid/pull/656
- Fix
unless_existsexample in README.md by @andrykonchin in https://github.com/Dynamoid/dynamoid/pull/660 - Fix saving persisted model and delete item attributes with nil values by @andrykonchin in https://github.com/Dynamoid/dynamoid/pull/681
- Update README.md by @dunkOnIT in https://github.com/Dynamoid/dynamoid/pull/687
- Fix type annotation of arg
optionsby @kiharito in https://github.com/Dynamoid/dynamoid/pull/691 - Add Ruby 3.3 on CI by @andrykonchin in https://github.com/Dynamoid/dynamoid/pull/697
- Fix typo in
lib/dynamoid/criteria/chain.rbby @ndjndj in https://github.com/Dynamoid/dynamoid/pull/716
New Contributors
- @imaximix made their first contribution in https://github.com/Dynamoid/dynamoid/pull/656
- @dunkOnIT made their first contribution in https://github.com/Dynamoid/dynamoid/pull/687
- @kiharito made their first contribution in https://github.com/Dynamoid/dynamoid/pull/691
- @ndjndj made their first contribution in https://github.com/Dynamoid/dynamoid/pull/716
Full Changelog: https://github.com/Dynamoid/dynamoid/compare/v3.9.0…v3.10.0