Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-10 | 3.2 kB | |
v7.0.0 source code.tar.gz | 2025-06-10 | 71.1 kB | |
v7.0.0 source code.zip | 2025-06-10 | 126.6 kB | |
Totals: 3 Items | 201.0 kB | 0 |
7.0.0 (2025-06-05)
⚠ BREAKING CHANGES
- Support AIP-193 for
GaxiosError
(#699) - Dual-Support ESM & CJS (#662)
- Do not treat Buffers as JSON by default (#621)
- Standardize
baseURL
toURL
’s spec (#600) - Headers should be
Headers
(#653) - Upgrade to
node-fetch
v3 (#617) - Support Node 18+ (#650)
Features
fetch
-Compatible API (#680) (d3cb530)- Do not treat Buffers as JSON by default (#621) (f3c1e76)
- Dual-Support ESM & CJS (#662) (352d61b)
- Headers should be
Headers
(#653) (de28c24) - Open Utility for Merging Headers (#685) (e4829be)
- Redact After Retry Attempts (#689) (f9914f7)
- Standardize
baseURL
toURL
’s spec (#600) (ffff324) - Support
HeadersInit
forGaxiosRequest#headers
(#686) (d29acbf) - Support
timeout
forfetch
andnode-fetch
v3 (#660) (56a1337) - Support AIP-193 for
GaxiosError
(#699) (b6e0032) - Support Node 18+ (#650) (6fa8080)
- Upgrade to
node-fetch
v3 (#617) (33702e6)