Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 17:21

3.0.0 (2026-06-24)

Features

  • auto retry rate limit (#53) (fb335c6)
  • use native fetch instead of node-fetch (a878ea2)

BREAKING CHANGES

  • node-fetch has been removed. Consumers must run on Node.js 18 or newer, and the exported Response type is now the native (undici) Response rather than node-fetch's. The methods this library uses are identical, but code relying on node-fetch-specific Response behavior (e.g. body as a Node stream) may need adjusting.