Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes M.D.S v3.1.3 #1951

Merged
merged 25 commits into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7aebf45
SNI Update
Kaur-Parminder Mar 7, 2022
e7931b5
Revert "SNI Update"
Kaur-Parminder Mar 7, 2022
855f69f
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 8, 2022
fa1a16c
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 10, 2022
d82be37
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 14, 2022
d0d0eb3
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 28, 2022
c49997a
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 28, 2022
3580f8e
Merge branch 'dotnet:main' into main
Kaur-Parminder Apr 4, 2022
ab00b2c
Merge branch 'dotnet:main' into main
Kaur-Parminder Apr 8, 2022
72d3c31
Merge branch 'dotnet:main' into main
Kaur-Parminder Apr 21, 2022
a6cc693
Merge branch 'dotnet:main' into main
Kaur-Parminder Jun 7, 2022
a54308e
Merge branch 'dotnet:main' into main
Kaur-Parminder Jun 20, 2022
106cc80
Merge branch 'dotnet:main' into main
Kaur-Parminder Jul 13, 2022
a801b20
Merge branch 'dotnet:main' into main
Kaur-Parminder Jul 27, 2022
181c9db
Merge branch 'dotnet:main' into main
Kaur-Parminder Sep 6, 2022
9affade
Merge branch 'dotnet:main' into main
Kaur-Parminder Oct 10, 2022
342246d
Merge branch 'dotnet:main' into main
Kaur-Parminder Jan 13, 2023
d62e394
Merge branch 'dotnet:main' into main
Kaur-Parminder Jan 23, 2023
9c190af
Merge branch 'dotnet:main' into main
Kaur-Parminder Jan 31, 2023
fcf7414
Merge branch 'dotnet:main' into main
Kaur-Parminder Feb 2, 2023
9bfbacd
Merge branch 'dotnet:main' into main
Kaur-Parminder Feb 22, 2023
5b91c3c
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 2, 2023
8bc8419
Merge branch 'dotnet:main' into main
Kaur-Parminder Mar 10, 2023
0a4a378
Release Notes 313
Kaur-Parminder Mar 10, 2023
bcae70b
Apply suggestions from code review
Kaur-Parminder Mar 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,13 @@ This update brings the below changes over the previous release:
- Optimized async method allocations in .NET Framework by porting changes from .NET Core. [#1084](https://github.com/dotnet/SqlClient/pull/1084)
- Various code improvements [#902](https://github.com/dotnet/SqlClient/pull/902) [#925](https://github.com/dotnet/SqlClient/pull/925) [#933](https://github.com/dotnet/SqlClient/pull/933) [#934](https://github.com/dotnet/SqlClient/pull/934) [#1024](https://github.com/dotnet/SqlClient/pull/1024) [#1057](https://github.com/dotnet/SqlClient/pull/1057) [#1122](https://github.com/dotnet/SqlClient/pull/1122) [#1133](https://github.com/dotnet/SqlClient/pull/1133) [#1134](https://github.com/dotnet/SqlClient/pull/1134) [#1141](https://github.com/dotnet/SqlClient/pull/1141) [#1187](https://github.com/dotnet/SqlClient/pull/1187) [#1188](https://github.com/dotnet/SqlClient/pull/1188) [#1223](https://github.com/dotnet/SqlClient/pull/1223) [#1225](https://github.com/dotnet/SqlClient/pull/1225) [#1226](https://github.com/dotnet/SqlClient/pull/1226)

## [Stable release 3.1.3] - 2023-03-10

### Fixed

- Fixed throttling of token requests by calling AcquireTokenSilent in AAD Integrated/Password flows when the account is already cached.[#1926](https://github.com/dotnet/SqlClient/pull/1926)
- Fixed TDS RPC error on large queries in SqlCommand.ExecuteReaderAsync.[#1939](https://github.com/dotnet/SqlClient/pull/1939)

## [Stable release 3.1.2] - 2023-02-03

### Added
Expand Down
75 changes: 75 additions & 0 deletions release-notes/3.1/3.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Release Notes

## Microsoft.Data.SqlClient 3.1.3 released 10 March 2023

This update brings the below changes over the previous release:

### Fixed

- Fixed throttling of token requests by calling AcquireTokenSilent in AAD Integrated/Password flows when the account is already cached.[#1926](https://github.com/dotnet/SqlClient/pull/1926)
- Fixed TDS RPC error on large queries in SqlCommand.ExecuteReaderAsync.[#1939](https://github.com/dotnet/SqlClient/pull/1939)

## Target Platform Support

- .NET Framework 4.6.1+ (Windows x86, Windows x64)
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

### Dependencies

#### .NET Framework 4.6.1

- Microsoft.Data.SqlClient.SNI 3.0.1
- Azure.Identity 1.3.0
- Microsoft.Identity.Client 4.22.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
- System.Configuration.ConfigurationManager 4.7.0
- System.Text.Encodings.Web 4.7.2

#### .NET Core 2.1

- Microsoft.Data.SqlClient.SNI.runtime 3.0.1
- Microsoft.Win32.Registry 4.7.0
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Text.Encodings.Web 4.7.2
- System.Diagnostics.DiagnosticSource 4.7.0
- System.Configuration.ConfigurationManager 4.7.0
- System.Runtime.Caching 4.7.0
- Azure.Identity 1.3.0
- Microsoft.Identity.Client 4.22.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0

#### .NET Core 3.1

- Microsoft.Data.SqlClient.SNI.runtime 3.0.1
- Microsoft.Win32.Registry 4.7.0
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Text.Encodings.Web 4.7.2
- System.Diagnostics.DiagnosticSource 4.7.0
- System.Configuration.ConfigurationManager 4.7.0
- System.Runtime.Caching 4.7.0
- Azure.Identity 1.3.0
- Microsoft.Identity.Client 4.22.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0

#### .NET Standard

- Microsoft.Data.SqlClient.SNI.runtime 3.0.1
- Microsoft.Win32.Registry 4.7.0
- System.Buffers 4.5.1
- System.Memory 4.5.4
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Text.Encodings.Web 4.7.2
- System.Runtime.Caching 4.7.0
- Azure.Identity 1.3.0
- Microsoft.Identity.Client 4.22.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
- System.Configuration.ConfigurationManager 4.7.0
- System.Runtime.Loader 4.3.0
1 change: 1 addition & 0 deletions release-notes/3.1/3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 3.1 stable releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2023/03/10 | 3.1.3 | [release notes](3.1.3.md) |
| 2023/02/03 | 3.1.2 | [release notes](3.1.2.md) |
| 2022/08/12 | 3.1.1 | [release notes](3.1.1.md) |
| 2022/03/30 | 3.1.0 | [release notes](3.1.0.md) |
1 change: 1 addition & 0 deletions release-notes/3.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 3.1 stable releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2023/03/10 | 3.1.3 | [release notes](3.1.3.md) |
| 2023/02/03 | 3.1.2 | [release notes](3.1.2.md) |
| 2022/08/12 | 3.1.1 | [release notes](3.1.1.md) |
| 2022/03/30 | 3.1.0 | [release notes](3.1.0.md) |