Upgrade rabbithole dependency to v2 (using semantic module versioning).#54
Conversation
cyrilgdn
left a comment
There was a problem hiding this comment.
@niclic Thanks for opening this PR
By curiosity, federation was not working with the current version?
Because we were normally already on v2 but just without the semantic version because of this (fixed) issue michaelklishin/rabbit-hole#146 .
Anyway, it's cool to update and to use the semantic versioning 👍
|
Yes, I noticed that too. I got this error when trying to use the following remote path format in When I upgraded my local provider to use v2 everywhere (like in this PR), it worked. So I assumed the issue is related to the sematic versioning updates to rabbithole, because this version of The fact that a local |
|
@niclic I see! Thanks! |
What this PR does:
Why do we need this PR?
rabbitmq_federation_upstreamresource to this provider. However, that requires changes to rabbithole. The PR is here. If that gets merged, then v2 is required to use the new functionality.Here are the commands/steps I took.
I broke this into separate commits so you could see the changes for each command that was run. Happy to rebase this.