-
Notifications
You must be signed in to change notification settings - Fork 183
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
Preparing for release, 2.4.0 #581
Conversation
71a2c90
to
89851e4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #581 +/- ##
==========================================
+ Coverage 71.14% 71.87% +0.73%
==========================================
Files 87 89 +2
Lines 7884 7922 +38
==========================================
+ Hits 5609 5694 +85
+ Misses 2275 2228 -47 ☔ View full report in Codecov by Sentry. |
Signed-off-by: dblock <[email protected]>
89851e4
to
fe67b18
Compare
COMPATIBILITY.md
Outdated
@@ -14,7 +14,7 @@ The below matrix shows the compatibility of the [`opensearch-py`](https://pypi.o | |||
| 2.2.0 | 1.0.0-2.10.0 | client works against Opensearch Version 1.x as long as features removed in 2.0 are not used | | |||
| 2.3.0 | 1.0.0-2.10.0 | client works against Opensearch Version 1.x as long as features removed in 2.0 are not used | | |||
| 2.3.1 | 1.0.0-2.10.0 | client works against Opensearch Version 1.x as long as features removed in 2.0 are not used | | |||
| 2.3.2 | 1.0.0-2.10.0 | client works against Opensearch Version 1.x as long as features removed in 2.0 are not used | | |||
| 2.4.0 | 1.0.0-2.10.0 | client works against Opensearch Version 1.x as long as features removed in 2.0 are not used | |
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.
May be make the 2.3.0 and 2.3.1 lines together as 2.3.x
? Since 2.3.2
exists.
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.
Combined the lines and added 2.11.
Signed-off-by: dblock <[email protected]>
* Preparing for release, 2.4.0. Signed-off-by: dblock <[email protected]> * Added OpenSearch 2.11. Signed-off-by: dblock <[email protected]> --------- Signed-off-by: dblock <[email protected]> Signed-off-by: roma2023 <[email protected]>
Description
I believe we should have incremented the version to 2.3.3 after 2.3.2 was released.
Because we have lots of new features, incrementing version to 2.4.0.
I'll create a 2.4.0 tag after this is merged to make a release.
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.