Skip to content

Releases: alexdlaird/pyngrok

7.2.12

09 Jul 19:03
a02f8a7
Compare
Choose a tag to compare

Added

  • Support for s390x, ppc64, and ppc64le architectures.

7.2.11

05 Jun 21:48
Compare
Choose a tag to compare

Added

  • Build and stability improvements.
  • Documentation improvements.

7.2.9

28 May 15:35
Compare
Choose a tag to compare

Added

  • Support for MSYS2's mingw when installing the agent. Like cygwin, it is mapped to its corresponding Windows binary.
  • Windows ARM 64-bit support.
  • FreeBSD ARM support.
  • Build and stability improvements.
  • Documentation improvements.

Removed

  • cygwin from dict of PLATFORMS, since the installer can just map to its corresponding Windows CDN value instead.

7.2.8

09 May 20:18
Compare
Choose a tag to compare

Added

  • ngrok.api(), allowing api commands to be executed from the agent.
  • Agent interface, which provides access to Captured Requests and agent status.
  • Stability and logging improvements.
  • Documentation improvements.

7.2.7

05 May 21:56
Compare
Choose a tag to compare

Added

  • stderr is now sent to stdout in capture_run_process().
  • Stability improvements around concurrency.
  • Documentation improvements.
  • Test improvements.

7.2.5

23 Apr 21:45
Compare
Choose a tag to compare

Added

  • Deprecation warning when using Labeled Tunnels, since ngrok Edges will be sunset December 31st, 2025. See this issue for more details.
  • Documentation improvements.
  • Build improvements.

7.2.4

14 Apr 15:58
Compare
Choose a tag to compare

Added

  • Documentation improvements.

Removed

  • Behavior where ngrok default config file is always installed to conf.DEFAULT_NGROK_CONFIG_PATH, even when override PyngrokConfig.config_path is given. This contradicted documentation, and is inconsistent with parallel behavior in java-ngrok.

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.