- Formatting and Linting has moved from black/flake8 to ruff
- Remove
__version__and the older pkg_resource usage
- 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=Trueby allowing lowercase --log-level arguments.
- Bugfix to handle headers with multiple values (For example: Set-Cookie)
- Bugfix for issues in adding
x-forwardheaders
This releases increases our compatiblity with jupyterhub/configurable-http-proxy.
- Support the
--timeoutand--proxy-timeoutarguments - Add the
x-forwardheaders by default, and allow users to disable this with--no-x-forward - Add support for
--custom-headersto 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