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

Document grpc-go versioning strategy #1520

Closed
redbaron opened this issue Sep 15, 2017 · 1 comment
Closed

Document grpc-go versioning strategy #1520

redbaron opened this issue Sep 15, 2017 · 1 comment
Labels
P2 Type: Documentation Documentation or examples

Comments

@redbaron
Copy link

redbaron commented Sep 15, 2017

As explained in #1392 (comment) grpc-go doesn't follow semantic versioning conventions, even if package naming seems like so.

API breakage is fine, it is unavoidable and should be done for a greater good. Communicating it to library users is a different question. Most projects adopted semantic versioning to communicate these changes, Grpc choose not to. If so, then maybe consider option changing version schema to be explicitly not compatible with semenatic versioning?

Something like GRPCPROTOCOL: semver? So current version would be 1:1.6.0

I don't know what effect it would have on tooling,but if these versions wont break things like dep or glide, then maybe it is a way to go?

@dfawley dfawley added Type: Documentation Documentation or examples P2 labels Sep 15, 2017
@dfawley
Copy link
Member

dfawley commented Sep 15, 2017

The overall gRPC team dictates our versioning system (frequency and numbering), and it is not based on semantic versioning. I think a fair request would be for us to document our versioning strategy.

@dfawley dfawley changed the title Consider change naming to be explicitly not compatible with semver schema Document grpc-go versioning strategy Sep 15, 2017
@redbaron redbaron reopened this Sep 15, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2 Type: Documentation Documentation or examples
Projects
None yet
Development

No branches or pull requests

2 participants