3.28.10

(fix): Set Accept header for JSON (application/json), text (text/plain), and other (*/*) response types. This ensures that the Accept header is set consistently across runtimes. Unlike all other runtimes, Cloudflare Workers and Vercel Edge Runtime do not set a default Accept header in their fetch implementations.

3.28.9

(fix): Fix Error._visit to pass the correct type (core.Fetcher.Error) to the _other callback.

3.28.8

(fix): Clean up imports for requestWithRetries.test.ts.