Skip to content

Releases: Azure/elastic-db-tools

2.0.0-preview2

16 Feb 01:04
Compare
Choose a tag to compare

2.0.0-preview

06 Feb 23:22
Compare
Choose a tag to compare
2.0.0-preview Pre-release
Pre-release

Preview release with .net core support.

v1.3.3

28 Sep 22:16
Compare
Choose a tag to compare

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

21 Jun 18:34
Compare
Choose a tag to compare

This refresh fixes a bug related to SqlConnectionStringBuilder exception in library. No API changes have been introduced.

  • Bugfix to handle SqlConnectionStringBuilder properties correctly when running with 4.5.2 or earlier version of .NET.

v1.3.1

03 Jun 18:11
Compare
Choose a tag to compare
  • 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

06 Nov 02:01
Compare
Choose a tag to compare
  • Fixed a bug in SchemaInfo serialization
  • Added GetSplitMergeHistory.ps1 script to help view history of Split-Merge operations
  • Added Set-RangeMapping function to ShardManagement module

v1.1.0

09 Sep 21:18
Compare
Choose a tag to compare

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