Skip to content

Releases: alexdlaird/pyngrok

7.2.3

08 Jan 22:03
Compare
Choose a tag to compare

Added

  • Support for ngrok config version 3.
  • ngrok.set_api_key() to allowing setting the API key in the ngrok config file.
  • If no value for PyngrokConfig.api_key, it will attempt to use the environment variable NGROK_API_KEY if it is set.

7.2.2

13 Dec 23:22
Compare
Choose a tag to compare

Added

  • Test improvements.

Changed

  • Permission for installed binary to limit execute to user.

7.2.1

04 Nov 20:17
Compare
Choose a tag to compare

Added

  • Include SSL handshake failures in installer retry logic.
  • Documentation improvements update links to ngrok's documentation.

7.2.0

18 Jul 12:09
Compare
Choose a tag to compare

Added

  • Build and stability improvements.
  • Test cases for TLS tunnels, and other test improvements.

Changed

  • conf.DEFAULT_NGROK_PATH defaults to installing the binary alongside ngrok's configs rather than alongside the
    code (putting the binary in the venv can cause odd behavior, or security concerns).

7.1.6

24 Mar 13:38
Compare
Choose a tag to compare

Added

  • Build and stability improvements.

7.1.5

08 Mar 16:32
Compare
Choose a tag to compare

Added

  • obj parsing in NgrokLog.
  • raises to documentation.
  • Build improvements.

7.1.4

05 Mar 22:40
Compare
Choose a tag to compare

Added

  • Build and style improvements.

Removed

  • conf.VERSION, moved all version information to pyngrok/__init__.py. Get package version with from pyngrok import __version__ instead.

7.1.3

26 Feb 16:19
Compare
Choose a tag to compare

Added

  • Build improvements.

Changed

  • Renamed make check-style to make check.

7.1.2

11 Feb 21:47
Compare
Choose a tag to compare

Added

  • Relative dependency pinning in pyproject.toml.
  • Style and stability improvements (check flake8 with make check-style).

Removed

  • requirements.txt files to streamline in to pyproject.toml.

7.1.1

09 Feb 16:49
Compare
Choose a tag to compare

Added

  • Migrated to pyproject.toml.
  • Fix for instability from an ngrok binary change.
  • Test improvements.