Skip to content

Releases: alexdlaird/pyngrok

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

7.0.4

28 Dec 00:16
Compare
Choose a tag to compare

Added

  • If a value for PyngrokConfig.authToken, 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.