Releases: ebh/mockdynamodb
Releases · ebh/mockdynamodb
0.0.5
Fixed
- Update version of github.com/aws/aws-sdk-go as existing version had a vulnerability
0.0.4
Added
- Scan() implemented
- ScanWithContext() implemented
- ScanPages() implemented
- ScanPagesWithContext() implemented
0.0.3
Added
- QueryPages() implemented
- QueryPagesWithContext() implemented
Changed
- AddReturnPutItemOutput() to accept multiple PutItemOutputs
- AddReturnQueryOutput() to accept multiple QueryOutputs
0.0.2
Added
- PutItemWithContext() implemented
- QueryWithContext() implemented
0.0.1
Added
Changed
- How inputs and outputs for PutItem() work
Initial release
Initial release with only PutItem() implemented.
Note, the major version number is "0". This is because the module is still undergoing initial development.