Skip to content

Commit 8908b92

Browse files
author
Johnny Pham
authored
3.0 GA release notes (#1107)
1 parent 3df7de6 commit 8908b92

File tree

5 files changed

+370
-1
lines changed

5 files changed

+370
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [Stable Release 3.0.0] - 2021-06-09
8+
9+
### Added
10+
- Added support for column encryption key caching when the server supports retrying queries that require enclave computations [#1062](https://github.com/dotnet/SqlClient/pull/1062)
11+
- Added support for configurable retry logic configuration file in .NET Standard [#1090](https://github.com/dotnet/SqlClient/pull/1090)
12+
13+
### Changed
14+
- Updated `Microsoft.Data.SqlClient.SNI` (.NET Framework dependency) and `Microsoft.Data.SqlClient.SNI.runtime` (.NET Core/Standard dependency) version to `v3.0.0` [#1102](https://github.com/dotnet/SqlClient/pull/1102)
15+
- Improved event counter display information [#1091](https://github.com/dotnet/SqlClient/pull/1091)
16+
17+
### Breaking Changes
18+
- Modified column encryption key store provider registrations to give built-in system providers precedence over providers registered on connection and command instances. [#1101](https://github.com/dotnet/SqlClient/pull/1101)
19+
20+
721
## [Stable Release 2.1.3] - 2021-05-21
822

923
### Fixed

0 commit comments

Comments
 (0)