escendit / rabbitmq-dotnet-extensions

RabbitMQ Client Extensions for .NET and Orleans
MIT License
1 stars 2 forks source link

chore(deps): Bump RabbitMQ.Stream.Client from 1.7.0 to 1.7.2 #24

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps RabbitMQ.Stream.Client from 1.7.0 to 1.7.2.

Release notes

Sourced from RabbitMQ.Stream.Client's releases.

v1.7.2

Enhancements

Bug Fixes

New Contributors

Full Changelog: https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/compare/v1.7.1...v1.7.2

v1.7.1

Enhancements

Full Changelog: https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/compare/v1.7.0...v1.7.1

Commits
  • 0711e13 Fix the Unsubscribe timeout problem (#313)
  • a2e06bf Update README.md
  • 06294d5 Improve test speed (#308)
  • 6ddbf98 Removed unused class MyMethodAttribute from Producer.cs (#312)
  • 20a43f3 Force localhost connections when client connects to localhost (#305)
  • c9f7563 Add DateTimeOffset test (#307)
  • 7b203f1 issue-304 - solve problem with memory leak. Added closing connection (#306)
  • 129c3e7 Add docs to timestamp offset; add additional constructors (#303)
  • 301afb5 Add Completion on _waitForConfirmationActionBlock (#298)
  • c8e3726 Add debug info during the login step (#301)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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] commented 8 months ago

Superseded by #25.