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

feat: net.resolveHost #37853

Merged
merged 1 commit into from May 2, 2023
Merged

Conversation

indutny
Copy link
Contributor

@indutny indutny commented Apr 6, 2023

Description of Change

See #37690

This adds net.resolveHost method that uses defaultSession to resolve hosts (similar to net.fetch).

cc @nornagon

Checklist

Release Notes

Notes: Add net.resolveHost that resolves hosts using defaultSession object

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 6, 2023
@VerteDinde VerteDinde added the semver/minor backwards-compatible functionality label Apr 6, 2023
@VerteDinde VerteDinde added target/24-x-y PR should also be added to the "24-x-y" branch. target/25-x-y PR should also be added to the "25-x-y" branch. labels Apr 7, 2023
@VerteDinde
Copy link
Member

@indutny I went ahead and added backport requests for 24-x-y and 25-x-y, since that's also where the last .net PR was targeted. If that isn't right or you want to backport further, just let me know, I can add/remove as needed 😄

@indutny
Copy link
Contributor Author

indutny commented Apr 9, 2023

This sounds good to me. Thanks!

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 13, 2023
Copy link
Contributor

@jkleinsc jkleinsc left a comment

Choose a reason for hiding this comment

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

API LGTM

Copy link
Member

@MarshallOfSound MarshallOfSound left a comment

Choose a reason for hiding this comment

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

API LGTM

@codebytere codebytere merged commit c548f8f into electron:main May 2, 2023
13 checks passed
@release-clerk
Copy link

release-clerk bot commented May 2, 2023

Release Notes Persisted

Add net.resolveHost that resolves hosts using defaultSession object

@trop
Copy link
Contributor

trop bot commented May 2, 2023

I was unable to backport this PR to "25-x-y" cleanly;
you will need to perform this backport manually.

@trop trop bot added needs-manual-bp/25-x-y and removed target/25-x-y PR should also be added to the "25-x-y" branch. labels May 2, 2023
@trop
Copy link
Contributor

trop bot commented May 2, 2023

I was unable to backport this PR to "24-x-y" cleanly;
you will need to perform this backport manually.

@trop trop bot added needs-manual-bp/24-x-y and removed target/24-x-y PR should also be added to the "24-x-y" branch. labels May 2, 2023
codebytere pushed a commit that referenced this pull request May 2, 2023
@trop
Copy link
Contributor

trop bot commented May 2, 2023

@codebytere has manually backported this PR to "25-x-y", please check out #38152

@trop
Copy link
Contributor

trop bot commented May 2, 2023

@codebytere has manually backported this PR to "24-x-y", please check out #38153

@trop trop bot added in-flight/24-x-y merged/24-x-y PR was merged to the "24-x-y" branch and removed in-flight/24-x-y in-flight/25-x-y labels May 2, 2023
codebytere added a commit that referenced this pull request May 8, 2023
feat: net.resolveHost (#37853)

Co-authored-by: Fedor Indutny <238531+indutny@users.noreply.github.com>
@trop trop bot added the merged/25-x-y PR was merged to the "25-x-y" branch. label May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-review/approved ✅ merged/24-x-y PR was merged to the "24-x-y" branch merged/25-x-y PR was merged to the "25-x-y" branch. semver/minor backwards-compatible functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants