What's Changed
- Fix dumping of custom type that mixes adapter interface by @andrykonchin in #849
- Fix Dirty API to compare objects of custom type using dumps by @andrykonchin in #851
- Fix uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger error on CI by @andrykonchin in #866
- TransactionWrite update() with a block by @ckhsponge in #846
- Add key_type option to table method by @ogidow in #910
- Fix partition keys with Dynamoid-specific type and always dump them into a proper DynamoDB type by @andrykonchin in #913
- Add config to error on scan by @aaronalberg in #916
- Fix transactional operations when primary key is of non-native DynamoDB type by @andrykonchin in #917
- Add a contributing guide by @andrykonchin in #922
- Introduce read transactions by @andrykonchin in #926
- Transactions-related improvements by @andrykonchin in #927
New Contributors
- @ogidow made their first contribution in #910
- @aaronalberg made their first contribution in #916
Full Changelog: v3.11.0...v3.12.1