Releases: devlooped/TableStorage
Releases · devlooped/TableStorage
v5.2.0-rc
v5.2.0-beta
What's Changed
✨ Implemented enhancements
🐛 Fixed bugs
🔨 Other
- Move ToEntity to the entity properties mapper by @kzu in #284
- Sync latest changes from oss template on build/publish workflows by @kzu in #300
Full Changelog: v5.1.2...v5.2.0-beta
v5.1.2
v5.1.1
v5.1.0
Remove current implementation of SponsorLink for now Now that SponsorLink is OSS and based on received feedback it will change in many ways moving forward, we'll for now remove the current implementation from the package to address the issues that were raised. See https://github.com/devlooped/SponsorLink
v5.0.2
Bump dependencies, especially to RTW SponsorLink and CloudStorageAccount
Full Changelog: v5.0.1...v5.0.2
v5.0.1
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