Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.9.14 source code.tar.gz | 2023-05-22 | 466.5 kB | |
0.9.14 source code.zip | 2023-05-22 | 805.7 kB | |
README.md | 2023-05-22 | 580 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
Bugfixes
- Fixed issue with
ReturnValues
response parsing that led tonull
response no matter whatReturnValues
option is specified for the request (#190) - Fixed bug with overflow in numeric converters by @zbyszekpy (#194)
- Fixed deserialization of list responses in
dynamodb-local
(#196) - Fixed signature failures on large-body requests (e.g.
BatchWrite
) by @brewneaux (#203)
What's New
- Vastly improved XML docs for all common operations (#197, [#207])
Full Changelog: https://github.com/AllocZero/EfficientDynamoDb/compare/0.9.13...0.9.14