Skip to content

Releases: twharmon/dynago

v0.1.9: Merge pull request #48 from twharmon/outpu

22 Jul 05:33
05c61d9
Compare
Choose a tag to compare
Add output option to Scan as experiment

v0.1.8: Merge pull request #48 from twharmon/outpu

22 Jul 05:33
05c61d9
Compare
Choose a tag to compare
Add output option to Scan as experiment

v0.1.7: Merge pull request #47 from twharmon/foreign-fields

20 Jul 22:30
2e4c43f
Compare
Choose a tag to compare

v0.1.6: Merge pull request #46 from twharmon/byte-slice-conversion

13 Jul 22:29
4ff4a56
Compare
Choose a tag to compare

v0.1.5: Merge pull request #45 from twharmon/additiona-attrs-in-key

27 Jun 05:44
3223f64
Compare
Choose a tag to compare

Bug fix

27 Jun 05:43
3223f64
Compare
Choose a tag to compare
Merge pull request #45 from twharmon/additiona-attrs-in-key

Additiona attrs in key

Add interface guard for DynagoAPI interface

15 Jun 01:14
a83b587
Compare
Choose a tag to compare
Merge pull request #43 from twharmon/iface-guard

Add interface guard and update interface

Bug fixes

21 Apr 21:32
399b46b
Compare
Choose a tag to compare

Type aliases of primitive types are now handled properly

Documentation improvements

06 Jan 15:46
ef1ce1c
Compare
Choose a tag to compare
Merge pull request #41 from twharmon/typos

Fix typos and add documentation

Simpler struct tags

04 Jan 21:37
ff2c04d
Compare
Choose a tag to compare

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.