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
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