You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -660,12 +660,13 @@ This update brings the below changes over the previous release:
660
660
- Optimized async method allocations in .NET Framework by porting changes from .NET Core. [#1084](https://github.com/dotnet/SqlClient/pull/1084)
661
661
- 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)
662
662
663
-
## [Stable release 3.1.6] - 2024-08-15
663
+
## [Stable release 3.1.7] - 2024-08-20
664
664
665
665
### Fixed
666
666
667
667
- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool. [#2301](https://github.com/dotnet/SqlClient/pull/2301)[#2434](https://github.com/dotnet/SqlClient/pull/2434)
668
668
- Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2709](https://github.com/dotnet/SqlClient/pull/2709)
669
+
- Fixed the signing issue with `Microsoft.Data.SqlClient` assembly. [#2789](https://github.com/dotnet/SqlClient/pull/2789)
Copy file name to clipboardExpand all lines: release-notes/3.1/3.1.7.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
# Release Notes
2
2
3
-
## Microsoft.Data.SqlClient 3.1.6 released 15 August 2024
3
+
## Microsoft.Data.SqlClient 3.1.7 released 20 August 2024
4
4
5
5
This update brings the below changes over the previous release:
6
6
7
7
### Fixed
8
8
9
9
- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool. [#2301](https://github.com/dotnet/SqlClient/pull/2301)[#2434](https://github.com/dotnet/SqlClient/pull/2434)
10
10
- Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2709](https://github.com/dotnet/SqlClient/pull/2709)
11
+
- Fixed the signing issue with `Microsoft.Data.SqlClient` assembly. [#2789](https://github.com/dotnet/SqlClient/pull/2789)
0 commit comments