Closed seiya-git closed 4 years ago
@TooTallNate ping?
@TooTallNate is it possible to get an update on this? It's causing issues for anyone using this package (or a package using this package) with the same severity as: https://github.com/TooTallNate/node-agent-base/issues/35. Thanks!
We very much need this updated so we can get around TooTallNate/node-agent-base#35
Need this very much, in particular this makes got
requests fail when node-proxy-agent
is indirectly required. Any update, @TooTallNate?
ping @TooTallNate again, +1 on got proxy issues.
Additonally, when updating please release this as minor release rather than a major like happened with agent-base itself. Any attempts at using got
in integrations in other projects that might have other integrations depending somewhere on any of the proxy-agents, makes it impossible to use https URLs because of the patching in v4 of agent-base.
another ping for @TooTallNate
Need this too! Please @TooTallNate
Google Cloud suddenly probably changed its nodejs10 runtime and this became an issue for us using got. I can't find a proper solution for this.
I also got the same problem with got versions >=10
Just a tip for anyone who needs to solve this - try running npm ls agent-node
and see which dependencies require the old version. For me it was the mailgun-js
package so I fixed my problem by removing it and implementing Mailgun API client myself.
+1
└─┬ node-lambda@0.17.0
└─┬ proxy-agent@3.1.1
├── agent-base@4.3.0 <---
├─┬ http-proxy-agent@2.1.0
│ └── agent-base@4.3.0 <---
├─┬ https-proxy-agent@3.0.1
│ └── agent-base@4.3.0 <---
├─┬ pac-proxy-agent@3.0.1
│ └── agent-base@4.3.0 <---
└─┬ socks-proxy-agent@4.0.2
└── agent-base@4.2.1 <---
ping @TooTallNate
Sorry to bother, but the outdated dependency on socks-proxy-agent
is causing problems on us.
Please update agent-base dependency in package.json ref: TooTallNate/node-agent-base#35