Skip to content

Releases: Tazmainiandevil/TableStorage.Abstractions

Fix for Deletes

11 Jun 12:37
0a3144d
Compare
Choose a tag to compare

When deleting batches of records that exceed the maximum of 100 an exception is thrown "The batch request operation exceeds the maximum 100 changes per change set". This release fixes the issue and splits up the records into batches of 100 records

Add Azure Credentials for Managed Identity

11 Jun 12:20
7bc508c
Compare
Choose a tag to compare
Feature/tokencreds (#20)

* Add managed identity credentials
* Fix delete issue if over 100 records

Move to Azure.Data.Tables

15 Jan 14:56
d37545d
Compare
Choose a tag to compare

Microsoft have been changing the base libraries used for storage accounts and this release moves the codebase to use Azure.Data.Tables instead of Microsoft.Azure.Cosmos.Table.

Update Azure Cosmos DB Table to 1.0.8

07 Nov 19:10
Compare
Choose a tag to compare

A change between Microsoft.Azure.Cosmos.Table version 1.0.7 and 1.0.8 caused an exception to be thrown when checking if a table exists when the newer version was added to code. This release updates the library to use the latest version 1.0.8 to stop the exception.

Library updates

04 May 08:46
01cfe2d
Compare
Choose a tag to compare

Additional methods

03 May 08:14
9134ebf
Compare
Choose a tag to compare

Additional methods DeleteAllAsync and DeleteByPartitionAsync added from PR

Support for heterogeneous entity types

23 Feb 15:56
Compare
Choose a tag to compare

Support for Insert or Replace

28 Apr 05:34
Compare
Choose a tag to compare
Added InsertOrReplace functionality (#8)

* move to .net standard

* Update README.md

* Added InsertOrReplace functionality

As part of a feature request for a library downstream:
https://github.com/giometrix/TableStorage.Abstractions.POCO/issues/2

Support for NET Standard 2.0

06 Jan 12:33
Compare
Choose a tag to compare

Added support for NET Standard 2.0
Updated 3rd Party packages