Releases: raiden-rs/raiden-dynamo
Releases · raiden-rs/raiden-dynamo
0.0.13: Add table suffix for transact write (#21)
* feat: Add table prefix and suffix for txWrite
* fix: ADd test
0.0.12: Add transaction write (#20)
- Add minimum
WriteTx
implemention.
0.0.11
fix: Fixed a value of attrName when using rename_all (#17)
0.0.10
- Use
#struct_name
for get/query output item instead of format_ident!("{}QueryOutput", struct_name
or format_ident!("{}GetItemOutput", struct_name
.
0.0.9
fix: Fix uuid by env variable (#15)
0.0.8
fix: create id generator (#12)
0.0.7
fix: make outout fields public (#11)
0.0.6
feat: Add into for uuid (#10)
0.0.5
feat: Return new value when put (#9)
0.0.4
fix: Use string instead of ident for table_name to use kebab-case (#8)