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

Preview Release Notes 5.2.0-Preview5 #2316

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
27f3aac
Release 5.2 - Preview Documentation
H-Yeo Jan 23, 2024
0be9070
Fixed Mistakes
H-Yeo Jan 23, 2024
075edca
Update to remove SqlGuid
H-Yeo Jan 23, 2024
16ec41f
Merge branch 'dotnet:main' into Task-28344-Create-Release-Branch-5.2-…
H-Yeo Jan 23, 2024
d47cde4
Merge branch 'Task-28344-Create-Release-Branch-5.2-Preview-5' of http…
H-Yeo Jan 23, 2024
3f28325
Updates for Completed Pull Requests
H-Yeo Jan 24, 2024
12a7233
Update Build Version
H-Yeo Jan 24, 2024
f61f05d
PR Review Comment Updates
H-Yeo Jan 24, 2024
768e154
Update Release Notes with PR 2137
H-Yeo Jan 24, 2024
ec951b7
Update 5.2.0 md
H-Yeo Jan 24, 2024
c49c012
Re-order to Ascending order per team discussion on segregating differ…
H-Yeo Jan 24, 2024
59f85a5
New NuGet Build Version Number
H-Yeo Jan 24, 2024
15e543a
Missing Dependency on .NET 6
H-Yeo Jan 24, 2024
8127d62
Update Build Version
H-Yeo Jan 24, 2024
071e360
Update Preview.md
H-Yeo Jan 24, 2024
7cd4082
Update CHANGELOG.md
H-Yeo Jan 24, 2024
3223e0c
Update CHANGELOG.md
H-Yeo Jan 24, 2024
d4fa954
Update CHANGELOG.md
H-Yeo Jan 24, 2024
c4c3d0d
Update CHANGELOG.md
H-Yeo Jan 24, 2024
68d4cf8
Update release-notes/5.2/5.2.0-preview5.md
H-Yeo Jan 24, 2024
885c17b
Update release-notes/5.2/5.2.0-preview5.md
H-Yeo Jan 24, 2024
9842592
Update release-notes/5.2/5.2.0-preview5.md
H-Yeo Jan 24, 2024
19785e5
Update release-notes/5.2/5.2.0-preview5.md
H-Yeo Jan 24, 2024
872e318
Merge branch 'Task-28344-Create-Release-Branch-5.2-Preview-5' of http…
H-Yeo Jan 24, 2024
0b4df5b
Updates for Incorrect Version and new addition to Milestone
H-Yeo Jan 24, 2024
e36acb9
Apply suggestions from code review
David-Engel Jan 24, 2024
d644983
PR - Dependency Ordering
H-Yeo Jan 25, 2024
19348d1
Move JSonWebTokens to Changed
H-Yeo Jan 25, 2024
4fe303d
PR - Make Changes to existing links and group them to Code Health Imp…
H-Yeo Jan 25, 2024
68fdc4e
Update JsonWebTokens to be more version specific
H-Yeo Jan 25, 2024
248cab8
Update ChangeLog to match Preview5 notes
H-Yeo Jan 25, 2024
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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-preview5.24024.5] - 2024-01-24
## [Preview Release 5.2.0-preview5.24024.3] - 2024-01-24

This update brings the below changes over the previous release:

Expand All @@ -26,6 +26,7 @@ This update brings the below changes over the previous release:
- Fixed Microsoft.IdentityModel.JsonWebTokens version [#2290](https://github.com/dotnet/SqlClient/pull/2290) to address [CVE-2024-21319](https://www.cve.org/CVERecord?id=CVE-2024-21319)
- Fixed SQL authentication assert in debug mode [#2288](https://github.com/dotnet/SqlClient/pull/2288)
- Fixed InvalidCastException when reading an Always Encrypted date or time column [#2275](https://github.com/dotnet/SqlClient/pull/2275)
- Fixed AuthFedToken caching to prevent expired tokens from being sent to the server [#2273](https://github.com/dotnet/SqlClient/pull/2273)
David-Engel marked this conversation as resolved.
Show resolved Hide resolved

## [Preview Release 5.2.0-preview4.23342.2] - 2023-12-08

Expand Down
3 changes: 2 additions & 1 deletion release-notes/5.2/5.2.0-preview5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## [Preview Release 5.2.0-preview5.24024.5] - 2024-01-24
## [Preview Release 5.2.0-preview5.24024.3] - 2024-01-24

This update brings the below changes over the previous release:

Expand All @@ -22,6 +22,7 @@ This update brings the below changes over the previous release:
- Fixed Microsoft.IdentityModel.JsonWebTokens version [#2290](https://github.com/dotnet/SqlClient/pull/2290) to address [CVE-2024-21319](https://www.cve.org/CVERecord?id=CVE-2024-21319)
H-Yeo marked this conversation as resolved.
Show resolved Hide resolved
- Fixed SQL authentication assert in debug mode [#2288](https://github.com/dotnet/SqlClient/pull/2288)
- Fixed InvalidCastException when reading an Always Encrypted date or time column [#2275](https://github.com/dotnet/SqlClient/pull/2275)
- Fixed AuthFedToken caching to prevent expired tokens from being sent to the server [#2273](https://github.com/dotnet/SqlClient/pull/2273)
David-Engel marked this conversation as resolved.
Show resolved Hide resolved

## Target Platform Support

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024/01/24 | 5.2.0-preview5.24024.5 | [release notes](5.2.0-preview5.md) |
| 2024/01/24 | 5.2.0-preview5.24024.3 | [release notes](5.2.0-preview5.md) |
| 2023/12/08 | 5.2.0-preview4.23342.2 | [release notes](5.2.0-preview4.md) |
| 2023/07/20 | 5.2.0-preview3.23201.1 | [release notes](5.2.0-preview3.md) |
| 2023/06/08 | 5.2.0-preview2.23159.1 | [release notes](5.2.0-preview2.md) |
Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 5.2 preview releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024/01/24 | 5.2.0-preview5.24024.5 | [release notes](5.2.0-preview5.md) |
| 2024/01/24 | 5.2.0-preview5.24024.3 | [release notes](5.2.0-preview5.md) |
| 2023/12/08 | 5.2.0-preview4.23342.2 | [release notes](5.2.0-preview4.md) |
| 2023/07/20 | 5.2.0-preview3.23201.1 | [release notes](5.2.0-preview3.md) |
| 2023/06/08 | 5.2.0-preview2.23159.1 | [release notes](5.2.0-preview2.md) |
Expand Down