Skip to content

Releases: alexdlaird/pyngrok

7.5.0

17 Nov 17:16
e0380c6

Choose a tag to compare

Removed

  • Removed support for ngrok Edges, as they are deprecated by ngrok and will be sunset December 31st, 2025. See this issue for more details.

7.4.1

23 Oct 14:20
a0b8ad0

Choose a tag to compare

Added

  • Support for XDG_CONFIG_HOME.

7.4.0

23 Sep 14:34
1a51fb1

Choose a tag to compare

Changed

  • As of ngrok Agent 3.29.0, two tunnels cannot have the same name (and this includes tunnel's defined in the config, even if they are not started). As such, when name is given and matches a tunnel defined in the config, pyngrok will append "-api" to the tunnel's name when starting it.

7.3.0

04 Aug 15:34
45275a0

Choose a tag to compare

Removed

  • Support for Python 3.8.

7.2.12

09 Jul 19:03
a02f8a7

Choose a tag to compare

Added

  • Support for s390x, ppc64, and ppc64le architectures.

7.2.11

05 Jun 21:48

Choose a tag to compare

Added

  • Build and stability improvements.
  • Documentation improvements.

7.2.9

28 May 15:35

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

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

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

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.