Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for v2.1.0 #805

Merged
merged 3 commits into from Nov 19, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.

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

## [Stable Release 2.1.0] - 2020-11-19

### Added
- Microsoft.Data.SqlClient symbols are now source-linked [#789](https://github.com/dotnet/SqlClient/pull/789)
- Added new API to clear cached access tokens from token provider [#800](https://github.com/dotnet/SqlClient/pull/800)
cheenamalhotra marked this conversation as resolved.
Show resolved Hide resolved
- Added implementation of `SqlFacetAttribute` [#757](https://github.com/dotnet/SqlClient/pull/757)
cheenamalhotra marked this conversation as resolved.
Show resolved Hide resolved

### Fixed
- Fixed `InvalidOperationException` and `NotSupportedException` errors from driver due to `WriteAsync` collisions [#796](https://github.com/dotnet/SqlClient/pull/796)
cheenamalhotra marked this conversation as resolved.
Show resolved Hide resolved
- Fixed bug in `ExecuteXmlReaderAsync` implementation [#782](https://github.com/dotnet/SqlClient/pull/782)
cheenamalhotra marked this conversation as resolved.
Show resolved Hide resolved
- Fix a regression in Windows Integrated authentication when using managed networking [#777](https://github.com/dotnet/SqlClient/pull/777)
cheenamalhotra marked this conversation as resolved.
Show resolved Hide resolved
- Fixed Bulk Copy Async deadlock issues with custom `IDataReader` when using `SqlDataReader` internally [#779](https://github.com/dotnet/SqlClient/pull/779)
- Fix serialization issue with `SqlException` in .NET Core [#780](https://github.com/dotnet/SqlClient/pull/780)
cheenamalhotra marked this conversation as resolved.
Show resolved Hide resolved

### Changes
- Updated versions of `Microsoft.IdentityModel` package dependencies [#794](https://github.com/dotnet/SqlClient/pull/794)


## [Preview Release 2.1.0-preview2.20297.7] - 2020-10-23

### Added
Expand Down