-
Notifications
You must be signed in to change notification settings - Fork 182
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
feat: Add support gruf 2.19 #872
feat: Add support gruf 2.19 #872
Conversation
532d9fb
to
de9f594
Compare
de9f594
to
084b756
Compare
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.
This means we won't have test coverage for versions earlier than 2.19
@@ -7,7 +7,7 @@ | |||
module OpenTelemetry | |||
module Instrumentation | |||
module Gruf | |||
VERSION = '0.1.1' | |||
VERSION = '0.1.2' |
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.
VERSION = '0.1.2' | |
VERSION = '0.1.1' |
Our release process manages gem versions. No need to change this manually
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.
ok
@@ -4,10 +4,7 @@ | |||
# | |||
# SPDX-License-Identifier: Apache-2.0 | |||
|
|||
appraise 'gruf-2.15.1' do |
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.
This means we lose test coverage for versions prior to 2.19.
Is that ok? Are you looking to drop support for older versions?
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 added the support of the last three versions of Gruf, it seems that there is no need to indicate the dependence of the GRPC version
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.
thank you!
a81227d
to
cb34ca9
Compare
cb34ca9
to
d62bfa3
Compare
Please remove the following to re-enable the tests in CI:
|
Update appraise for gruf 2.19 and old versions