Skip to content

Releases: Jusas/AzureTableDataStore

Bugfix to merge

29 Aug 15:16
Compare
Choose a tag to compare

The MergeAsync method should now merge child properties of parent objects correctly, i.e. when selecting merge property "root.parent", then "root.parent.child" will be properly included in the updated properties.

Fixes Microsoft.Azure.Cosmos.Table compatibility to support 1.0.8

29 Jan 10:36
Compare
Choose a tag to compare

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

04 Oct 15:25
Compare
Choose a tag to compare

Fixes the issue where blobs were being updated in merge operations even when the blob fields were not chosen for update.

Initial release

25 Jul 18:54
9c82d3d
Compare
Choose a tag to compare