pd-tech-fest-2019 icon indicating copy to clipboard operation
pd-tech-fest-2019 copied to clipboard

Bump RabbitMQ.Client from 6.4.0 to 6.5.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps RabbitMQ.Client from 6.4.0 to 6.5.0.

Release notes

Sourced from RabbitMQ.Client's releases.

6.5.0

GitHub Milestone

What's Changed

New Contributors

Full Changelog: https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.5.0

Changelog

Sourced from RabbitMQ.Client's changelog.

v6.5.0 (2023-03-24)

Full Changelog

Implemented enhancements:

  • Exception during recovery causes recovery failure #658

Closed issues:

  • Consumer tags aren't cleaned on channel close causing memory leak. #1302
  • Impossible to use a ulong as a header value #1298
  • Recovery does not appear to save consumer arguments #1293
  • Long delay from publish to consumer event #1252
  • Timeout when opening a new channel after channel exception #1246
  • Autorecovery for server-named queues loops indefinitely when consumer listen this queue #1238
  • IModel.WaitForConfirmsOrDie* methods don't document that they close #1234
  • Port #1223 to main #1225
  • Better integrate max message size #1223
  • 7.0 Release Checklist #1191
  • Missing IRecoveryable implementation #998
  • BasicGetResult body memory safety in 6.x+ #994

v6.4.0-rc.1 (2022-06-14)

Full Changelog

Commits
  • 4c91cae 6.5.0 CHANGELOG
  • d10e6c6 Merge pull request #1327 from rabbitmq/rabbitmq-dotnet-client-6.5.0
  • 0c68579 6.5.0 CHANGELOG
  • 262fe50 Merge pull request #1321 from d-jagoda/long-running-task-in-connection
  • 7eb81c1 Start MainLoop in a task marked as long running
  • f3382d3 Merge pull request #1324 from rabbitmq/rabbitmq-dotnet-client-1238
  • 7590feb Fix consumer recovery with server-named queues
  • 95be329 Minor PR review fix
  • 8cd6ffb Merge pull request #1317 from rabbitmq/rabbitmq-dotnet-client-1302
  • bda44c9 Delete recorded consumers when autorecovering model is disposed
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 27 '23 22:03 dependabot[bot]