danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.4k stars 1.2k forks source link

Feat update rabbitmq #1286

Closed JoaquimInGit closed 3 months ago

JoaquimInGit commented 3 months ago

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 commented 3 months ago

+1 for up to date RabbitMQ!