·
7 commits
to main
since this release
5.0.0 (2026-04-22)
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