Skip to content
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

Does server version need to align exactly with client version? #401

Closed
chibbert opened this issue Jan 27, 2025 · 2 comments
Closed

Does server version need to align exactly with client version? #401

chibbert opened this issue Jan 27, 2025 · 2 comments

Comments

@chibbert
Copy link

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

@erebe
Copy link
Owner

erebe commented Jan 28, 2025

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

@chibbert
Copy link
Author

Excellent! Thank you for confirming.

@erebe erebe closed this as completed Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants