Bump RabbitMQ.Client from 7.0.0-rc.11 to 7.0.0-rc.14 in /src
Bumps RabbitMQ.Client from 7.0.0-rc.11 to 7.0.0-rc.13.
Release notes
Sourced from RabbitMQ.Client's releases.
v7.0.0-rc.13
This is release candidate 13, suitable for testing in pre-production environments
What's Changed
- Integrate
ChannelintoChannelBaseby@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1700- Isolate publisher confirmation code by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1702- Enforce maximum outstanding publisher confirms, if set by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1703- Upgrade NET6.0 to NET8.0 since NET6.0 is soon EOL by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1707- Leverage
System.Threading.RateLimitingby@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1706- Address some more TODOs by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1708Full Changelog: https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.12...v7.0.0-rc.13
v7.0.0-rc.12
This is release candidate 12, suitable for testing in pre-production environments
What's Changed
- Try to address some test flakes by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1672- Sequence Number non-blocking by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1675- Make connection events async by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1677- Use unique queue and exchange names by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1678- Make session events async by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1679- Make channel events async by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1680- Async flow control by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1681- Event args cancellation by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1683- Move code to appropriate directories that match namespace structure by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1685- AsyncDisposable by
@danielmarbachin rabbitmq/rabbitmq-dotnet-client#1684- Fix exception when refreshing oauth2 token by
@BreakingBread0in rabbitmq/rabbitmq-dotnet-client#1690- Track publisher confirmations automatically by
@lukebakkenin rabbitmq/rabbitmq-dotnet-client#1687New Contributors
@BreakingBread0made their first contribution in rabbitmq/rabbitmq-dotnet-client#1690Full Changelog: https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.11...v7.0.0-rc.12
Commits
45f69fe* Move applications toprojects/Applicationsand out ofprojects/Test.4d0330bMove API to shipped file9a822faMerge pull request #1708 from rabbitmq/lukebakken/more-todos38d7f80Address some more TODOs86827c3Consolidate duplicated code to calculate rate limiter delay.d1f72d0Merge pull request #1706 from rabbitmq/rabbitmq-dotnet-client-1682-rate-limitingf8a18cdLeverageSystem.Threading.RateLimitingb751d92Merge pull request #1707 from danielmarbach/tfm-upgrade690e110No need for setup-dotnet on Ubuntu these days (https://github.com/actions/run...4dd2a65More langversion- Additional 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Raise https://github.com/Particular/Particular.Analyzers/pull/323
Raised https://github.com/Particular/Particular.Analyzers/pull/325
@danielmarbach I can update this PR to rc.14 if you'd like
https://github.com/Particular/NServiceBus.RabbitMQ/pull/1475
Thanks @lukebakken
@bording this is ready. Passes all the tests even with the new key guard in the client.
Please feel free to just push additional changes before squashing
A newer version of RabbitMQ.Client exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.