Skip to content

Releases: devlooped/TableStorage

v5.0.0

25 Jul 01:42
@kzu kzu
Compare
Choose a tag to compare

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

27 Jun 15:34
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Allow entity lookup from entity value by @kzu in #216

Full Changelog: v4.2.1...v4.3.0

v4.2.1

17 Apr 20:35
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Allow persisting key properties as columns by @kzu in #198

Full Changelog: v4.2.0...v4.2.1

v4.2.0

28 Mar 22:42
@kzu kzu
Compare
Choose a tag to compare
Update workflows and azurite in publish

v4.1.3

20 Jan 19:24
@kzu kzu
Compare
Choose a tag to compare

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

  • Update mode on table partition should set table repository mode by @kzu in #174

Full Changelog: v4.1.2...v4.1.3

v4.1.2

16 Jan 17:52
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Allow creating partitions from the same table connection by @kzu in #156
  • Add TableConnection overloads for TableRepository factory methods by @kzu in #162
  • Provide comprehensive readmes for all packages by @kzu in #164

Full Changelog: v4.0.0...v4.1.2

v4.0.0

26 Aug 02:42
@kzu kzu
Compare
Choose a tag to compare

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

26 Aug 01:11
@kzu kzu
Compare
Choose a tag to compare

Changelog

v4.0.0-rc.1 (2022-08-15)

Full Changelog

v4.0.0-rc

15 Aug 23:13
@kzu kzu
Compare
Choose a tag to compare

Changelog

v4.0.0-rc (2022-08-15)

Full Changelog

🔀 Merged:

  • Improve dynamic entity support by exposing TableEntity directly #128 (@kzu)
  • +M? includes #123 (@github-actions[bot])
  • +M? includes #117 (@github-actions[bot])

v4.0.0-beta

17 May 17:25
@kzu kzu
Compare
Choose a tag to compare

Changelog

v4.0.0-beta (2022-05-17)

Full Changelog

🐛 Fixed bugs:

  • If partition or row key expressions have complex lambda, property name should be null #100

🔀 Merged:

  • Reduce scope of key property lookup to direct property lambda #101 (@kzu)