Gaxios Versions Save

An HTTP request client that provides an axios like interface over top of node-fetch. Super lightweight. Supports proxies and all sorts of other stuff.

v6.6.0

2 weeks ago

6.6.0 (2024-05-15)

Features

  • Add request and response interceptors (#619) (059fe77)

v6.5.0

1 month ago

6.5.0 (2024-04-09)

Features

v6.4.0

1 month ago

6.4.0 (2024-04-03)

Features

Bug Fixes

  • Error Redactor Case-Insensitive Matching (#613) (05e65ef)

v6.3.0

3 months ago

6.3.0 (2024-02-01)

Features

v6.2.0

4 months ago

6.2.0 (2024-01-31)

Features

  • Extend instanceof Support for GaxiosError (#593) (4fd1fe2)

Bug Fixes

  • Do Not Mutate Config for Redacted Retries (#597) (4d1a551)
  • Return text when content type is text/* (#579) (3cc1c76)

v6.1.1

8 months ago

6.1.1 (2023-09-07)

Bug Fixes

  • Don't throw an error within a GaxiosError (#569) (035d9dd)

v6.1.0

9 months ago

6.1.0 (2023-08-11)

Features

v6.0.4

9 months ago

6.0.4 (2023-08-03)

Bug Fixes

  • deps: Update https-proxy-agent to 7.0.1 and fix imports and tests (#560) (5c877e2)

v6.0.3

10 months ago

6.0.3 (2023-07-24)

Bug Fixes

  • Handle invalid json when Content-Type=application/json (#558) (71602eb)

v6.0.2

10 months ago

6.0.2 (2023-07-20)

Bug Fixes

  • Revert attempting to convert 'text/plain', leave as data in GaxiosError (#556) (d603bde)