Releases: twharmon/dynago
Releases · twharmon/dynago
v0.1.9: Merge pull request #48 from twharmon/outpu
v0.1.8: Merge pull request #48 from twharmon/outpu
Add output option to Scan as experiment
v0.1.7: Merge pull request #47 from twharmon/foreign-fields
handle foreign fields better
v0.1.6: Merge pull request #46 from twharmon/byte-slice-conversion
Byte slice conversion
v0.1.5: Merge pull request #45 from twharmon/additiona-attrs-in-key
Additiona attrs in key
Bug fix
Add interface guard for DynagoAPI interface
Merge pull request #43 from twharmon/iface-guard Add interface guard and update interface
Bug fixes
Documentation improvements
Merge pull request #41 from twharmon/typos Fix typos and add documentation
Simpler struct tags
This release has breaking changes. The tags idx
and copyidx
are no longer used. Instead, a struct should implement the Keyer
interface to indicate which attribute(s) comprise the primary key on a DynamoDB table.