-
Notifications
You must be signed in to change notification settings - Fork 189
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
command message versioning #104
Comments
version number added in 086d08c, but not checked yet |
in 2278726 we check if we receive a message with a higher version number. Side note: what happens if someone updated sozu and sozuctl at the same time, the configuration protocol has changed, and they use the
|
Copying the message from #240 to have everything in one place:
The related serde issues did not advance since September. If someone wants to help them, that would be nice |
it might be a good idea to reuse an approach like serde-rs/serde#880 |
we should make a clear policy for this in sozu 0.14, and make it testable in the command lib code. Major version upgrades should be easier to do |
The command protocol for the proxy does not include version numbers. Incremented version numbers should be fine.
How can we keep the protocol backward compatible?
The text was updated successfully, but these errors were encountered: