-
Notifications
You must be signed in to change notification settings - Fork 49
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
1.1 .Net client release with OpenSearch 2.0 support #76
Comments
It is supposed that next release of the client would have version 1.1. Anyway it will support OpenSearch 2.0. Please, see compatibility matrix in PR #51. |
@thespatt The logic is that, under semver principles, saying "2.0" means that this client breaks compatibility with code that works with the 1.0 client. Instead, the upcoming version only adds features. So under semver it would be a minor version increment. The day might come when a version of the client actually does become incompatible with current working application code. In that case we'd increment the major version as a signal that application builders need to do a heavier duty upgrade rather than just a version increment. On the other hand, we don't want to generate serious confusion, so please update here if this logic doesn't make sense. |
@Yury-Fridlyand @MaxKsyunz can you create a |
@harshavamsi, |
Acceptance criteria
PR to complete
Release Process
https://github.com/opensearch-project/opensearch-net/blob/main/RELEASING.md
1.1
release1.x
releaseSee also
The text was updated successfully, but these errors were encountered: