-
Notifications
You must be signed in to change notification settings - Fork 7
Fix trace_with deprecation warnings
#9
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
Conversation
|
@Envek is there a way to move this forward toward a release somehow? |
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.
@loadkpi, thank you very much for your pull request and sorry for the long wait!
I think that there is no much value in keeping the old implementation at all. Let's drop all legacy stuff and version checks and instead bump minimum graphql-ruby version requirement to 2.0 (that's where current Tracing API appeared if I'm right)
For yabeda-graphql users it should be completely unnoticeable as all changes are hidden behind use Yabeda::GraphQL hook.
trace_with deprecation warningstrace_with deprecation warnings
|
Released in 0.3.0 Thank you very much! |
graphql-ruby.Keep the backward compability@Envek there's some code duplication between the new and legacy implementations. What is you opinion: should I DRY this up by extracting shared methods, or keep the implementations separate for simplicity?