- Maintenance for this package has moved to Corridor
- Black is now used for formatting the code
- Github actions for test cases - Thanks to @miraculixx
- Support for SQL backend with sqlalchemy - Thanks to @miraculixx
- Fix support for
c.ConfigurableHTTPProxy.debug=True
by allowing lowercase --log-level arguments.
- Bugfix to handle headers with multiple values (For example: Set-Cookie)
- Bugfix for issues in adding
x-forward
headers
This releases increases our compatiblity with jupyterhub/configurable-http-proxy.
- Support the
--timeout
and--proxy-timeout
arguments - Add the
x-forward
headers by default, and allow users to disable this with--no-x-forward
- Add support for
--custom-headers
to pass to the proxy targets - Improve metadata that we send to pypi like classifiers, description, python-requires
- Support the basic CLI and proxy mechanism provided by jupyterhub/configurable-http-proxy