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