We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're going have many servers running the client which we're not directly in control of.
We'd like to understand whether the server and client versions need to be exactly the same, or whether you're complying with semver .e.g
any 10.X.Y version of server will work with any 10.X.Y version of client?
If not this, are there any rules on forward/backward compatability
The text was updated successfully, but these errors were encountered:
Hello,
Yes, latest version of the server should be compatible with any 10.x.y client's version.
As a general rule, if there is a breaking change, I mention it in the release note. As example in https://github.com/erebe/wstunnel/releases/tag/v10.1.0
Sorry, something went wrong.
Excellent! Thank you for confirming.
No branches or pull requests
Describe the goal
We're going have many servers running the client which we're not directly in control of.
We'd like to understand whether the server and client versions need to be exactly the same, or whether you're complying with semver .e.g
any 10.X.Y version of server will work with any 10.X.Y version of client?
If not this, are there any rules on forward/backward compatability
The text was updated successfully, but these errors were encountered: