Releases: jazzband/django-revproxy
Releases · jazzband/django-revproxy
0.13.0
What's Changed
- [DOCS] Fix quickstart snippets by @andruten in #177
- Fixed sphinx theme by @andruten in #178
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #182
- Replaced deprecated getheader in favor of headers by @andruten in #184
- Cast int cookie dict max_age by @andruten in #185
- feat: Introduced new REVPROXY_QUOTE_SPACES_AS_PLUS setting by @andruten in #191
- feat:
REVPROXY
settings dict by @andruten in #192
New Contributors
- @dependabot made their first contribution in #182
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #166
- Declare support for django 4.2 by @andruten in #167
- Drop mock dependency in favor of unittest.mock by @andruten in #168
- Update README.rst with the correct Header name by @adrgs in #170
- Replace setup.py in favor of pyproject.toml by @andruten in #173
- Fixed headers issue by @andruten in #172. Thanks @jagotu for the detailed reporting!
- fix: Fixed deprecations in workflows and drop setup.py usages by @andruten in #174
- Bump 0.12.0 version by @andruten in #175
New Contributors
Full Changelog: 0.11.0...0.12.0
0.11.0
0.9.14
- Move construction of proxied path to method [@dimrozakis]
- User.get_username() rather than User.name to support custom User models [@acordiner]