mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Question: Is aio-pika 9.x.x compatible with rabbitmq 3.9.10? #562

Open oovdiienko opened 11 months ago

oovdiienko commented 11 months ago

I have several projects on pika 6.8.2, and as 7 has breaking changes I'm considering bump version with updating codebase. So I wonder if newest pika will allow me working with such Rabbit version.

mosquito commented 11 months ago

I did the maximum to not change the code that is used in the tests. Therefore, in most cases everything should be fine. But just in case, here is a brief summary of what has been changed:

6->7: updated aiormq and pamqp see this article "Known 6.x to 7.x Migration Issues" 7->8: internal api changes 8->9: used poetry and removed all deprecated methods.