Skip to content

Releases: alexdlaird/pyngrok

7.1.0

02 Feb 23:20
Compare
Choose a tag to compare

Added

  • Documentation improvements.
  • Test improvements.

Removed

  • Support for 3.6 and 3.7. To use pyngrok with Python 3.7 or lower, pin pyngrok<7.1.

7.0.5

30 Dec 22:53
Compare
Choose a tag to compare

Fixed

  • Test improvements, suite now respects NGROK_AUTHTOKEN for all necessary tests (skipped if not set, rather than tests failing).

7.0.4

28 Dec 00:16
Compare
Choose a tag to compare

Added

  • If a value for PyngrokConfig.auth_token is not set, it will attempt to use the environment variable NGROK_AUTHTOKEN if it is set.
  • Documentation improvements.
  • Build improvements.

7.0.3

04 Dec 15:09
Compare
Choose a tag to compare

Added

  • Build improvements, including wheel support.

7.0.2

01 Dec 20:55
Compare
Choose a tag to compare

Changed

Fixed

  • Build improvements.

7.0.1

14 Nov 22:58
Compare
Choose a tag to compare

Added

  • Documentation improvements.

7.0.0

20 Sep 14:13
Compare
Choose a tag to compare

Added

Changed

  • Moved NgrokLog from pyngrok.process to pyngrok.log.

Removed

  • Support for Python 3.5. To use pyngrok with Python 3.5, pin pyngrok<7.

6.1.2

19 Sep 14:57
Compare
Choose a tag to compare

Added

  • Documentation improvements.

Fixed

  • Minor bugs.

6.1.0

13 Sep 02:06
Compare
Choose a tag to compare

Added

  • Support for labels, so ngrok's Labeled Tunnel Configuration is now supported, which enables basic support for ngrok's Edge.
  • api_key to PyngrokConfig, which can be set so pyngrok can interface with Edges when using labels.
  • ngrok.api_request() now takes an auth param, so it can now be used to pass the Bearer token to ngrok's API.
  • id to NgrokTunnel.
  • Documentation improvements.
  • Test improvements.

6.0.0

12 Apr 14:50
Compare
Choose a tag to compare

Changed

  • Default installer behavior to download ngrok v3 by default.
  • Documentation updates.
  • Test updates.