Skip to content

v7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 02:25
Immutable release. Only release title and notes can be modified.
683d5e5

7.0.0 (2026-08-27)

⚠ BREAKING CHANGES

  • Node.js >= 24.14.0 is required (previously >= 20.11.0), as
    http.setGlobalProxyFromEnv() was introduced in Node.js 24.14.0 and 25.4.0.

Performance Improvements

  • reduce package size by replacing undici with Node.js built-in proxy support (#436) (5121b9d)