Skip to content

Releases: CoreHelpers/AzureStorageTable

6.3.2

07 Jan 12:28
171d3a0
Compare
Choose a tag to compare
  • Handling a race condition when two independent processes try to create a table indirectly during storing data

6.0.4

07 Jan 12:38
0764388
Compare
Choose a tag to compare
  • Added double check pattern for dynamic table creation

6.3.1

10 Nov 19:14
3bee61a
Compare
Choose a tag to compare
  • Ensure that the JSON import and exports handles timestamps in UTC as the Azure Storage SDK expects it!

6.3.0

10 Nov 14:27
adf690c
Compare
Choose a tag to compare
  • Generating UTC timestamps when exporting to json for backup reasons

6.2.0

09 Nov 21:22
adf690c
Compare
Choose a tag to compare
  • Allow to use regular expressions as exclude filter during table backup

6.1.0

31 Mar 09:27
fd813c7
Compare
Choose a tag to compare
  • Support queries for non string types

6.0.3

12 Sep 21:53
Compare
Choose a tag to compare

This release contains support for hashing values for the RowKey with SHA256 or encode the RowKey into Base64

6.0.2

11 Sep 21:25
67478eb
Compare
Choose a tag to compare

This release adds support for the VirtualDictionaryAttribute to expand keys of a dictionary as properties in the Azure Storage Table.

6.0.1

10 Sep 20:27
Compare
Choose a tag to compare

This is the first release with the new backup NUGET which is fully automatically published!

6.0.0

10 Sep 20:22
Compare
Choose a tag to compare

The new major version of the Azure Storage Table framework is. migrated to the latest and greatest Microsoft Azure SDK for table and blob storage. In this context the backup and restore capabilities are extracted to a dedicated NUGET component to not overload the base SDK. The overall base SDK contains a new query interface.