Skip to content

Commit cc144a8

Browse files
authored
Hotfix v3.1.7 Release notes (#2800)
* Add release notes for 3.1.7
1 parent ef8d6cc commit cc144a8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,12 +660,13 @@ This update brings the below changes over the previous release:
660660
- Optimized async method allocations in .NET Framework by porting changes from .NET Core. [#1084](https://github.com/dotnet/SqlClient/pull/1084)
661661
- 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)
662662

663-
## [Stable release 3.1.6] - 2024-08-15
663+
## [Stable release 3.1.7] - 2024-08-20
664664

665665
### Fixed
666666

667667
- 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)
668668
- 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)
669670

670671
### Changed
671672

release-notes/3.1/3.1.6.md renamed to release-notes/3.1/3.1.7.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Release Notes
22

3-
## Microsoft.Data.SqlClient 3.1.6 released 15 August 2024
3+
## Microsoft.Data.SqlClient 3.1.7 released 20 August 2024
44

55
This update brings the below changes over the previous release:
66

77
### Fixed
88

99
- 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)
1010
- 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)
1112

1213
### Changed
1314

release-notes/3.1/3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 3.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7-
| 2024/08/15 | 3.1.6 | [release notes](3.1.6.md) |
7+
| 2024/08/20 | 3.1.7 | [release notes](3.1.7.md) |
88
| 2024/01/09 | 3.1.5 | [release notes](3.1.5.md) |
99
| 2023/10/31 | 3.1.4 | [release notes](3.1.4.md) |
1010
| 2023/03/10 | 3.1.3 | [release notes](3.1.3.md) |

release-notes/3.1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 3.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7-
| 2024/08/15 | 3.1.6 | [release notes](3.1.6.md) |
7+
| 2024/08/20 | 3.1.7 | [release notes](3.1.7.md) |
88
| 2024/01/09 | 3.1.5 | [release notes](3.1.5.md) |
99
| 2023/10/31 | 3.1.4 | [release notes](3.1.4.md) |
1010
| 2023/03/10 | 3.1.3 | [release notes](3.1.3.md) |

0 commit comments

Comments
 (0)