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

Release notes - 5.2.0-preview2 #2056

Merged
merged 8 commits into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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/)

## [Preview Release 5.2.0-preview2.x] - 2023-06-08

This update brings the below changes over the previous release:

### Added

- Added SQL Types compatibility with **.NET 8**. [1934](https://github.com/dotnet/SqlClient/pull/1934)
- Added support for **.NET 7.0**. [#1981](https://github.com/dotnet/SqlClient/pull/1981)
- Added new property `RowsCopied64` to `SqlBulkCopy`. [#2004](https://github.com/dotnet/SqlClient/pull/2004)
- Added minimum login timeout as 1 second as the default behavior on **.NET Core**. [#2012](https://github.com/dotnet/SqlClient/pull/2012)

### Fixed

- Fixed the mixed synchronization issue in managed SNI. [#1029](https://github.com/dotnet/SqlClient/pull/1029)
- Fixed the issue with `SqlConnectionStringBuilder` property indexer not supporting non-string values. [#2018](https://github.com/dotnet/SqlClient/pull/2018)

### Changed

- Updated `Microsoft.Identity.Client` version from 4.47.2 to 4.53.0. [#2031](https://github.com/dotnet/SqlClient/pull/2031), [#2055](https://github.com/dotnet/SqlClient/pull/2055)
- Code health improvements: [#1985](https://github.com/dotnet/SqlClient/pull/1985)
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
JRahnama marked this conversation as resolved.
Show resolved Hide resolved

## [Preview Release 5.2.0-preview1.23109.1] - 2023-04-20

This update brings the below changes over the previous release:
Expand Down
84 changes: 84 additions & 0 deletions release-notes/5.2/5.2.0-preview2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# Release Notes

## [Preview Release 5.2.0-preview2.x] - 2023-06-08

This update brings the below changes over the previous release:

### Added

- Added SQL Types compatibility with **.NET 8**. [1934](https://github.com/dotnet/SqlClient/pull/1934)
- Added support for **.NET 7.0**. [#1981](https://github.com/dotnet/SqlClient/pull/1981)
- Added new property 'RowsCopied64' to SqlBulkCopy. [#2004](https://github.com/dotnet/SqlClient/pull/2004)
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Added minimum login timeout as 1 second as the default behavior on **.NET Core**. [#2012](https://github.com/dotnet/SqlClient/pull/2012)

### Fixed

- Fixed the mixed synchronization issue in managed SNI. [#1029](https://github.com/dotnet/SqlClient/pull/1029)
- Fixed the issue with SqlConnectionStringBuilder property indexer not supporting non-string values. [#2018](https://github.com/dotnet/SqlClient/pull/2018)

### Changed

- Updated Microsoft.Identity.Client version from 4.47.2 to 4.53.0. [#2031](https://github.com/dotnet/SqlClient/pull/2031), [#2055](https://github.com/dotnet/SqlClient/pull/2055)
- Code health improvements: [#1985](https://github.com/dotnet/SqlClient/pull/1985)
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
JRahnama marked this conversation as resolved.
Show resolved Hide resolved

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

### Dependencies

#### .NET Framework

- Microsoft.Data.SqlClient.SNI 5.1.0
- Azure.Identity 1.8.0
- Microsoft.Identity.Client 4.53.0
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0
- System.Buffers 4.5.1
- System.Configuration.ConfigurationManager 6.0.1
- System.IO 4.3.0
- System.Runtime.InteropServices.RuntimeInformation 4.3.0
- System.Security.Cryptography.Algorithms 4.3.1
- System.Security.Cryptography.Primitives 4.3.0
- System.Text.Encoding.Web 6.0.0

#### .NET

- Microsoft.Data.SqlClient.SNI 5.1.0
- Azure.Identity 1.8.0
- Microsoft.Identity.Client 4.53.0
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0
- Microsoft.SqlServer.Server 1.0.0
- System.Buffers 4.5.1
- System.Configuration.ConfigurationManager 6.0.1
- System.Diagnostics.DiagnosticSource 6.0.0
- System.IO 4.3.0
- System.Runtime.Caching 6.0.0
- System.Text.Encoding.CodePages 6.0.0
- System.Text.Encodings.Web 6.0.0
- System.Resources.ResourceManager 4.3.0
- System.Security.Cryptography.Cng 5.0.0
- System.Security.Principal.Windows 5.0.0

#### .NET Standard

- Microsoft.Data.SqlClient.SNI 5.1.0
- Azure.Identity 1.6.0
- Microsoft.Identity.Client 4.53.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
- Microsoft.SqlServer.Server 1.0.0
- Microsoft.Win32.Registry 5.0.0
- System.Buffers 4.5.1
- System.Configuration.ConfigurationManager 6.0.1
- System.IO 4.3.0
- System.Runtime.Caching 6.0.0
- System.Text.Encoding.CodePages 6.0.0
- System.Text.Encodings.Web 6.0.0
- System.Runtime.Loader 4.3.0
- System.Resources.ResourceManager 4.3.0
- System.Security.Cryptography.Cng 5.0.0
- System.Security.Principal.Windows 5.0.0
1 change: 1 addition & 0 deletions release-notes/5.2/5.2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2023/04/20 | 5.2.0-preview1.23109.1 | [release notes](5.2.0-preview1.md) |
| 2023/06/08 | 5.2.0-preview2.x | [relese notes](5.2.0-preview2.md) |
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions release-notes/5.2/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Microsoft.Data.SqlClient 5.2 Releases

The following Microsoft.Data.SqlClient 5.2 preview releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2023/04/20 | 5.2.0-preview1.23109.1 | [release notes](5.2.0-preview1.md) |
| 2023/06/08 | 5.2.0-preview2.x | [release notes](5.2.0-preview2.md) |
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The latest stable release is [Microsoft.Data.SqlClient 5.1](5.1).

## Release Information

- [Microsoft.Data.SqlClient 5.2](5.2)
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
- [Microsoft.Data.SqlClient 5.1](5.1)
- [Microsoft.Data.SqlClient 5.0](5.0)
- [Microsoft.Data.SqlClient 4.1](4.1)
Expand Down