Hello,
I’m a little confused by the various version numbers used by different packages, and would like to find some clarity as to which versions can go together and which don’t:
Then there is the gRPC side of things:
- gRPC is currently in v1.56.0 (I suspect the version applies across languages)
- gRPC tools as well (different packages built from the same repo)
How does updating the protobuf package(s) interplay with updating the gRPC packages? Or — which protobuf works with with gRPC version?
And how does updating the packages impact existing implementation and compiled code?
Any insight would be greatly appreciated! Thank you,
Jens