Releases: Jusas/AzureTableDataStore
Releases · Jusas/AzureTableDataStore
Bugfix to merge
Fixes Microsoft.Azure.Cosmos.Table compatibility to support 1.0.8
Microsoft.Azure.Cosmos.Table 1.0.7 -> 1.0.8 had changed the interface of one of its public methods, leading to a MissingMethodException as the AzureTableDataStore was compiled against 1.0.7. To fix the issue, the package reference was upgraded to 1.0.8. Additionally Azure.Storage.Blobs was upgraded to 12.8.0.
Bugfix for entity merge with LargeBlobs
Fixes the issue where blobs were being updated in merge operations even when the blob fields were not chosen for update.
Initial release
The first stable release.