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

Remove isahc support #1924

Merged
merged 5 commits into from
Jul 10, 2024
Merged

Remove isahc support #1924

merged 5 commits into from
Jul 10, 2024

Conversation

aumetra
Copy link
Contributor

@aumetra aumetra commented Jul 10, 2024

Removes isahc as part of the http v1 upgrade (see #1674 (comment))

Changes

Breaking change: Remove the isahc client from opentelemetry-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

  • CONTRIBUTING guidelines followed
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@aumetra aumetra requested a review from a team July 10, 2024 05:35
@aumetra aumetra mentioned this pull request Jul 10, 2024
4 tasks
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.0%. Comparing base (c53c5f1) to head (fd4d81a).

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@TommyCpp TommyCpp merged commit 224289e into open-telemetry:main Jul 10, 2024
25 checks passed
@aumetra aumetra deleted the remove-isahc branch July 10, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants