Releases: googleapis/teeny-request
Releases · googleapis/teeny-request
v5.2.1
Bug Fixes
- types: make types less strict for method (#76) (9f07e98)
v5.2.0
Bug Fixes
- if scheme is http:// use an HTTP agent (#75) (abdf846)
- remove unused logging (#71) (4cb4967)
- undefined headers breaks compatibility with auth (#66) (12901a0)
Features
- support lazy-reading from response stream (#74) (f6db420)
- support reading from the request stream (#67) (ae23054)
Reverts
- do not pipe fetch response into user stream (#72) (6ec812e)
v5.1.3
Bug Fixes
- duplex stream does not implement methods like _read (#64) (22ee26c)
v5.1.2
Bug Fixes
- types: expand method and header types (#61) (c04d2f1)
v5.0.0
⚠ BREAKING CHANGES
- this is our first release since moving into googleapis org; in the theme of "better safe than sorry" we're releasing as 5.0.0.
Bug Fixes
- export types independent of @types/request (#44) (fbe2b77)
Reverts
- revert 4.0.0 release in favor of 5.0.0 release (#52) (f24499e)