Skip to content

v5.0.0

Compare
Choose a tag to compare
@kzu kzu released this 25 Jul 01:42
· 66 commits to main since this release

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