Skip to content

Releases: CoreHelpers/AzureStorageTable

6.3.2

Choose a tag to compare

@dei79 dei79 released this 07 Jan 12:28
171d3a0
  • Handling a race condition when two independent processes try to create a table indirectly during storing data

6.0.4

Choose a tag to compare

@dei79 dei79 released this 07 Jan 12:38
0764388
  • Added double check pattern for dynamic table creation

6.3.1

Choose a tag to compare

@dei79 dei79 released this 10 Nov 19:14
3bee61a
  • Ensure that the JSON import and exports handles timestamps in UTC as the Azure Storage SDK expects it!

6.3.0

Choose a tag to compare

@dei79 dei79 released this 10 Nov 14:27
adf690c
  • Generating UTC timestamps when exporting to json for backup reasons

6.2.0

Choose a tag to compare

@dei79 dei79 released this 09 Nov 21:22
adf690c
  • Allow to use regular expressions as exclude filter during table backup

6.1.0

Choose a tag to compare

@dei79 dei79 released this 31 Mar 09:27
fd813c7
  • Support queries for non string types

6.0.3

Choose a tag to compare

@dei79 dei79 released this 12 Sep 21:53

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

6.0.2

Choose a tag to compare

@dei79 dei79 released this 11 Sep 21:25
67478eb

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

6.0.1

Choose a tag to compare

@dei79 dei79 released this 10 Sep 20:27

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

6.0.0

Choose a tag to compare

@dei79 dei79 released this 10 Sep 20:22

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.