Skip to content

Releases: devlooped/TableStorage

v5.2.0-rc

10 Jul 15:02
@kzu kzu

Choose a tag to compare

v5.2.0-rc Pre-release
Pre-release

What's Changed

🔨 Other

  • Add SponsorLink v2 analyzer by @kzu in #302

Full Changelog: v5.2.0-beta...v5.2.0-rc

v5.2.0-beta

06 Jul 20:47
@kzu kzu

Choose a tag to compare

v5.2.0-beta Pre-release
Pre-release

What's Changed

✨ Implemented enhancements

  • Improve key property detection for attributed types by @kzu in #292

🐛 Fixed bugs

  • Fix TableEntity deserialization issue with newer Azurite by @kzu in #291

🔨 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

25 Jan 22:46
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Update to latest protobuf with built-in support for DateOnly and TimeOnly by @kzu in #273

Full Changelog: v5.1.1...v5.1.2

v5.1.1

04 Oct 15:07
@kzu kzu

Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Properly persist computed colums for same type by @kzu in #253

Full Changelog: v5.1.0...v5.1.1

v5.1.0

11 Aug 15:38
@kzu kzu

Choose a tag to compare

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

08 Aug 22:54
@kzu kzu

Choose a tag to compare

Bump dependencies, especially to RTW SponsorLink and CloudStorageAccount

Full Changelog: v5.0.1...v5.0.2

v5.0.1

25 Jul 03:41
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Empty query results does not throw by @kzu in #237

Full Changelog: v5.0.0...v5.0.1

v5.0.0

25 Jul 01:42
@kzu kzu

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

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

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