Releases: Azure/elastic-db-tools
v2.4.2
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
- @batinanet made their first contribution in #249
Full Changelog: v2.4.1...v2.4.2
v2.4.2-preview1
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
- @batinanet made their first contribution in #249
Full Changelog: v2.4.1...2.4.2-preview1
v2.4.1
What's Changed
- 2.4.0-release by @stuartpa in #240
- Update nugets to latest (due to CVEs) by @stuartpa in #245
- Add .Net 8.0 Support by @stuartpa in #241
- Add 'Active Directory Default' connection string support by @billpieper in #247
New Contributors
- @billpieper made their first contribution in #247
Full Changelog: v2.4.0...v2.4.1
v2.4.1-preview1
v2.4.0
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
- @dubrie made their first contribution in #207
- @microsoft-github-policy-service made their first contribution in #226
- @mgolois made their first contribution in #205
- @bd-andrew-young made their first contribution in #216
- @snavjot made their first contribution in #215
- @amodpandey made their first contribution in #217
Full Changelog: v2.3.0...v2.4.0
2.4.0-preview2
Download
https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/2.4.0-preview2
Annoucment
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
- @dubrie made their first contribution in #207
- @stuartpa made their first contribution in #224
- @microsoft-github-policy-service made their first contribution in #226
- @mgolois made their first contribution in #205
- @bd-andrew-young made their first contribution in #216
- @snavjot made their first contribution in #215
- @amodpandey made their first contribution in #217
Full Changelog: v2.3.0...v2.4.0-preview2
2.3.0
2.2.0
2.1.0
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
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