Skip to content

Releases: gajus/global-agent

v2.1.4

18 Oct 13:38
Compare
Choose a tag to compare

2.1.4 (2019-10-18)

Bug Fixes

  • test https proxy-authorization header (a703be1)

v2.1.3

18 Oct 12:56
Compare
Choose a tag to compare

2.1.3 (2019-10-18)

Bug Fixes

v2.1.2

08 Oct 07:21
e92fb8a
Compare
Choose a tag to compare

2.1.2 (2019-10-08)

Bug Fixes

  • add guard for socket presence (e92fb8a)

v2.1.1

17 Sep 09:35
Compare
Choose a tag to compare

2.1.1 (2019-09-17)

Bug Fixes

  • increase limit to 60 seconds (0fe8eb0)

v2.1.0

13 Sep 15:56
Compare
Choose a tag to compare

2.1.0 (2019-09-13)

Features

  • add socketConnectionTimeout (fa6d1b8)

v2.0.3

13 Sep 13:08
Compare
Choose a tag to compare

2.0.3 (2019-09-13)

Bug Fixes

v2.0.2

15 Aug 18:11
Compare
Choose a tag to compare

2.0.2 (2019-08-15)

Bug Fixes

v2.0.1

17 Jul 10:25
Compare
Choose a tag to compare

2.0.1 (2019-07-17)

Bug Fixes

  • correct type declaration (6e3f10e)
  • handle socket error before tls.connect (33efe70)
  • update dependencies (e2428d7)

v2.0.0

29 Jun 09:42
Compare
Choose a tag to compare

2.0.0 (2019-06-29)

Features

  • add GLOBAL_AGENT_FORCE_GLOBAL_AGENT (fixes #13) (64e5efe)
  • always monkey-patch http module (3974851)
  • remove eventEmitter (8ea4d13)

BREAKING CHANGES

    • eventEmitter has been removed. If you have a use case for eventEmitter, create an issue and describe it.

v1.13.1

29 Jun 08:28
Compare
Choose a tag to compare

1.13.1 (2019-06-29)

Bug Fixes

  • handle path as an absolute URL (9a8e0d8)
  • strive to use the original http methods (7556526)
  • update dependencies (92bf710)