-
Notifications
You must be signed in to change notification settings - Fork 34
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
updated compatibility information #189
updated compatibility information #189
Conversation
added row on table relating to the 2.x version of the client added updated policy information regarding compatibility Signed-off-by: Abhinav Garg <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #189 +/- ##
=======================================
Coverage 73.82% 73.82%
=======================================
Files 402 401 -1
Lines 63738 63736 -2
=======================================
Hits 47055 47055
+ Misses 16683 16681 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see tests in this PR run against OpenSearch 1.x and 2.x, so is this correct? AFAIK 2.x client is compatible with both OpenSearch 1.x and 2.x.
Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Abhinav Garg <[email protected]>
Could you please elaborate? What action is needed from my end? |
Mostly yes, though 2.x of the client dropped the "types" apis, so not 100% compatible with 1.x. |
The line that says |
I see. So do you think the code in this PR is correct? If so, then let's merge? |
It's tricky as only listing But maybe we can do something like:
|
this sounds like a good idea. Gives a fair warning to somebody, but still ensure they know that it is compatible to an extent. Should I commit that change? |
Signed-off-by: Abhinav Garg <[email protected]>
the additional line has been added. Does that look fine @Xtansia ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a minor typo to fix please @AbhinavGarg90.
Thanks!
fixed typo Co-authored-by: Thomas Farr <[email protected]> Signed-off-by: Abhinav Garg <[email protected]>
2.x's compatibility with 1.x server has been included in the comment
Description
updates comments regarding the compatibility policy to reflect that the client does not need to remain in major version lockstep with the server.
Issues Resolved
#178
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.