deps: Bump the messaging-ecosystem group with 3 updates #23
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 Azure.Identity from 1.13.0 to 1.17.0.
Release notes
Sourced from Azure.Identity's releases.
1.17.0
1.17.0 (2025-10-07)
Bugs Fixed
WithTenantIdinstead ofWithTenantIdFromAuthorityto prevent malformed Uris to the authority.Other Changes
BrowserCustomizationOptions.UseEmbeddedWebViewproperty. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.1.16.0
1.16.0 (2025-09-09)
Features Added
DefaultAzureCredentialconstructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the defaultAZURE_TOKEN_CREDENTIALSenvironment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existingAZURE_TOKEN_CREDENTIALSprocessing.DefaultAzureCredential.DefaultEnvironmentVariableNameconstant property that returns"AZURE_TOKEN_CREDENTIALS"for convenience when referencing the default environment variable name.AzureCliCredential,AzurePowerShellCredential, andAzureDeveloperCliCredentialnow throw anAuthenticationFailedExceptionwhen theTokenRequestContextincludes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.AZURE_TOKEN_CREDENTIALSor the equivalent custom environment variable is configured toManagedIdentityCredential, theDefaultAzureCredentialdoes not issue a probe request and performs retries with exponential backoff.Bugs Fixed
AzureDeveloperCliCredentialhanging when theAZD_DEBUGenvironment variable is set by adding the--no-promptflag to prevent interactive prompts (#52005).BrokerCredentialis now included in the chain whenAZURE_TOKEN_CREDENTIALSis set todev.DefaultAzureCredentialthat caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination withDefaultAzureCredentialOptions.Other Changes
BrokerCredentialis now always included in theDefaultAzureCredentialchain. If theAzure.Identity.Brokerpackage is not referenced, an exception will be thrown whenGetTokenis called, making its behavior consistent with the rest of the credentials in the chain.Microsoft.Identity.Clientdependency to version 4.76.0.Microsoft.Identity.Client.Extensions.Msaldependency to version 4.76.0.Commits viewable in compare view.
Updated Azure.Messaging.ServiceBus from 7.18.1 to 7.20.1.
Release notes
Sourced from Azure.Messaging.ServiceBus's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated RabbitMQ.Client from 6.8.1 to 7.1.2.
Release notes
Sourced from RabbitMQ.Client's releases.
7.1.2
GitHub milestone
What's Changed
longby @lukebakken in Serialize sequence number aslongrabbitmq/rabbitmq-dotnet-client#1806ObjectDisposedExceptionby @lukebakken in AddressObjectDisposedExceptionrabbitmq/rabbitmq-dotnet-client#1809Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.1.1...v7.1.2
7.1.1
GitHub milestone
What's Changed
IntervalListby @lukebakken in Fix bug inIntervalListrabbitmq/rabbitmq-dotnet-client#1785Channel.Closeby @lukebakken in Demonstrate handling ofChannel.Closerabbitmq/rabbitmq-dotnet-client#1791IntAllocatorfromrabbitmq-java-clientby @lukebakken in PortIntAllocatorfromrabbitmq-java-clientrabbitmq/rabbitmq-dotnet-client#1790Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.1.0...v7.1.1
7.1.0
GitHub milestone
What's Changed
OperationCanceledExceptionin RPC continuations by @lukebakken in HandleOperationCanceledExceptionin RPC continuations rabbitmq/rabbitmq-dotnet-client#1753TimeSpan.Zeroby @lukebakken in Allow setting heartbeat timeout toTimeSpan.Zerorabbitmq/rabbitmq-dotnet-client#1773timeoutby @lukebakken in Create cancellation token fromtimeoutrabbitmq/rabbitmq-dotnet-client#1775ObjectDisposedExceptionsby @lukebakken in Track downObjectDisposedExceptionsrabbitmq/rabbitmq-dotnet-client#1772New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0...v7.1.0
7.1.0-alpha.1
GitHub milestone
What's Changed
OperationCanceledExceptionin RPC continuations by @lukebakken in HandleOperationCanceledExceptionin RPC continuations rabbitmq/rabbitmq-dotnet-client#1753TimeSpan.Zeroby @lukebakken in Allow setting heartbeat timeout toTimeSpan.Zerorabbitmq/rabbitmq-dotnet-client#1773timeoutby @lukebakken in Create cancellation token fromtimeoutrabbitmq/rabbitmq-dotnet-client#1775ObjectDisposedExceptionsby @lukebakken in Track downObjectDisposedExceptionsrabbitmq/rabbitmq-dotnet-client#1772New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0...v7.1.0-alpha.1
7.1.0-alpha.0
GitHub milestone
What's Changed
OperationCanceledExceptionin RPC continuations by @lukebakken in HandleOperationCanceledExceptionin RPC continuations rabbitmq/rabbitmq-dotnet-client#1753New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0...v7.1.0-alpha.0
7.0.0
GitHub milestone for
RabbitMQ.Clientversion7.0.0What's Changed
... (truncated)
7.0.0-rc.14
This is release candidate 14, suitable for testing in pre-production environments
What's Changed
x-dotnet-pub-seq-nowhen tracking enabled by @lukebakken in Only addx-dotnet-pub-seq-nowhen tracking enabled rabbitmq/rabbitmq-dotnet-client#1710ChannelOptionsinternal class by @lukebakken in RemoveChannelOptionsinternal class rabbitmq/rabbitmq-dotnet-client#1712Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.13...v7.0.0-rc.14
7.0.0-rc.13
This is release candidate 13, suitable for testing in pre-production environments
What's Changed
ChannelintoChannelBaseby @lukebakken in IntegrateChannelintoChannelBaserabbitmq/rabbitmq-dotnet-client#1700System.Threading.RateLimitingby @lukebakken in LeverageSystem.Threading.RateLimitingrabbitmq/rabbitmq-dotnet-client#1706Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.12...v7.0.0-rc.13
7.0.0-rc.12
This is release candidate 12, suitable for testing in pre-production environments
What's Changed
New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.11...v7.0.0-rc.12
7.0.0-rc.11
This is release candidate 11, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.10...v7.0.0-rc.11
7.0.0-rc.10
This is release candidate 10, suitable for testing in pre-production environments
What's Changed
IChannelthread-safety by @lukebakken in Add test to demonstrateIChannelthread-safety rabbitmq/rabbitmq-dotnet-client#1665IChannelforAsyncDefaultBasicConsumerby @lukebakken in RequireIChannelforAsyncDefaultBasicConsumerrabbitmq/rabbitmq-dotnet-client#1667Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.9...v7.0.0-rc.10
7.0.0-rc.9
This is release candidate 9, suitable for testing in pre-production environments
What's Changed
TaskorValueTaskin APIs by @lukebakken in Consistently useTaskorValueTaskin APIs rabbitmq/rabbitmq-dotnet-client#1646NextPublishSeqNowhen retrieved concurrently by @lukebakken in FixNextPublishSeqNowhen retrieved concurrently rabbitmq/rabbitmq-dotnet-client#1662IChannelExtensionsby @lukebakken in Clean upIChannelExtensionsrabbitmq/rabbitmq-dotnet-client#1664New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.8...v7.0.0-rc.9
7.0.0-rc.8
This is release candidate 8, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.7...v7.0.0-rc.8
7.0.0-rc.7
This is release candidate 7, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.6...v7.0.0-rc.7
7.0.0-rc.6
This is release candidate 6, suitable for testing in pre-production environments
What's Changed
DeliverOTEL activity to consumer dispatchers by @lukebakken in MoveDeliverOTEL activity to consumer dispatchers rabbitmq/rabbitmq-dotnet-client#1633Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.5...v7.0.0-rc.6
7.0.0-rc.5
This is release candidate 5, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.4...v7.0.0-rc.5
7.0.0-rc.4
This is release candidate 4, suitable for testing in pre-production environments
What's Changed
New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.3...v7.0.0-rc.4
7.0.0-rc.3
This is release candidate 3, suitable for testing in pre-production environments
What's Changed
BasicPropertiesa class by @lukebakken in MakeBasicPropertiesa class rabbitmq/rabbitmq-dotnet-client#1609DispatchConsumersAsyncEnabledproperty onIConnection(#1611) by @lukebakken in AddDispatchConsumersAsyncEnabledproperty onIConnection(#1611) rabbitmq/rabbitmq-dotnet-client#1615Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.2...v7.0.0-rc.3
7.0.0-rc.2
This is release candidate 2, suitable for testing in pre-production environments
What's Changed
CloseAsyncby @lukebakken in Fix ShutdownInitiator inCloseAsyncrabbitmq/rabbitmq-dotnet-client#1574IChannelwithin async consumer callback by @lukebakken in Add test that createsIChannelwithin async consumer callback rabbitmq/rabbitmq-dotnet-client#1578.Cast<>()usages by @lukebakken in Remove two unnecessary.Cast<>()usages rabbitmq/rabbitmq-dotnet-client#1577RabbitMQActivitySource.UseRoutingKeyAsOperationNameby @lukebakken in Use default value forRabbitMQActivitySource.UseRoutingKeyAsOperationNamerabbitmq/rabbitmq-dotnet-client#1595ReadonlyBasicPropertiesa class. by @lukebakken in MakeReadonlyBasicPropertiesa class. rabbitmq/rabbitmq-dotnet-client#1607New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.6...v7.0.0-rc.2
7.0.0-rc.1
This is release candidate 1, suitable for testing in pre-production environments
What's Changed
CloseAsyncby @lukebakken in Fix ShutdownInitiator inCloseAsyncrabbitmq/rabbitmq-dotnet-client#1574IChannelwithin async consumer callback by @lukebakken in Add test that createsIChannelwithin async consumer callback rabbitmq/rabbitmq-dotnet-client#1578.Cast<>()usages by @lukebakken in Remove two unnecessary.Cast<>()usages rabbitmq/rabbitmq-dotnet-client#1577Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.6...v7.0.0-rc.1
7.0.0-alpha.6
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
TestPublishRpcRightAfterReconnectimprovements by @lukebakken inTestPublishRpcRightAfterReconnectimprovements rabbitmq/rabbitmq-dotnet-client#1553TestThatDeletedQueueBindingsDontReappearOnRecoveryby @lukebakken in FixTestThatDeletedQueueBindingsDontReappearOnRecoveryrabbitmq/rabbitmq-dotnet-client#1554CancellationTokentodos by @lukebakken in MoreCancellationTokentodos rabbitmq/rabbitmq-dotnet-client#1555rabbitmq-clientevent logging when tests are verbose by @lukebakken in Enablerabbitmq-clientevent logging when tests are verbose rabbitmq/rabbitmq-dotnet-client#1559Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.5...v7.0.0-alpha.6
7.0.0-alpha.5
This is an early alpha release, suitable for testing in pre-production environments
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.4...v7.0.0-alpha.5
7.0.0-alpha.4
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.3...v7.0.0-alpha.4
7.0.0-alpha.3
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
Microsoft.CodeAnalysis.PublicApiAnalyzersby @lukebakken in UseMicrosoft.CodeAnalysis.PublicApiAnalyzersrabbitmq/rabbitmq-dotnet-client#1447mainby @lukebakken in Port #1494 tomainrabbitmq/rabbitmq-dotnet-client#1495Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.2...v7.0.0-alpha.3
7.0.0-alpha.2
What's Changed
This is an early alpha release, suitable for testing in pre-production environments. This release fixes a stack overflow error in
ExchangeDeclareAsyncthat was reported several times:Other fixes:
Task.Delayis canceled. by @lukebakken in Ensure that the underlying timer forTask.Delayis canceled. rabbitmq/rabbitmq-dotnet-client#1426mainby @lukebakken in Port #1434 tomainrabbitmq/rabbitmq-dotnet-client#1442Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.1...v7.0.0-alpha.2
7.0.0-alpha.1
GitHub Milestone
This alpha release includes changes from #1347, which adds async methods to the public API, and is appropriate to test in your pre-production environments.
7.0.0-alpha.0
This is a very early pre-release of version 7. The goal is to test publishing the NuGet package from GitHub Actions.
https://www.nuget.org/packages/RabbitMQ.Client/7.0.0-alpha.0
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