Releases: CoreHelpers/AzureStorageTable
Releases · CoreHelpers/AzureStorageTable
6.3.2
- Handling a race condition when two independent processes try to create a table indirectly during storing data
6.0.4
- Added double check pattern for dynamic table creation
6.3.1
- Ensure that the JSON import and exports handles timestamps in UTC as the Azure Storage SDK expects it!
6.3.0
- Generating UTC timestamps when exporting to json for backup reasons
6.2.0
- Allow to use regular expressions as exclude filter during table backup
6.1.0
- Support queries for non string types
6.0.3
This release contains support for hashing values for the RowKey with SHA256 or encode the RowKey into Base64
6.0.2
This release adds support for the VirtualDictionaryAttribute to expand keys of a dictionary as properties in the Azure Storage Table.
6.0.1
This is the first release with the new backup NUGET which is fully automatically published!
6.0.0
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.