Releases: devlooped/TableStorage
Releases · devlooped/TableStorage
v2.0.0
v2.0.0 (2021-06-16)
✨ Implemented enhancements:
- Add support for enhanced filtering for document-based repositories #37
- Add support for filtering by enum property types #35
- Add support for querying #33
- Allow passing serialization options for MessagePack serializer #32
- Switch default built-in serializer to System.Text.Json #30
- Make Document/Entity default table names plural #28
- Don't duplicate PartitionKey/RowKey properties in storage #26
🔀 Merged:
- Add support for enhanced filtering for document-based repo #38 (@kzu)
- Add support for filtering by enum property types #36 (@kzu)
- Add support for querying with LINQ and expressions #34 (@kzu)
- Switch default built-in serializer to System.Text.Json #31 (@kzu)
- Make Document/Entity default table names plural #29 (@kzu)
- Don't duplicate PartitionKey/RowKey properties in storage #27 (@kzu)
v1.3.0
v1.3.0 (2021-05-31)
✨ Implemented enhancements:
- Allow persisting entities as documents instead of individual columns #24
- Avoid creating a separate Task for lazily initialization of CloudTable #23
- No need to use DynamicTableEntity when deleting #21
- When doing a PutAsync, use InsertOrMerge instead of InsertOrReplace #20
- Allow persisting entities as documents #25 (@kzu)
🐛 Fixed bugs:
- Inconsistent default partition name in TablePartition.Create #22