1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/teeny-request/CHANGELOG.md
2019-10-10 16:43:04 +03:00

3.3 KiB

Changelog

5.2.1 (2019-08-14)

Bug Fixes

  • types: make types less strict for method (#76) (9f07e98)

5.2.0 (2019-08-13)

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)

5.1.3 (2019-08-06)

Bug Fixes

  • duplex stream does not implement methods like _read (#64) (22ee26c)

5.1.2 (2019-08-06)

Bug Fixes

  • types: expand method and header types (#61) (c04d2f1)

5.1.1 (2019-07-23)

Bug Fixes

  • support lowercase proxy env vars (#56) (0b3e433)

5.1.0 (2019-07-19)

Features

5.0.0 (2019-07-15)

⚠ 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)