Skip to content

Releases: googleapis/gaxios

v6.0.0

12 Jul 20:40
1c7f23f
Compare
Choose a tag to compare

6.0.0 (2023-07-12)

⚠ BREAKING CHANGES

  • add status as a number to GaxiosError, change code to error code as a string (#552)
  • migrate to Node 14 (#548)
  • examine response content-type if no contentType is set (#535)

Bug Fixes

  • Add status as a number to GaxiosError, change code to error code as a string (#552) (88ba2e9)
  • Examine response content-type if no contentType is set (#535) (cd8ca7b)

Miscellaneous Chores

v5.1.3

05 Jul 19:20
0b736b1
Compare
Choose a tag to compare

5.1.3 (2023-07-05)

Bug Fixes

  • Translate GaxiosError message to object regardless of return type (return data as default) (#546) (adfd570)

v5.1.2

25 Jun 15:51
cbb9d17
Compare
Choose a tag to compare

5.1.2 (2023-06-25)

Bug Fixes

  • Revert changes to error handling due to downstream breakage (#544) (64fbf07)

v5.1.1

23 Jun 15:56
b64ef9a
Compare
Choose a tag to compare

5.1.1 (2023-06-23)

Bug Fixes

  • Translate GaxiosError message to object regardless of return type (#537) (563c653)

v5.1.0

06 Mar 20:52
7cbd83f
Compare
Choose a tag to compare

5.1.0 (2023-03-06)

Features

v5.0.2

26 Sep 15:40
8608791
Compare
Choose a tag to compare

5.0.2 (2022-09-09)

Bug Fixes

v5.0.1

04 Jul 20:02
7853305
Compare
Choose a tag to compare

5.0.1 (2022-07-04)

Bug Fixes

  • types: loosen AbortSignal type (5a379ca)

v5.0.0

20 Apr 19:25
865fe01
Compare
Choose a tag to compare

5.0.0 (2022-04-20)

⚠ BREAKING CHANGES

  • drop node 10 from engines list, update typescript to 4.6.3 (#477)

Features

  • handling missing process global (c30395b)

Build System

  • drop node 10 from engines list, update typescript to 4.6.3 (#477) (a926962)

v4.3.3

11 Apr 20:45
927966e
Compare
Choose a tag to compare

4.3.3 (2022-04-08)

Bug Fixes

gaxios v4.3.2

14 Sep 18:54
0666c1d
Compare
Choose a tag to compare

Bug Fixes

  • address codeql warning with hostname matches (#415) (5a4d060)