Skip to content

Releases: ebh/mockdynamodb

0.0.5

17 Jul 08:08
@ebh ebh
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Fixed

  • Update version of github.com/aws/aws-sdk-go as existing version had a vulnerability

0.0.4

26 Apr 03:54
@ebh ebh
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Added

  • Scan() implemented
  • ScanWithContext() implemented
  • ScanPages() implemented
  • ScanPagesWithContext() implemented

0.0.3

07 Apr 08:41
@ebh ebh
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Added

  • QueryPages() implemented
  • QueryPagesWithContext() implemented

Changed

  • AddReturnPutItemOutput() to accept multiple PutItemOutputs
  • AddReturnQueryOutput() to accept multiple QueryOutputs

0.0.2

07 Mar 06:05
@ebh ebh
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Added

  • PutItemWithContext() implemented
  • QueryWithContext() implemented

0.0.1

15 Feb 00:14
@ebh ebh
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Added

  • Query() implemented

Changed

  • How inputs and outputs for PutItem() work

Initial release

04 Feb 12:39
@ebh ebh
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release with only PutItem() implemented.

Note, the major version number is "0". This is because the module is still undergoing initial development.