Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump RabbitMQ.Client from 6.3.0 to 6.4.0 #423

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps RabbitMQ.Client from 6.3.0 to 6.4.0.

Release notes

Sourced from RabbitMQ.Client's releases.

6.4.0

https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/6.x/CHANGELOG.md#changes-between-631-and-640

https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/58?closed=1

rabbitmq/rabbitmq-dotnet-client@v6.3.1...v6.4.0

6.3.1

GitHub milestone: 6.3.1

https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/CHANGELOG.md#changes-between-and-631

Changelog

Sourced from RabbitMQ.Client's changelog.

Changes Between 6.3.1 and 6.4.0

This release adds the ability to specify a maximum message size when receiving data. The default values are:

  • RabbitMQ .NET client 7.0.0 and beyond: 128MiB
  • RabbitMQ .NET client 6.4.0 up to 7.0.0: no limit by default

Receiving a frame that specifies a content larger than the limit will throw an execption. This is to help prevent situations as described in this discussion.

To set a limit, use the set MaxMessageSize on your ConnectionFactory before opening connections:

// This sets the limit to 512MiB
var cf = new ConnectionFactory();
cf.MaxMessageSize = 536870912;
var conn = cf.CreateConnection()`

GitHub milestone: 6.4.0 Diff: link

Commits
  • ec8e552 Merge pull request #1224 from rabbitmq/rabbitmq-dotnet-client-1223-6.x
  • 5930d91 Better integrate max message size
  • f69cbbf Merge pull request #1222 from rabbitmq/rabbitmq-dotnet-client-1221
  • e5dde06 Merge branch '6.x' into rabbitmq-dotnet-client-1221
  • 1a4b8bc Merge pull request #1220 from rabbitmq/rabbitmq-dotnet-client-1217-6.x
  • be98e8c Check the return value of Read
  • da56a2c Add ability to specify maximum message size
  • b67f4fb Merge pull request #1216 from rabbitmq/rabbitmq-dotnet-client-1214-6.x
  • 2aedc6b Misc updates
  • 510b2f7 6.3.1 CHANGELOG
  • 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)

Bumps [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-dotnet-client/releases)
- [Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/v6.4.0/CHANGELOG.md)
- [Commits](rabbitmq/rabbitmq-dotnet-client@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: RabbitMQ.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 16, 2022
@mburumaxwell mburumaxwell merged commit 8b35c88 into main Jun 16, 2022
@dependabot dependabot bot deleted the dependabot/nuget/RabbitMQ.Client-6.4.0 branch June 16, 2022 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant