@@ -7,10 +7,6 @@ release:
7
7
8
8
### Breaking Changes
9
9
10
- - Removed undocumented ` SqlCommand.EndExecuteNonQueryAsync() ` method from the
11
- public API for .NET 8.0 and 9.0 targets.
12
- ([ #3460 ] ( https://github.com/dotnet/SqlClient/pull/3460 ) )
13
-
14
10
- Removed ` Constrained Execution Region ` error handling blocks and associated
15
11
` SqlConnection ` cleanup which may affect how potentially-broken connections
16
12
are expunged from the pool.
@@ -22,16 +18,18 @@ release:
22
18
([ #3534 ] ( https://github.com/dotnet/SqlClient/pull/3534 ) ,
23
19
[ #3537 ] ( https://github.com/dotnet/SqlClient/pull/3537 ) )
24
20
25
- ### Other Changes
26
-
27
- - Updated ` SqlVector.Null ` to return a nullable ` SqlVector ` instance in the
28
- reference API to match the implementation.
29
- ([ #3521 ] ( https://github.com/dotnet/SqlClient/pull/3521 ) )
21
+ ### Added
30
22
31
23
- ` SqlColumnEncryptionCertificateStoreProvider ` now works on Windows, Linux,
32
24
and macOS.
33
25
([ #3014 ] ( https://github.com/dotnet/SqlClient/pull/3014 ) )
34
26
27
+ ### Changed
28
+
29
+ - Updated ` SqlVector.Null ` to return a nullable ` SqlVector ` instance in the
30
+ reference API to match the implementation.
31
+ ([ #3521 ] ( https://github.com/dotnet/SqlClient/pull/3521 ) )
32
+
35
33
- Performance improvements for all built-in
36
34
` SqlColumnEncryptionKeyStoreProvider ` implementations.
37
35
([ #3554 ] ( https://github.com/dotnet/SqlClient/pull/3554 ) )
@@ -77,8 +75,8 @@ are very much appreciated.
77
75
78
76
### New Contributors
79
77
80
- - [ frankbuckley] ( https://github.com/frankbuckley ) made their first contribution in
81
- [ #3521 ] ( https://github.com/dotnet/SqlClient/pull/521 )
78
+ - [ frankbuckley] ( https://github.com/frankbuckley ) made their first contribution
79
+ in [ #3521 ] ( https://github.com/dotnet/SqlClient/pull/3521 )
82
80
83
81
## Target Platform Support
84
82
0 commit comments