Skip to content

v5.0.0

Latest

Choose a tag to compare

@electron-npm-package-publisher electron-npm-package-publisher released this 22 Apr 01:09
· 7 commits to main since this release
f4d5cfe

5.0.0 (2026-04-22)

  • feat!: replace got with native fetch as default downloader (#376) (f4d5cfe)

BREAKING CHANGES

  • The default downloader now uses the built-in Fetch API
    instead of the got package. The GotDownloader and GotDownloaderOptions
    exports have been removed; use FetchDownloader and FetchDownloaderOptions
    instead. Download options now accept RequestInit options instead of got
    options. The initializeProxy() function now uses undici's EnvHttpProxyAgent
    instead of global-agent, reading HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment
    variables directly (GLOBAL_AGENT_* prefixed variables are no longer
    supported).

Co-authored-by: Claude noreply@anthropic.com