6.7.1 (2024-08-13)
6.7.0 (2024-06-27)
6.6.0 (2024-05-15)
6.5.0 (2024-04-09)
6.4.0 (2024-04-03)
6.3.0 (2024-02-01)
6.2.0 (2024-01-31)
- Do Not Mutate Config for Redacted Retries (#597) (4d1a551)
- Return text when content type is text/* (#579) (3cc1c76)
6.1.1 (2023-09-07)
6.1.0 (2023-08-11)
6.0.4 (2023-08-03)
6.0.3 (2023-07-24)
6.0.2 (2023-07-20)
6.0.1 (2023-07-20)
6.0.0 (2023-07-12)
- 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)
- 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)
5.1.3 (2023-07-05)
- Translate GaxiosError message to object regardless of return type (return data as default) (#546) (adfd570)
5.1.2 (2023-06-25)
5.1.1 (2023-06-23)
5.1.0 (2023-03-06)
5.0.2 (2022-09-09)
- Do not import the whole google-gax from proto JS (#1553) (#501) (6f58d1e)
- use google-gax v3.3.0 (6f58d1e)
5.0.1 (2022-07-04)
- types: loosen AbortSignal type (5a379ca)
5.0.0 (2022-04-20)
- drop node 10 from engines list, update typescript to 4.6.3 (#477)
- handling missing process global (c30395b)
4.3.3 (2022-04-08)
4.3.2 (2021-09-14)
4.3.1 (2021-09-02)
4.3.0 (2021-05-26)
4.2.1 (2021-04-20)
4.2.0 (2021-03-01)
4.1.0 (2020-12-08)
- add an option to configure the fetch impl (#342) (2e081ef)
- add no_proxy env variable (#361) (efe72a7)
4.0.1 (2020-10-27)
4.0.0 (2020-10-21)
- parameters in
url
and parameters provided via params will now be combined.
3.2.0 (2020-09-14)
3.1.0 (2020-07-30)
3.0.4 (2020-07-09)
3.0.3 (2020-04-20)
3.0.2 (2020-03-24)
3.0.1 (2020-03-23)
3.0.0 (2020-03-19)
- deps: TypeScript introduced breaking changes in generated code in 3.7.x
- drop Node 8 from engines field (#254)
2.3.2 (2020-02-28)
2.3.1 (2020-02-13)
2.3.0 (2020-01-31)
2.2.2 (2020-01-08)
2.2.1 (2020-01-04)
- deps: update dependency https-proxy-agent to v4 (#201) (5cdeef2)
- remove retryDelay option (#203) (d21e08d)
2.2.0 (2019-12-05)
- don't retry a request that is aborted intentionally (#190) (ba9777b)
- deps: pin TypeScript below 3.7.0 (5373f07)
2.1.1 (2019-11-15)
2.1.0 (2019-10-09)
- TypeScript: agent can now be passed as builder method, rather than agent instance (c84ddd6)
2.0.3 (2019-09-11)
- do not override content-type if its given (#158) (f49e0e6)
- improve stream detection logic (6c41537)
- revert header change (#161) (b0f6a8b)