Skip to content

Releases: Azure/elastic-db-tools

v2.4.2

26 Aug 11:05
b31d748
Compare
Choose a tag to compare

What's Changed

  • Updated Elastic Scale Client project to target .Net Standard 2.0 along with .net6.0 and updated sample apps to support AAD auth by @batinanet in #249
  • 2.4.2-release by @batinanet in #250

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.2-preview1

10 Jun 08:53
8838b77
Compare
Choose a tag to compare
v2.4.2-preview1 Pre-release
Pre-release

What's Changed

  • Updated Elastic Scale Client project to target .Net Standard 2.0 along with .net6.0 and updated sample apps to support AAD auth by @batinanet in #249

New Contributors

Full Changelog: v2.4.1...2.4.2-preview1

v2.4.1

16 Feb 10:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.1-preview1

18 Jan 13:39
9a646aa
Compare
Choose a tag to compare
v2.4.1-preview1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.4.0...v2.4.1-preview1

v2.4.0

21 Nov 10:39
Compare
Choose a tag to compare

What's Changed

  • Expose SqlConnectionInfo with AccessToken support by @jaredmoo in #189
  • Refactor MSQ constructors to use SqlConnectionInfo by @jaredmoo in #200
  • Expose MultiShardConnection with AccessToken support by @jaredmoo in #201
  • Typo fixes by @dubrie in #207
  • Bump System.Data.SqlClient to 4.8.5 by @stuartpa in #224
  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #226
  • Remove deprecated elements that break dotnet pack by @stuartpa in #230
  • upgraded project to use the Microsoft.Data.SqlClient for .netstandard2.0 by @mgolois in #205
  • Upgrade sqlclient driver to 2.1.2 by @bd-andrew-young in #216
  • Update GetStoreExceptionGlobal in ExceptionUtils.cs by @snavjot in #215
  • Net5.0 update and upgrade from System.Data.SqlClient to Microsoft.Data.SqlClient by @amodpandey in #217
  • Update to net6.0 by @stuartpa in #234

New Contributors

Full Changelog: v2.3.0...v2.4.0

2.4.0-preview2

11 Oct 05:43
Compare
Choose a tag to compare
2.4.0-preview2 Pre-release
Pre-release

Download

https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/2.4.0-preview2

Annoucment

https://www.linkedin.com/posts/scoriani_microsoftazuresqldatabaseelasticscaleclient-activity-7117090235842199553-sKtJ

What's Changed

  • Expose SqlConnectionInfo with AccessToken support by @jaredmoo in #189
  • Refactor MSQ constructors to use SqlConnectionInfo by @jaredmoo in #200
  • Expose MultiShardConnection with AccessToken support by @jaredmoo in #201
  • Typo fixes by @dubrie in #207
  • Bump System.Data.SqlClient to 4.8.5 by @stuartpa in #224
  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #226
  • Remove deprecated elements that break dotnet pack by @stuartpa in #230
  • Upgraded project to use the Microsoft.Data.SqlClient for .netstandard2.0 by @mgolois in #205
  • Upgrade sqlclient driver to 2.1.2 by @bd-andrew-young in #216
  • Update GetStoreExceptionGlobal in ExceptionUtils.cs by @snavjot in #215
  • Net5.0 update and upgrade from System.Data.SqlClient to Microsoft.Data.SqlClient by @amodpandey in #217
  • Update to net6.0 by @stuartpa in #234

New Contributors

Full Changelog: v2.3.0...v2.4.0-preview2

2.3.0

17 Jul 05:24
663f2d2
Compare
Choose a tag to compare

Assemblies are now strong-name signed. The strong name key has changed compared to version 1.x so that the key can be open-source.

2.2.0

11 Jun 16:34
c07b7c7
Compare
Choose a tag to compare

Added support for ActiveDirectoryInteractive authentication. Assemblies are now signed.

2.1.0

08 Mar 18:56
11f5683
Compare
Choose a tag to compare

Added support for LookupOptions in ListShardMap.GetMappingForKey(....) , ListShardMap.TryGetMappingForKey(....), RangeShardMap.GetMappingForKey(....), and RangeShardMap.TryGetMappingForKey(....). This gives the ability to lookup from cache instead of only from store, which can greatly improve performance.

https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/2.1.0

2.0.0

08 Mar 18:56
Compare
Choose a tag to compare

Added support for .NET Standard 2.0.

Added support for SecureString via SqlCredential.

https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/2.0.0