Fixed non-string values and SqlConnectionStringBuilder property indexer issue. #2018
Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
Fixed Transient fault handling issue with OpenAsync. #1983
Fixed activity correlator to continue use of same GUID for connection activity. #1997
Changed
Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET Core/Standard dependency) version to 5.1.1. #2123
For summary of all changes over v5.1.1, refer to 5.1.2.md
Fixed non-string values and SqlConnectionStringBuilder property indexer issue. #2018
Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
Fixed Transient fault handling issue with OpenAsync. #1983
Fixed activity correlator to continue use of same GUID for connection activity. #1997
Changed
Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET Core/Standard dependency) version to 5.1.1. #2123
Commits
3fd439b Merged PR 4037: [5.1.2] | Fix activity correlator to continue using same GUID...
7ad5c58 Merged PR 4038: [5.1.2] Fix | AE enclave retry logic not working for async qu...
f85aa55 Merged PR 4029: [5.1.2] Fix | Adding non-string support to SqlConnectionStrin...
c5dc895 Merged PR 4039: [5.1.2] | Fix .NET and .NET standard file version (#2093)
0df83f4 Merged PR 4031: [5.1.2] | Fix access violation when using Express user instan...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the safe-api-dependencies group in /src with 7 updates:
2.1.11
2.1.15
7.0.12
7.0.13
7.0.12
7.0.13
7.0.12
7.0.13
5.1.1
5.1.2
7.0.12
7.0.13
7.0.12
7.0.13
Updates
Dapper
from 2.1.11 to 2.1.15Release notes
Sourced from Dapper's releases.
Commits
cdadfa6
whitespace for auto-SP detection: use unicode spec via regex (#1987)b446241
cite AWSa93678e
move release notes to GitHubd91f993
change NRT for ITypeMap.GetConstructorParameter (#1980)Updates
Microsoft.AspNetCore.Authentication.OpenIdConnect
from 7.0.12 to 7.0.13Release notes
Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.
Commits
d634f2b
Update submodulese9fd676
Update dependencies from runtime 197670 and efcore 19761497ecd86
Fix Nuget.config8306e5d
Revert "Fixup pRequestInfo after GCs (#50448)"3509fd7
Resolve conflictsd9d432e
Update branding to 7.0.13 (#51116)f593484
Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...c028a7c
Fix 6.0 SiteExtension version (#50708)2b0b7f7
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtimec683abf
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcoreUpdates
Microsoft.AspNetCore.DataProtection.StackExchangeRedis
from 7.0.12 to 7.0.13Release notes
Sourced from Microsoft.AspNetCore.DataProtection.StackExchangeRedis's releases.
Commits
d634f2b
Update submodulese9fd676
Update dependencies from runtime 197670 and efcore 19761497ecd86
Fix Nuget.config8306e5d
Revert "Fixup pRequestInfo after GCs (#50448)"3509fd7
Resolve conflictsd9d432e
Update branding to 7.0.13 (#51116)f593484
Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...c028a7c
Fix 6.0 SiteExtension version (#50708)2b0b7f7
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtimec683abf
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcoreUpdates
Microsoft.AspNetCore.SpaProxy
from 7.0.12 to 7.0.13Release notes
Sourced from Microsoft.AspNetCore.SpaProxy's releases.
Commits
d634f2b
Update submodulese9fd676
Update dependencies from runtime 197670 and efcore 19761497ecd86
Fix Nuget.config8306e5d
Revert "Fixup pRequestInfo after GCs (#50448)"3509fd7
Resolve conflictsd9d432e
Update branding to 7.0.13 (#51116)f593484
Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...c028a7c
Fix 6.0 SiteExtension version (#50708)2b0b7f7
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtimec683abf
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcoreUpdates
Microsoft.Data.SqlClient
from 5.1.1 to 5.1.2Release notes
Sourced from Microsoft.Data.SqlClient's releases.
Changelog
Sourced from Microsoft.Data.SqlClient's changelog.
Commits
3fd439b
Merged PR 4037: [5.1.2] | Fix activity correlator to continue using same GUID...7ad5c58
Merged PR 4038: [5.1.2] Fix | AE enclave retry logic not working for async qu...f85aa55
Merged PR 4029: [5.1.2] Fix | Adding non-string support to SqlConnectionStrin...c5dc895
Merged PR 4039: [5.1.2] | Fix .NET and .NET standard file version (#2093)0df83f4
Merged PR 4031: [5.1.2] | Fix access violation when using Express user instan...b9f133b
Merged PR 4036: [5.1.2] Fix | LocalDb and managed SNI (#2129)1dba81c
Merged PR 4034: [5.1.2] | Update SNI version (#2123)0b51b63
Merged PR 4030: [5.1.2] Fix | Adding type convertor support for SqlConnection...80d1f47
Merged PR 4035: [5.1.2] | Fix Transient fault handling issue with OpenAsync (...39cedc8
Test | Disable SqlConnectionReliabilityTest.ConcurrentExecution test (#1998) ...Updates
Microsoft.Extensions.Caching.StackExchangeRedis
from 7.0.12 to 7.0.13Release notes
Sourced from Microsoft.Extensions.Caching.StackExchangeRedis's releases.
Commits
d634f2b
Update submodulese9fd676
Update dependencies from runtime 197670 and efcore 19761497ecd86
Fix Nuget.config8306e5d
Revert "Fixup pRequestInfo after GCs (#50448)"3509fd7
Resolve conflictsd9d432e
Update branding to 7.0.13 (#51116)f593484
Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...c028a7c
Fix 6.0 SiteExtension version (#50708)2b0b7f7
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtimec683abf
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcoreUpdates
Microsoft.Extensions.Http.Polly
from 7.0.12 to 7.0.13Release notes
Sourced from Microsoft.Extensions.Http.Polly's releases.
Commits
d634f2b
Update submodulese9fd676
Update dependencies from runtime 197670 and efcore 19761497ecd86
Fix Nuget.config8306e5d
Revert "Fixup pRequestInfo after GCs (#50448)"3509fd7
Resolve conflictsd9d432e
Update branding to 7.0.13 (#51116)f593484
Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...c028a7c
Fix 6.0 SiteExtension version (#50708)2b0b7f7
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtimec683abf
[internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcoreDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show