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

Bumping version to 2.0.1 for opensearch-transport #93

Merged
merged 2 commits into from
Jul 23, 2022

Conversation

VachaShah
Copy link
Collaborator

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.

@VachaShah VachaShah requested review from a team and robsears as code owners July 21, 2022 23:08
@VachaShah
Copy link
Collaborator Author

@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'
Copy link
Member

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?

Copy link
Collaborator Author

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.

@BrianHawley
Copy link
Contributor

BrianHawley commented Jul 22, 2022

Looks good to me!

@VachaShah VachaShah merged commit c90719e into opensearch-project:main Jul 23, 2022
@VachaShah VachaShah added the backport 2.0 Backport to 2.0 branch label Jul 23, 2022
@VachaShah VachaShah deleted the bump-transport-2.0.1 branch July 23, 2022 01:55
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 23, 2022
* 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)
VachaShah added a commit that referenced this pull request Jul 25, 2022
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.0 Backport to 2.0 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants