3.28.10
(fix): 为 JSON (application/json)、文本 (text/plain) 和其他 (*/*) 响应类型设置 Accept 标头。
这确保 Accept 标头在各个运行时中设置一致。
与所有其他运行时不同,Cloudflare Workers 和 Vercel Edge Runtime 在其 fetch 实现中不设置默认的 Accept 标头。
3.28.9
(fix): 修复 Error._visit 以向 _other 回调传递正确的类型 (core.Fetcher.Error)。
3.28.8
(fix): 清理 requestWithRetries.test.ts 的导入。