-
Notifications
You must be signed in to change notification settings - Fork 312
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
crysmags/ Adding support for Undici #4293
Conversation
Overall package sizeSelf size: 6.67 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4293 +/- ##
===========================================
+ Coverage 69.19% 84.87% +15.68%
===========================================
Files 1 256 +255
Lines 198 11228 +11030
Branches 33 33
===========================================
+ Hits 137 9530 +9393
- Misses 61 1698 +1637 ☔ View full report in Codecov by Sentry. |
7387a6e
to
8dd1be7
Compare
f2e5643
to
b5778d1
Compare
607670d
to
ac424fd
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.
Looks like there's a small bit probably leftover from debugging tests, but otherwise LGTM.
b24ed9a
to
1060061
Compare
4401c51
to
7b507c0
Compare
9ec9edf
to
b0a3d0d
Compare
These changes have been made and Roch is on PTO
* Adding support Undici's fetch
* Adding support Undici's fetch
* Adding support Undici's fetch
* Adding support Undici's fetch
What does this PR do?
This will add support for Undici for current versions of Undici that support fetch (versions '^4.4.1', '5', '^6.0.0'). It will also support diagnostics channel when it is supported by Undici.
Plugin Checklist
Additional Notes