Skip to content

Releases: Crokus/azure-table-storage-repo

2.0.0.10

18 Oct 16:45
Compare
Choose a tag to compare
  • Make EnsureTable method thread-safe (using concurrent dictionary)

2.0.0.4

18 Jul 15:11
641389c
Compare
Choose a tag to compare
  • Add ConfigureAwait(false) to all awaited operations (@sander1095)

1.0.6

28 Nov 08:05
Compare
Choose a tag to compare
  • Support Take in QueryAsync (@axelio)

1.0.5

12 Oct 14:45
Compare
Choose a tag to compare
  • BatchAsync has a generic return type (@axelio)
  • Add BatchOperationOptions to BatchAsync<T> (Insert, InsertOrReplace, InsertOrMerge)

1.04

26 Sep 06:58
Compare
Choose a tag to compare
  • new csproj format

1.0.3

25 Sep 10:26
Compare
Choose a tag to compare
  • add separate Add and Update methods (@axelio)
  • add AddBatchAsync method (@axelio)
  • change NuGet dependency WindowsAzure.Storage NuGet to use 8.4.0 version (fix #2)