12 KiB
12 KiB
Changelog
5.1.3 (2023-07-05)
Bug Fixes
- Translate GaxiosError message to object regardless of return type (return data as default) (#546) (adfd570)
5.1.2 (2023-06-25)
Bug Fixes
5.1.1 (2023-06-23)
Bug Fixes
5.1.0 (2023-03-06)
Features
5.0.2 (2022-09-09)
Bug Fixes
- 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)
Bug Fixes
- types: loosen AbortSignal type (5a379ca)
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
4.3.3 (2022-04-08)
Bug Fixes
4.3.2 (2021-09-14)
Bug Fixes
4.3.1 (2021-09-02)
Bug Fixes
4.3.0 (2021-05-26)
Features
4.2.1 (2021-04-20)
Bug Fixes
4.2.0 (2021-03-01)
Features
4.1.0 (2020-12-08)
Features
- add an option to configure the fetch impl (#342) (2e081ef)
- add no_proxy env variable (#361) (efe72a7)
4.0.1 (2020-10-27)
Bug Fixes
4.0.0 (2020-10-21)
⚠ BREAKING CHANGES
- parameters in
url
and parameters provided via params will now be combined.
Bug Fixes
3.2.0 (2020-09-14)
Features
3.1.0 (2020-07-30)
Features
3.0.4 (2020-07-09)
Bug Fixes
3.0.3 (2020-04-20)
Bug Fixes
3.0.2 (2020-03-24)
Bug Fixes
3.0.1 (2020-03-23)
Bug Fixes
3.0.0 (2020-03-19)
⚠ BREAKING CHANGES
- deps: TypeScript introduced breaking changes in generated code in 3.7.x
- drop Node 8 from engines field (#254)
Features
2.3.2 (2020-02-28)
Bug Fixes
2.3.1 (2020-02-13)
Bug Fixes
2.3.0 (2020-01-31)
Features
2.2.2 (2020-01-08)
Bug Fixes
2.2.1 (2020-01-04)
Bug Fixes
- deps: update dependency https-proxy-agent to v4 (#201) (5cdeef2)
- remove retryDelay option (#203) (d21e08d)
2.2.0 (2019-12-05)
Features
Bug Fixes
- 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)
Bug Fixes
2.1.0 (2019-10-09)
Bug Fixes
Features
- TypeScript: agent can now be passed as builder method, rather than agent instance (c84ddd6)
2.0.3 (2019-09-11)
Bug Fixes
- do not override content-type if its given (#158) (f49e0e6)
- improve stream detection logic (6c41537)
- revert header change (#161) (b0f6a8b)