Skip to content

Releases: alexdlaird/hookee

2.3.12

10 Jul 12:23
d0ec867
Compare
Choose a tag to compare

Added

  • Metadata improvements.

2.3.11

21 May 17:19
Compare
Choose a tag to compare

Removed

  • Support for Python 3.8.

2.3.10

07 May 23:17
Compare
Choose a tag to compare

Added

  • Stability improvements.

2.3.9

18 Feb 19:44
Compare
Choose a tag to compare

Added

  • Dependency and documentation improvements.

2.3.8

11 Jan 20:49
Compare
Choose a tag to compare

Added

  • Added tunnel_name parameter to the Config, which can be used to tell ngrok to use a definition from its config file when starting a tunnel.
  • Added ngrok's api_key to the Config. If not set in Config, it will attempt to use the environment variable NGROK_API_KEY if it is set.
  • Documentation improvements.

2.3.7

21 Nov 23:26
Compare
Choose a tag to compare

Added

  • --default-route can be regex pattern, allowing for more flexible route matching.
  • ngrok tunnel can now be disabled by passing --no-tunnel to CLI.

Fixed

  • CLI arg --host_header is now --host-header, matching other args.

2.3.6

21 Nov 00:23
Compare
Choose a tag to compare

Added

  • Let the default route (/webhook) be set in the config with default_route or passed via the CLI with --default-route.

2.3.5

09 Apr 16:24
Compare
Choose a tag to compare

Added

  • Added support for ngrok v3 parameters domain and basic_auth. Backwards compatible with legacy parameters hostname and auth.
  • Build improvements.

2.3.4

24 Mar 13:44
Compare
Choose a tag to compare

Added

  • Build and stability improvements.

2.3.3

05 Mar 22:32
Compare
Choose a tag to compare

Added

  • Build and style improvements.

Removed

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