Releases: Azure/elastic-db-tools
Releases · Azure/elastic-db-tools
2.0.0-preview2
2.0.0-preview
Preview release with .net core support.
v1.3.3
This minor release uses ConfigureAwait(false)
internally which allows for better usage of the thread pool and fixes potential deadlocks. Thanks to @ramondeklein for the code contribution!
The package can be downloaded from https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/1.3.3 .
v1.3.2
v1.3.1
- Introduction of performance counters for caching and Data Dependent Routing (DDR) scenarios in Elastic Database Client Library.
- New API addition for creation of performance category and counters: ShardMapManagerFactory.CreatePerformanceCategoryAndCounters();. Please check documentation map for more information on performance counters at https://azure.microsoft.com/en-us/documentation/learning-paths/sql-database-elastic-scale/.
- Active Directory authentication support.
- Bug fix to explicitly release the lock at connection close. This will allow addition of multiple mappings at the same time faster.
- ReadAsync support for MultiShardDataReader
https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/1.3.1
v1.2.0
v1.1.0
This refresh makes a few internal improvements to the library. No API changes have been introduced.
- Responsiveness of cancellation in Multi-Shard Query has been improved.
- This assembly can now loaded from a byte stream instead of from a file. This can be a useful way to load the assembly in SQL CLR, using syntax CREATE ASSEMBLY {assembly name} FROM {bytes}.
https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/1.1.0