apollographql / federation-rs

Contains source code for Apollo Federation's Rust<--> JavaScript interop
Other
35 stars 23 forks source link

change router-bridge versioning schema #554

Closed clenfest closed 3 months ago

clenfest commented 3 months ago

We should be leaving gaps for when we need to patch older versions. Change logic so that a federation minor release will always cause a minor bump in the router-bridge version as well.

I.e. "0.5.29+v2.8.4" => "0.5.30+v2.8.5" or "0.6.0+v2.9.0" depending on whether there was a minor version change.