alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

Switch to Using ngrok v3 by Default #61 #108

Closed alexdlaird closed 1 year ago

alexdlaird commented 1 year ago

Update pyngrok to download and use a ngrok v3 binary by default rather than ngrok v2, as it does now. Update documentation accordingly for those to be default examples, showing how to go back to ngrok v2 if desired. Continue to support both versions in the code.

Bump the major version, since while this won't be a breaking change for pyngrok, the underlying binary will likely have breaking changes per implementation, so we want to be sure people are aware that when they're upgrading to the next major version of pyngrok, they're also getting a new major binary release.