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
* v6.0.0 Release Notes (#3063)
* Adding v6.0.0 release notes, updating related files
* Addressing PR comments
* Remove win-arm32 from support
* Retractively adding ARM64 to net462 support
* Adding descriptive paragraphs for bigger features
* .NET 8**+**
* Update SNI version
* Change PR number for SNI vbump
* Move PRs for called out additions
* Update release-notes/6.0/6.0.0.md
Co-authored-by: David Engel <[email protected]>
---------
Co-authored-by: David Engel <[email protected]>
* Add v6.0.1 release docs
* Addressing PR comments
* Fixing one more JSON reference
* Adding knock-on effect of #2258
* rewording slightly
---------
Co-authored-by: David Engel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
# Release Notes
8
8
9
+
## [Stable release 6.0.1] - 2025-01-23
10
+
11
+
This update brings the below changes over the previous release:
12
+
13
+
### Fixed
14
+
15
+
- Fixed reference assembly definitions for SqlClientDiagnostic APIs [#3097](https://github.com/dotnet/SqlClient/pull/3097)
16
+
- Fixed issue with down-level SSL/TLS version warnings [#3126](https://github.com/dotnet/SqlClient/pull/3126)
17
+
18
+
### Changed
19
+
20
+
- Dependency changes
21
+
- Updated SNI dependency `Microsoft.Data.SqlClient.SNI` and `Microsoft.Data.SqlClient.SNI.runtime` to `6.0.2`[#3116](https://github.com/dotnet/SqlClient/pull/3116)[#3117](https://github.com/dotnet/SqlClient/pull/3117)
This update brings the below changes over the previous release:
12
30
13
-
## Breaking Changes
31
+
###Breaking Changes
14
32
- Dropped support for .NET 6 [#2927](https://github.com/dotnet/SqlClient/pull/2927)
15
33
- Removed SQL 2000 client-side debugging support for .NET Framework [#2981](https://github.com/dotnet/SqlClient/pull/2981), [#2940](https://github.com/dotnet/SqlClient/pull/2940)
16
34
@@ -73,7 +91,7 @@ This update brings the below changes over the previous release:
73
91
### Added
74
92
75
93
- Added `TokenCredential` object to take advantage of token caching in `ActiveDirectoryAuthenticationProvider`. [#2380](https://github.com/dotnet/SqlClient/pull/2380)
76
-
- Added `DateOnly` and `TimeOnly`support to `DataTable`as a structured parameter. [#2258](https://github.com/dotnet/SqlClient/pull/2258)
94
+
- Added support for using `DateOnly` and `TimeOnly`in `DataTable`and `SqlDataRecord` structured parameters. [#2258](https://github.com/dotnet/SqlClient/pull/2258)
77
95
- Added `Microsoft.Data.SqlClient.Diagnostics.SqlClientDiagnostic` type in .NET. [#2226](https://github.com/dotnet/SqlClient/pull/2226)
78
96
- Added scope trace for `GenerateSspiClientContext`. [#2497](https://github.com/dotnet/SqlClient/pull/2497), [#2725](https://github.com/dotnet/SqlClient/pull/2725)
0 commit comments