@@ -7,10 +7,6 @@ release:
77
88### Breaking Changes
99
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-
1410- Removed ` Constrained Execution Region ` error handling blocks and associated
1511 ` SqlConnection ` cleanup which may affect how potentially-broken connections
1612 are expunged from the pool.
@@ -22,16 +18,18 @@ release:
2218 ([ #3534 ] ( https://github.com/dotnet/SqlClient/pull/3534 ) ,
2319 [ #3537 ] ( https://github.com/dotnet/SqlClient/pull/3537 ) )
2420
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
3022
3123- ` SqlColumnEncryptionCertificateStoreProvider ` now works on Windows, Linux,
3224 and macOS.
3325 ([ #3014 ] ( https://github.com/dotnet/SqlClient/pull/3014 ) )
3426
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+
3533- Performance improvements for all built-in
3634 ` SqlColumnEncryptionKeyStoreProvider ` implementations.
3735 ([ #3554 ] ( https://github.com/dotnet/SqlClient/pull/3554 ) )
@@ -77,8 +75,8 @@ are very much appreciated.
7775
7876### New Contributors
7977
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 )
8280
8381## Target Platform Support
8482
0 commit comments