| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.9.18 source code.tar.gz | 2025-11-08 | 596.3 kB | |
| 0.9.18 source code.zip | 2025-11-08 | 992.8 kB | |
| README.md | 2025-11-08 | 925 Bytes | |
| Totals: 3 Items | 1.6 MB | 0 | |
Breaking changes
- Target framework changed from
netcoreapp3.1tonet8.0so the library now requires .NET 8 or later to run.
What's Changed
- Update to net8.0 by @Dreamescaper in https://github.com/AllocZero/EfficientDynamoDb/pull/263
- Returning DDB errors by values by using
SupressThrowing()builder method for all DDB operations in https://github.com/AllocZero/EfficientDynamoDb/pull/271 - Show better error message on filter expression type mismatch in https://github.com/AllocZero/EfficientDynamoDb/pull/273
- New converters for time types in https://github.com/AllocZero/EfficientDynamoDb/pull/275
- Retry IOException and HttpIOException exceptions by @jakejscott in https://github.com/AllocZero/EfficientDynamoDb/pull/276
Full Changelog: https://github.com/AllocZero/EfficientDynamoDb/compare/effddb-v0.9.17...effddb-v0.9.18
NuGet: https://www.nuget.org/packages/EfficientDynamoDb/0.9.18