- Add autodeploy to PyPI - Remove Support for EOL Python 3.5 - Remove PyPy support
1.2.0
- Change the default signing versions (`MAUTH_SIGN_VERSIONS` option) to `v1` only.
1.1.0
- Replace `V2_ONLY_SIGN_REQUESTS` option with `MAUTH_SIGN_VERSIONS` option and change the default to `v2` only.
1.0.0
- Add parsing code to test with mauth-protocol-test-suite. - Add unescape step in query_string encoding in order to remove "double encoding". - Add normalization of paths.
0.5.0
- Fall back to V1 when V2 authentication fails.
0.4.0
- Add `FlaskAuthenticator` to authenticate requests in Flask applications.