Bump the minor-and-patch group with 20 updates #212
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated AWSSDK.Core from 3.7.402.68 to 3.7.500.54.
Release notes
Sourced from AWSSDK.Core's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated AWSSDK.SimpleNotificationService from 3.7.400.162 to 3.7.502.19.
Release notes
Sourced from AWSSDK.SimpleNotificationService's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated AWSSDK.SQS from 3.7.400.162 to 3.7.502.15.
Release notes
Sourced from AWSSDK.SQS's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated csharpier from 1.2.1 to 1.2.3.
Release notes
Sourced from csharpier's releases.
1.2.3
What's Changed
Large directories ignored in .gitignore significantly impact performance. #1776
CSharpier was enumerating all files within all subdirectories and then determining if they should be formatted or not. That logic was optimized to only enumerate files in directories that are not ignored.
Full Changelog: belav/csharpier@1.2.2...1.2.3
1.2.2
What's Changed
The null coalescing operator is grouped in an unexpected place #1769
Null coalescing is now consistently broken thanks to a contribution from @ogaken-1
Xml formatter should not add a second line #1760
When formatting an xml file with a declaration and extra blank line was being added.
... (truncated)
Commits viewable in compare view.
Updated FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.1.
Release notes
Sourced from FluentValidation.DependencyInjectionExtensions's releases.
12.1.0
Release notes
Please read the upgrade guide if you are moving from 11.x to 12.x
Changes in 12.1.0
Changes in 12.0.0
Downloads
Binaries can be downloaded from nuget:
Commits viewable in compare view.
Updated MartinCostello.Logging.XUnit from 0.6.0 to 0.7.0.
Release notes
Sourced from MartinCostello.Logging.XUnit's releases.
0.7.0
What's Changed
New Contributors
Full Changelog: martincostello/xunit-logging@v0.6.0...v0.7.0
Commits viewable in compare view.
Updated Microsoft.AspNetCore.HeaderPropagation from 9.0.8 to 9.0.11.
Release notes
Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.
9.0.11
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63894Full Changelog: dotnet/aspnetcore@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 9.0.8 to 9.0.11.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
9.0.11
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63894Full Changelog: dotnet/aspnetcore@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
Commits viewable in compare view.
Updated Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization from 9.8.0 to 9.10.0.
Release notes
Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization's releases.
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
9.9.0
Highlights
AI
ApprovalRequiredAIFunction, user input/approval request & response content).AIFunctionsplit into a base class to improve extensibility.IChatReducermoved toMicrosoft.Extensions.AI.Abstractions.ChatMessage.Rolechanges as new messages.GetResponseAsync<T>now reads only the last message (bug fix).Telemetry & Diagnostics
url.query).server.addresstelemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Polly from 9.0.8 to 9.0.11.
Release notes
Sourced from Microsoft.Extensions.Http.Polly's releases.
9.0.11
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63894Full Changelog: dotnet/aspnetcore@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Resilience from 9.8.0 to 9.10.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
9.9.0
Highlights
AI
ApprovalRequiredAIFunction, user input/approval request & response content).AIFunctionsplit into a base class to improve extensibility.IChatReducermoved toMicrosoft.Extensions.AI.Abstractions.ChatMessage.Rolechanges as new messages.GetResponseAsync<T>now reads only the last message (bug fix).Telemetry & Diagnostics
url.query).server.addresstelemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
Commits viewable in compare view.
Updated MongoDB.Driver from 3.5.0 to 3.5.2.
Release notes
Sourced from MongoDB.Driver's releases.
3.5.2
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.5.1
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Commits viewable in compare view.
Updated Polly from 8.6.3 to 8.6.5.
Release notes
Sourced from Polly's releases.
8.6.5
What's Changed
TimeoutRejectedExceptionby @martincostello in Pass timeout to TimeoutRejectedException App-vNext/Polly#2827Full Changelog: App-vNext/Polly@8.6.4...8.6.5
8.6.4
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.6.3...8.6.4
Commits viewable in compare view.
Updated Serilog.Enrichers.ClientInfo from 2.4.0 to 2.8.0.
Release notes
Sourced from Serilog.Enrichers.ClientInfo's releases.
2.7.0
What's Changed
Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.6.0...v2.7.0
2.6.0
What's Changed
Microsoft.AspNetCore.Appframework. #33Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.5.0...v2.6.0
2.5.0
What's Changed
Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.4.0...v2.5.0
Commits viewable in compare view.
Updated SlimMessageBus.Host.Serialization.SystemTextJson from 3.3.1 to 3.3.6.
Release notes
Sourced from SlimMessageBus.Host.Serialization.SystemTextJson's releases.
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 9.0.3 to 9.0.6.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
9.0.6
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6
9.0.5
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5
9.0.4
What's Changed
ETagvalues by @martincostello in Fix incorrect ETag values domaindrivendev/Swashbuckle.AspNetCore#3490Accept-Encodingparsing by @martincostello in FixAccept-Encodingparsing domaindrivendev/Swashbuckle.AspNetCore#3492Accept-Encodingquality by @martincostello in Check Accept-Encoding quality domaindrivendev/Swashbuckle.AspNetCore#3493WebHostusage from tests by @martincostello in Remove WebHost usage domaindrivendev/Swashbuckle.AspNetCore#3517$typediscriminator for[JsonPolymorphic]by @lilinus in Default discriminator "$type" for JsonPolymorphicAttribute (annotations) domaindrivendev/Swashbuckle.AspNetCore#3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
Commits viewable in compare view.
Updated Verify.Xunit from 30.13.0 to 30.20.1.
Release notes
Sourced from Verify.Xunit's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated WireMock.Net.FluentAssertions from 1.12.0 to 1.19.0.
Release notes
Sourced from WireMock.Net.FluentAssertions's releases.
1.19.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.18.0...1.19.0
1.18.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.17.0...1.18.0
1.17.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.16.0...1.17.0
1.16.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.15.0...1.16.0
1.15.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.14.0...1.15.0
1.14.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.13.0...1.14.0
1.13.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.12.0...1.13.0
Commits viewable in compare view.
Updated WireMock.Net.RestClient from 1.11.0 to 1.19.0.
Release notes
Sourced from WireMock.Net.RestClient's releases.
1.19.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.18.0...1.19.0
1.18.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.17.0...1.18.0
1.17.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.16.0...1.17.0
1.16.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.15.0...1.16.0
1.15.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.14.0...1.15.0
1.14.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.13.0...1.14.0
1.13.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.12.0...1.13.0
1.12.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.11.2...1.12.0
1.11.2
What's Changed
Full Changelog: wiremock/WireMock.Net@1.11.0...1.11.2
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 3.1.4 to 3.1.5.
Release notes
Sourced from xunit.runner.visualstudio's releases.
No release notes found for this version range.
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions