Releases: devlooped/TableStorage
Releases · devlooped/TableStorage
v5.0.0
What's Changed
✨ Implemented enhancements
Major version bump since the new Edm annotations will cause columns previously stored as strings (i.e. Guids and DateTime) to be switched to the native column types supported by the Table service. This is a significant improvement in alignment with the Azure SDK, while also adding Guid
-typed (.NET) support for PartitionKey
and RowKey
. Both merit a major bump since they may cause backward compatibility issues.
- Add support for querying over TableEntityRepository by @kzu in #232
- When hydrating queries for TableEntity, use native .NET types for properties by @kzu in #234
- Improve persistence by annotating supported types with OData Edm by @kzu in #236
Full Changelog: v4.3.0...v5.0.0
v4.3.0
v4.2.1
v4.2.0
v4.1.3
What's Changed
✨ Implemented enhancements
- Allow retrieving the table client from the connection by @kzu in #165
- Allow persistence of entity properties as columns in document by @kzu in #171
- As documented [PartitionKey], honor it at class level by @kzu in #172
- Add support for TableConnection overload for DocumentRepository by @kzu in #173
🐛 Fixed bugs
Full Changelog: v4.1.2...v4.1.3
v4.1.2
v4.0.0
What's Changed
✨ Implemented enhancements
- Upgrade to latest Azure v12 SDK by @kzu in #89
- Improve dynamic entity support by exposing TableEntity directly by @kzu in #128
🔨 Other
- Address warnings by @kzu in #90
- Fix test filter for theory tests by @kzu in #91
- Reduce scope of key property lookup to direct property lambda by @kzu in #101
Full Changelog: v3.2.0...v4.0.0
v4.0.0-rc.1
v4.0.0-rc
v4.0.0-beta
Changelog
v4.0.0-beta (2022-05-17)
🐛 Fixed bugs:
- If partition or row key expressions have complex lambda, property name should be null #100
🔀 Merged: