Changed - Swap flask-canonical for flask-events since the latter supports modern flask. - Update dependencies. - Move CI to GitHub Actions.
Fixed - Fix building debs for bookworm.
1.6.0
------------------
Changed - The project license has been changed from MIT to the Hippocratic License to deny use that infringes on the United Nations Universal Declaration of Human Rights.
Added - Endpoints can now run without authorization by specifying `disable_auth: True` in the config.
1.5.1
------------------
Fixed - Updated dependencies.
1.5.0
------------------
Removed - Support for python 3.3.
Fixed - Updated dependencies, among minor bugfixes this also mitigates [CVE-2018-18074](https://nvd.nist.gov/vuln/detail/CVE-2018-18074).
1.4.0
------------------
Added - Authorization can now be done with Basic auth in addition to Bearer tokens.
Fixed - Builds consistently for both debian jessie and stretch.
1.3.1
------------------
Fixed - Replace custom middleware for canonical logging with flask-canonical.