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: v11 #561

Merged
merged 2 commits into from
Jul 7, 2023
Merged

feat: v11 #561

merged 2 commits into from
Jul 7, 2023

Conversation

nickfloyd
Copy link
Contributor

@nickfloyd nickfloyd commented Jun 30, 2023

BREAKING CHANGE: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

Removes the agent & timeout options because we are no longer incorporating options for node-fetch.

Node's native fetch method does not support the usage of a Node http(s) agent, because it's not built on top of Node's http module (it's built on top of the net module instead).

@nickfloyd nickfloyd added Type: Breaking change Used to note any change that requires a major version bump Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR labels Jun 30, 2023
@nickfloyd nickfloyd added the Type: Feature New feature or request label Jun 30, 2023
@nickfloyd nickfloyd removed the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Jun 30, 2023
@nickfloyd nickfloyd mentioned this pull request Jul 5, 2023
5 tasks
@kfcampbell kfcampbell marked this pull request as ready for review July 7, 2023 17:40
@wolfy1339 wolfy1339 merged commit 2fc7576 into main Jul 7, 2023
8 checks passed
@wolfy1339 wolfy1339 deleted the beta branch July 7, 2023 17:46
@octokitbot
Copy link
Collaborator

🎉 This PR is included in version 11.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Breaking change Used to note any change that requires a major version bump Type: Feature New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants