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: replace node-fetch with undici #3137

Merged
merged 16 commits into from
Sep 12, 2023
Merged

Conversation

char0n
Copy link
Member

@char0n char0n commented Sep 11, 2023

swagger-client requires Node.js >=12.20.0 and uses different fetch implementation depending
on Node.js version.

Closes #1220
Closes #2736
Closes #2415
Closes #2381
Closes #2187
Closes #2291

@char0n char0n mentioned this pull request Sep 11, 2023
@char0n char0n mentioned this pull request Sep 12, 2023
@char0n char0n mentioned this pull request Sep 12, 2023
@char0n char0n merged commit bc7ca17 into master Sep 12, 2023
@char0n char0n deleted the char0n/unidici-integration branch September 12, 2023 10:13
swagger-bot pushed a commit that referenced this pull request Sep 12, 2023
# [3.21.0](v3.20.2...v3.21.0) (2023-09-12)

### Features

* replace node-fetch with undici ([#3137](#3137)) ([bc7ca17](bc7ca17)), closes [#1220](#1220) [#2736](#2736) [#2415](#2415) [#2381](#2381) [#2187](#2187) [#2291](#2291)
@swagger-bot
Copy link
Contributor

🎉 This PR is included in version 3.21.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@char0n
Copy link
Member Author

char0n commented Sep 13, 2023

@jimmywarting thanks, will look into it ASAP if we can live without it.

@char0n
Copy link
Member Author

char0n commented Sep 13, 2023

@jimmywarting thanks for opening this up. I've addressed it in #3139

swagger-bot pushed a commit that referenced this pull request Sep 13, 2023
# [3.22.0](v3.21.0...v3.22.0) (2023-09-13)

### Features

* use FormData, File and Blob from fetch implementation ([#3139](#3139)) ([f341994](f341994)), closes [#3137](#3137)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment