-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependency Microsoft.Data.SqlClient to 5.2.2 #415
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes consist of updating the Changes
Sequence Diagram(s)sequenceDiagram
participant Project as Project Files
participant Package as Microsoft.Data.SqlClient
Project->>Package: Update Version to 5.2.2
Package-->>Project: Version Updated
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (4)
- generic jobs/SqlQueryCheck/SqlQueryCheck.csproj (1 hunks)
- generic jobs/SqlTableRetention/SqlTableRetention.csproj (1 hunks)
- src/DbUp/dbup-sqlserver/dbup-sqlserver.csproj (2 hunks)
- src/Planar.Common/Planar.Common.csproj (1 hunks)
Files skipped from review due to trivial changes (4)
- generic jobs/SqlQueryCheck/SqlQueryCheck.csproj
- generic jobs/SqlTableRetention/SqlTableRetention.csproj
- src/DbUp/dbup-sqlserver/dbup-sqlserver.csproj
- src/Planar.Common/Planar.Common.csproj
49caf2f
to
be6320d
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
5.2.1
->5.2.2
Release Notes
dotnet/sqlclient (Microsoft.Data.SqlClient)
v5.2.2
Fixed
AcquireTokenAsync
timeout handling for edge cases inActiveDirectoryAuthenticationProvider
. #2650Socket.Connect
in managed SNI. #2779AssemblyAttributes
in obj folder causing NET 8.0 assembly to appear in NET 6.0 dll. #2789ArgumentNullException
onSqlDataRecord.GetValue
when using user-defined data type on .NET. #2816SqlDataReader
against an encrypted column. #2817Changed
Azure.Identity
version from 1.11.3 to 1.11.4 #2648 to address CVE-2024-35255.Microsoft.Identity.Client
version from 4.60.0 to 4.61.3 #2648 to address CVE-2024-35255.TokenCredential
objects to take advantage of token caching. #2775Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.