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

Feat update rabbitmq #1286

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

JoaquimInGit
Copy link
Contributor

@JoaquimInGit JoaquimInGit commented Aug 14, 2024

Describe the change
Update the RabbitMq Client library to the latest stable 6.8.1

Describe your implementation or design
The only breaking change that regard workflow core is consumer delivery payloads are now ReadOnlyMemory instead of byte[]
in .netstandart 2.1 we could do .Span()
in .netstandart 2.0 .ToArray() does the job.

Tests
Tests already existed

Breaking change
Do you changes break compatibility with previous versions?
Versions with rabbit <6.0.0 will not work

Additional context

Any chance this could be added, we are in a pinch :D
Thanks for the work <3

@pedrojreis
Copy link

+1 for up to date RabbitMQ!

@danielgerlag danielgerlag merged commit b40d184 into danielgerlag:master Aug 14, 2024
1 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants