Skip to content

Commit

Permalink
Docs | Update Release Documentation for Contributors (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeo authored Feb 9, 2024
1 parent 0663246 commit 91df016
Show file tree
Hide file tree
Showing 19 changed files with 102 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/5.0/5.0.0-preview1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [EngRajabi](https://github.com/EngRajabi)

### Added

- Added SqlDataSourceEnumerator. [#1430](https://github.com/dotnet/SqlClient/pull/1430), [Read more](#sql-data-source-enumerator-support)
Expand Down
5 changes: 5 additions & 0 deletions release-notes/5.0/5.0.0-preview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [ErikEJ](https://github.com/ErikEJ)

### Breaking changes over preview release v5.0.0-preview1

- Dropped support for .NET Framework 4.6.1 [#1574](https://github.com/dotnet/SqlClient/pull/1574)
Expand Down
7 changes: 7 additions & 0 deletions release-notes/5.0/5.0.0-preview3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [EngRajabi](https://github.com/EngRajabi)
- [tf-micwil](https://github.com/tf-micwil)
- [swh-cb](https://github.com/swh-cb)

### Breaking changes over preview release v5.0.0-preview2

- Added a dependency on the [Microsoft.SqlServer.Server](https://github.com/dotnet/SqlClient/tree/main/src/Microsoft.SqlServer.Server) package. This new dependency may cause namespace conflicts if your application references that namespace and still has package references (direct or indirect) to System.Data.SqlClient from .NET Core.
Expand Down
8 changes: 8 additions & 0 deletions release-notes/5.0/5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This update includes the following changes over the 4.1 release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [ErikEJ](https://github.com/ErikEJ)
- [EngRajabi](https://github.com/EngRajabi)
- [tf-micwil](https://github.com/tf-micwil)
- [swh-cb](https://github.com/swh-cb)

### Breaking changes

- As part of the [`TDS 8` feature](#tds-8-enhanced-security), the `SqlConnectionStringBuilder.Encrypt` property has changed from a `bool` to a `SqlConnectionEncryptOption`. `SqlConnectionEncryptOption` has implicit conversion rules to convert to/from a `bool` so that existing code remains backwards compatible, however this is a binary-breaking change and a recompile is required against this version.
Expand Down
3 changes: 3 additions & 0 deletions release-notes/5.0/5.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This update includes the following changes over the 5.0.0 release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.

### Fixed

- Fixed missing `HostNameInCertificate` connection string property in .NET Framework. [#1782](https://github.com/dotnet/SqlClient/pull/1782)
Expand Down
4 changes: 4 additions & 0 deletions release-notes/5.0/5.0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This update includes the following changes over the 5.0.1 release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)

### Fixed

- Fixed memory leak regression from [#1785](https://github.com/dotnet/SqlClient/pull/1785) using a `DisposableTemporaryOnStack` struct. [#1980](https://github.com/dotnet/SqlClient/pull/1980)
Expand Down
5 changes: 5 additions & 0 deletions release-notes/5.1/5.1.0-preview1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [sorensenmatias](https://github.com/sorensenmatias)

### Fixed

- Fixed `ReadAsync()` behavior to register Cancellation token action before streaming results. [#1781](https://github.com/dotnet/SqlClient/pull/1781)
Expand Down
6 changes: 6 additions & 0 deletions release-notes/5.1/5.1.0-preview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [ErikEJ](https://github.com/ErikEJ)
- [panoskj](https://github.com/panoskj)

### Breaking changes over preview release v5.1.0-preview1

- Add support for .NET 6.0 and Dropped support for .NET Core 3.1. [#1704](https://github.com/dotnet/SqlClient/pull/1704) [#1823](https://github.com/dotnet/SqlClient/pull/1823)
Expand Down
9 changes: 9 additions & 0 deletions release-notes/5.1/5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

This update includes the following changes over the 5.0 release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [ErikEJ](https://github.com/ErikEJ)
- [roji](https://github.com/roji)
- [panoskj](https://github.com/panoskj)
- [teo-tsirpanis](https://github.com/teo-tsirpanis)
- [sorensenmatias](https://github.com/sorensenmatias)

### Breaking changes

- Dropped support for .NET Core 3.1. [#1704](https://github.com/dotnet/SqlClient/pull/1704) [#1823](https://github.com/dotnet/SqlClient/pull/1823)
Expand Down
3 changes: 3 additions & 0 deletions release-notes/5.1/5.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This update includes the following changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.

### Fixed

- Fixed an incorrect exception when a symmetric key fails to decrypt a column using Always Encrypted. [#1968](https://github.com/dotnet/SqlClient/pull/1968)
Expand Down
4 changes: 4 additions & 0 deletions release-notes/5.1/5.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This update includes the following changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [emidah](https://github.com/emidah)

### Fixed

- Fixed access violation when using SQL Express user instance. [#2101](https://github.com/dotnet/SqlClient/pull/2101)
Expand Down
3 changes: 3 additions & 0 deletions release-notes/5.1/5.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This update includes the following changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.

### Fixed

- Fixed encryption downgrade issue. [CVE-2024-0056](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-0056)
Expand Down
3 changes: 3 additions & 0 deletions release-notes/5.1/5.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This update includes the following changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.

### Fixed

- Fixed a deadlock problem for distributed transactions when on .NET.
Expand Down
4 changes: 4 additions & 0 deletions release-notes/5.1/5.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This update includes the following changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [ErikEJ](https://github.com/ErikEJ)

### Fixed

- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool [#2321](https://github.com/dotnet/SqlClient/pull/2321)
Expand Down
7 changes: 7 additions & 0 deletions release-notes/5.2/5.2.0-preview1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [ErikEJ](https://github.com/ErikEJ)
- [kant2002](https://github.com/kant2002)
- [mattjohnsonpint](https://github.com/mattjohnsonpint)

### Added

- Added support of `SqlDiagnosticListener` on **.NET Standard**. [#1931](https://github.com/dotnet/SqlClient/pull/1931)
Expand Down
6 changes: 6 additions & 0 deletions release-notes/5.2/5.2.0-preview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [azerios](https://github.com/azerios)
- [jinek](https://github.com/jinek)

### Added

- Added new property `RowsCopied64` to `SqlBulkCopy`. [#2004](https://github.com/dotnet/SqlClient/pull/2004) [Read more](#added-new-property-rowscopied64-to-sqlbulkcopy)
Expand Down
5 changes: 5 additions & 0 deletions release-notes/5.2/5.2.0-preview3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [kant2002](https://github.com/kant2002)
- [christothes](https://github.com/christothes)

### Added

- Added a new `AccessTokenCallBack` API to `SqlConnection`. [#1260](https://github.com/dotnet/SqlClient/pull/1260)
Expand Down
11 changes: 11 additions & 0 deletions release-notes/5.2/5.2.0-preview4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [Wraith2](https://github.com/Wraith2)
- [ErikEJ](https://github.com/ErikEJ)
- [panoskj](https://github.com/panoskj)
- [saitama951](https://github.com/saitama951)
- [danielmarbach](https://github.com/danielmarbach)
- [wsugarman](https://github.com/wsugarman)
- [ViktorHofer](https://github.com/ViktorHofer)
- [emidah](https://github.com/emidah)

### Added

- Added `SqlBatch` support on .NET 6+[#1825](https://github.com/dotnet/SqlClient/pull/1825), [#2223](https://github.com/dotnet/SqlClient/pull/2223)
Expand Down
4 changes: 4 additions & 0 deletions release-notes/5.2/5.2.0-preview5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This update brings the below changes over the previous release:

### Contributors
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
- [ErikEJ](https://github.com/ErikEJ)

### Added

- Added .NET 8 support [#2230](https://github.com/dotnet/SqlClient/pull/2230)
Expand Down

0 comments on commit 91df016

Please sign in to comment.