Open eerhardt opened 6 days ago
When is the planned release date of release 9.0? We use RabbitMQ for local testing, so I am comfortable commenting out the health check for now, but ideally would like to not do this. As mentioned 8 doesn't work when upgrading other parts to .net 9
RabbitMQ.Client version 7 made major breaking changes - interface renames, all sync methods are removed and only async methods remain.
Handle this breaking change by splitting our package into 2, one for each major version.
Fix #2319
Please make sure you've completed the relevant tasks for this PR, out of the following list: