-
Notifications
You must be signed in to change notification settings - Fork 16
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
Make plugin compatible with 3.13 #44
Conversation
Adjust to changes in rabbit_exchange_type behaviour
CI tests fail with a bazel error
I would need help to understand and address it |
@gomoripeti this change should help rabbitmq/rabbitmq-delayed-message-exchange#251. |
recent versions of osiris are available from this registry
great, thanks for the pointer |
looking at valid dialyzer/test failures |
finally had the time to fix the test failures. this is ready to be reviewed now. |
I know this plugin is not really relevant for the RabbitMQ Core Team. Is there anything more I can do to help merging the necessary changes to release a version that supports RabbitMQ 3.13.x? |
Hi all, thanks for this work. I would greatly appreciate merging this. It's blocking my ability to upgrade rabbit. 🙏 |
Now the same thing has to be done for 4.0.x. |
Adjust to changes in rabbit_exchange_type behaviour
I only modified
broker_version_requirements
in the Makefile as the bazel files already seem to be updated.