Skip to content

v10.2.2

Choose a tag to compare

@bluepal-yaswanth-peravali bluepal-yaswanth-peravali released this 30 Jan 12:21
· 7 commits to main since this release

Fixed

  • Fixed "Fetch failed: Invalid URL" error when using agentOptions by ensuring request creation
    consistently uses undici.Request together with undici.fetch when the undici-based
    dispatcher is active. This avoids invalid URL errors caused by mixing globalThis.Request
    with undici request implementations.