cloudflare / node-cloudflare

Node.js API for Client API
https://cloudflare.github.io/node-cloudflare/
Other
335 stars 92 forks source link

Please publish 2.8.0 #87

Closed dphrag closed 3 years ago

dphrag commented 3 years ago

The current version of this on NPM is 2.7.0, next is 2.8.0, which simply includes a bump to http-proxy-agent.

I spent days trying to figure out why some completely unrelated issue was having problems, and it turns out the mere existence of an older version of agent-base will break other libraries. I found that solution in this random unrelated comment over here, for example: https://github.com/AzureAD/passport-azure-ad/issues/522

Forcing the resolution of http-proxy-agent fixed my issue, but this was actually the only package that caused the issue, and 2.8.0 fixes it. Please publish it to avoid other devs having to go on this goose chase! haha :)

terinjokes commented 3 years ago

It is published: http://registry.npmjs.com/cloudflare/2.8.0

dphrag commented 3 years ago

Yes, it is available on npm, but only with a version specific request. The current default release is 2.7.0. Sorry, I should change the ticket name to "make default release 2.8.0"

threepointone commented 3 years ago

This appears to have been fixed?