-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bumping version to 2.0.1 for opensearch-transport #93
Bumping version to 2.0.1 for opensearch-transport #93
Conversation
Signed-off-by: Vacha Shah <[email protected]>
Signed-off-by: Vacha Shah <[email protected]>
@BrianHawley I am not able to add you for reviewer, so tagging you here. |
@@ -61,7 +61,7 @@ Gem::Specification.new do |s| | |||
|
|||
s.required_ruby_version = '>= 2.4' | |||
|
|||
s.add_dependency 'opensearch-transport', '2.0.0' | |||
s.add_dependency 'opensearch-transport', '~> 2.0.0' |
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.
Curious why does the client rely on opensearch-transport
?
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.
So the ruby client has 3 gems which are sub-gems kind of, opensearch-api
, opensearch-transport
and opensearch-dsl
. They are all written in the client and created as separate gems plus they are used in the main gem which is the opensearch-ruby
gem. So all the 3 gems can be used separately or can be used as part of the opensearch-ruby
gem.
Looks good to me! |
* Bumping version to 2.0.1 for opensearch-transport Signed-off-by: Vacha Shah <[email protected]> * Bumping version for opensearch-ruby to include transport version change Signed-off-by: Vacha Shah <[email protected]> (cherry picked from commit c90719e)
* Bumping version to 2.0.1 for opensearch-transport Signed-off-by: Vacha Shah <[email protected]> * Bumping version for opensearch-ruby to include transport version change Signed-off-by: Vacha Shah <[email protected]> (cherry picked from commit c90719e) Co-authored-by: Vacha Shah <[email protected]>
Signed-off-by: Vacha Shah [email protected]
Description
Bumping version to 2.0.1 for opensearch-transport.
Issues Resolved
#91
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.