Skip to content

Releases: devlooped/TableStorage

v4.0.0-alpha

04 May 21:16
@kzu kzu
Compare
Choose a tag to compare

Changelog

v4.0.0-alpha (2022-05-04)

Full Changelog

🔨 Other:

  • Upgrade to latest Azure v12 SDK #88
  • Add support for DateOnly #78

🔀 Merged:

  • Fix test filter for theory tests #91 (@kzu)
  • Address warnings #90 (@kzu)
  • Upgrade to latest Azure v12 SDK #89 (@kzu)

v3.2.0

13 Dec 04:51
@kzu kzu
Compare
Choose a tag to compare

Changelog

v3.2.0 (2021-12-13)

Full Changelog

✨ Implemented enhancements:

  • Add support for DateOnly #79 (@kzu)

v3.1.1

29 Aug 17:25
@kzu kzu
Compare
Choose a tag to compare

v3.1.1 (2021-08-29)

Full Changelog

✨ Implemented enhancements:

  • Add API docs for all packages #64

🔀 Merged:

  • Add missing API docs and fix all docs warnings #65 (@kzu)
  • Bump files with dotnet-file sync #63 (@kzu)
  • Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 #62 (@dependabot[bot])
  • Bump MessagePack from 2.2.85 to 2.2.113 #55 (@dependabot[bot])

v3.1.0

13 Aug 07:31
@kzu kzu
Compare
Choose a tag to compare

v3.1.0 (2021-08-13)

Full Changelog

✨ Implemented enhancements:

  • Support Timestamp property in POCO entities #60

🔀 Merged:

  • Support Timestamp property in POCO entities #61 (@kzu)

v3.0.3

28 Jul 19:04
@kzu kzu
Compare
Choose a tag to compare

v3.0.3 (2021-07-28)

Full Changelog

🐛 Fixed bugs:

  • Azure Functions fails with SocketException sometimes when accessing table #58

v3.0.2

01 Jul 21:03
@kzu kzu
Compare
Choose a tag to compare

v3.0.2 (2021-07-01)

Full Changelog

🐛 Fixed bugs:

  • ContinuationToken not properly used for enumerating all entities #53

v3.0.1

01 Jul 17:45
@kzu kzu
Compare
Choose a tag to compare

v3.0.1 (2021-07-01)

Full Changelog

🐛 Fixed bugs:

  • Remove Create factory methods that cause ambiguous matches #52

v3.0.0

01 Jul 16:49
@kzu kzu
Compare
Choose a tag to compare

v3.0.0 (2021-07-01)

Full Changelog

✨ Implemented enhancements:

  • Don't fail if deleting non-existent entity, return false instead #50
  • Switch from TableEntity to ITableEntity in the non-generic repository for flexibility #48
  • For PutAsync, allow selecting Replace vs Merge behavior #46
  • When deleting entities, return boolean status for success/failure #51 (@kzu)
  • Allow additional properties in table entity repository #49 (@kzu)
  • Support merge strategy when updating entities #47 (@kzu)

🔨 Other:

  • Document usage of [Browsable(false)] to skip persistence #45

v2.0.2

23 Jun 18:44
@kzu kzu
Compare
Choose a tag to compare

v2.0.2 (2021-06-23)

Full Changelog

✨ Implemented enhancements:

  • Allow annotating record constructor parameters with PartitionKey/RowKey #43

🔀 Merged:

  • Add support for record constructor parameter annotations #44 (@kzu)

v2.0.1

17 Jun 17:43
@kzu kzu
Compare
Choose a tag to compare

v2.0.1 (2021-06-17)

Full Changelog

✨ Implemented enhancements:

  • Include readme in package #39