Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 15:33
· 30 commits to main since this release
Immutable release. Only release title and notes can be modified.
1ebaff4

Minor Changes

  • Add automatic configuration for HTTP_PROXY, HTTPS_PROXY, and NO_PROXY similar to the upcoming Node 24+ built-in support. Agents will automatically be created and used when these environment variables are set
    Submitted by @kitten (See #8)

Patch Changes

  • Prevent outright error when --no-experimental-fetch is set, which causes Request, Response, FormData, and Headers to not be available globally
    Submitted by @kitten (See #11)
  • Update rollup config for reduced output and exclude sources from sourcemaps
    Submitted by @kitten (See #9)