global-agent

Global HTTP/HTTPS proxy agent configurable using environment variables.

OTHER License

Downloads
9M
Stars
345
Committers
11

Bot releases are hidden (Show)

global-agent - v3.0.0 Latest Release

Published by gajus about 3 years ago

3.0.0 (2021-07-23)

Bug Fixes

  • remove unused core-js dependency to shrink the package by 80+% (ee7d160)

BREAKING CHANGES

  • Shouldn't be a breaking change. Bumping major version as a precaution.
global-agent - v2.2.0

Published by gajus over 3 years ago

2.2.0 (2021-04-02)

Features

  • NO_PROXY: allow separator with a comma and a space (debc4e6)
  • no_proxy: allow separator with a comma and a space (5019ad7)
global-agent - v2.1.12

Published by gajus over 4 years ago

2.1.12 (2020-06-01)

Bug Fixes

global-agent - v2.1.11

Published by gajus over 4 years ago

2.1.11 (2020-06-01)

Bug Fixes

  • do not reject unauthorized by default (#25) (6277a40)
global-agent - v2.1.10

Published by gajus over 4 years ago

2.1.10 (2020-06-01)

Bug Fixes

  • do not reject unauthorized by default (#25) (3c296d3)
global-agent - v2.1.9

Published by gajus over 4 years ago

2.1.9 (2020-05-29)

Bug Fixes

  • propagate tls.connect options from the origin request to the proxy (#25) (aa4b60c)
global-agent - v2.1.8

Published by gajus over 4 years ago

2.1.8 (2020-02-02)

Bug Fixes

global-agent - v2.1.7

Published by gajus almost 5 years ago

2.1.7 (2019-11-18)

Bug Fixes

global-agent - v2.1.6

Published by gajus almost 5 years ago

2.1.6 (2019-11-09)

Bug Fixes

global-agent - v2.1.5

Published by gajus almost 5 years ago

2.1.5 (2019-10-24)

Bug Fixes

  • reset timeout after secureConnect (60b4f7c)
global-agent - v2.1.4

Published by gajus about 5 years ago

2.1.4 (2019-10-18)

Bug Fixes

  • test https proxy-authorization header (a703be1)
global-agent - v2.1.3

Published by gajus about 5 years ago

2.1.3 (2019-10-18)

Bug Fixes

global-agent - v2.1.2

Published by gajus about 5 years ago

2.1.2 (2019-10-08)

Bug Fixes

  • add guard for socket presence (e92fb8a)
global-agent - v2.1.1

Published by gajus about 5 years ago

2.1.1 (2019-09-17)

Bug Fixes

  • increase limit to 60 seconds (0fe8eb0)
global-agent - v2.1.0

Published by gajus about 5 years ago

2.1.0 (2019-09-13)

Features

  • add socketConnectionTimeout (fa6d1b8)
global-agent - v2.0.3

Published by gajus about 5 years ago

2.0.3 (2019-09-13)

Bug Fixes

global-agent - v2.0.2

Published by gajus about 5 years ago

2.0.2 (2019-08-15)

Bug Fixes

global-agent - v2.0.1

Published by gajus over 5 years ago

2.0.1 (2019-07-17)

Bug Fixes

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

Published by gajus over 5 years ago

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.
global-agent - v1.13.1

Published by gajus over 5 years ago

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)