-
Notifications
You must be signed in to change notification settings - Fork 506
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
Remove isahc
support
#1924
Remove isahc
support
#1924
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1924 +/- ##
=====================================
Coverage 75.0% 75.0%
=====================================
Files 122 122
Lines 20289 20276 -13
=====================================
+ Hits 15221 15222 +1
+ Misses 5068 5054 -14 ☔ View full report in Codecov by Sentry. |
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.
LGTM!
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.
LGTM. Thanks.
Removes
isahc
as part of the http v1 upgrade (see #1674 (comment))Changes
Breaking change: Remove the
isahc
client fromopentelemetry-http
. Progress on that client has been pretty much non-existent lately and is therefore stuck on http v0.2.In preparation for the upgrade, we need to remove that client first since supporting it, while possible, would add a maintainance burden in form of the compatibility layer.
Also the author has mentioned that they are attempting to pick up development again, meaning as soon as it reaches support for v1, it can be added again (it's not a lot of code tbh)
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes