Skip to content

Releases: alexdlaird/pyngrok

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.

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).