Skip to content

Releases: alexdlaird/hookee

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.

2.3.2

26 Feb 16:12
Compare
Choose a tag to compare

Added

  • Build improvements.

Changed

  • Renamed make check-style to make check.

2.3.1

11 Feb 21:46
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.

2.3.0

09 Feb 18:28
Compare
Choose a tag to compare

Added

  • Support for Flask > 1.x.
  • authtoken command to set token value in config from CLI.

Fixed

  • Documentation improvements.

Removed

  • Pinned dependencies of MarkupSafe, Jinja2, itsdangerous, werkzeug, now that Flask 2.x and 3.x are supported.

2.2.5

09 Feb 15:45
Compare
Choose a tag to compare

Fixed

  • Broken version string on CLI.
  • Inconsistent version pinning.

2.2.4

09 Feb 04:30
Compare
Choose a tag to compare

Added

  • Migrated to pyproject.toml.

2.2.3

08 Feb 22:19
Compare
Choose a tag to compare

Added

  • Build improvements.

2.2.2

06 Feb 15:27
Compare
Choose a tag to compare

Added

  • Build improvements.