dynamoid v3.11.0 released!
What’s Changed
Fixes
- Fixed saving of in-place field changes in #829 (@andrykonchin)
- Restored sanitizing of attribute names in
#whereconditions in #812 (@andrykonchin) - Fixed code examples in README.md in #721 (@ndjndj)
Features
- Implemented transactional modifying (with DynamoDB’s
TransactWriteItemsoperation) in #688 (@ckhsponge) - Added new config option
store_empty_string_as_nilin #794 (@andrykonchin) - Added Ruby 3.4, Rails 8.0 and Rails 7.2 in CI in #828 (@andrykonchin)
Changes
- Support String condition expressions with
#wherein #832 (@andrykonchin) - Support binary type natively. Also added new config option
store_binary_as_nativein #822 (@dalibor)
Full Changelog: https://github.com/Dynamoid/dynamoid/compare/v3.10.0…v3.11.0