Skip to content

Releases: jazzband/django-revproxy

0.12.0

20 Oct 07:24
9bff40a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @adrgs made their first contribution in #170 🎉

Full Changelog: 0.11.0...0.12.0

0.11.0

07 Oct 00:19
d9914b5
Compare
Choose a tag to compare
  • Add X-Forwarded-For and X-Forwarded-Proto headers. Fixes #79.
  • Add Django 3.2, 4.0 and 4.1 support. Fixes #126.
  • Add Python 3.8, 3.9, 3.10 and 3.11 support
  • Drop Python 3.4, 3.5 and 3.6 support
  • Drop Django <3.0 support
  • Fixed README badges

0.9.14

11 Jan 16:30
6de6dc6
Compare
Choose a tag to compare
  • Move construction of proxied path to method [@dimrozakis]
  • User.get_username() rather than User.name to support custom User models [@acordiner]

0.9.13

31 Oct 22:49
Compare
Choose a tag to compare
  • Added support to Django 1.10 (support to 1.7 was dropped)

0.9.12

23 May 20:38
Compare
Choose a tag to compare

0.9.11

29 Mar 20:51
Compare
Choose a tag to compare
  • Updated urllib3 to 1.12 (at least)

0.9.10

03 Feb 15:03
Compare
Choose a tag to compare

0.9.9

15 Dec 14:10
Compare
Choose a tag to compare
  • Reorder request headers prior to httplib request. Host should be always the first request header.

0.9.8

10 Dec 13:40
Compare
Choose a tag to compare
  • Added support to Django 1.9 (dropped support to Django 1.6)
  • Added get_request_headers to make easier to set and override request headers

0.9.7

03 Dec 20:16
Compare
Choose a tag to compare
  • Bug fixed: property preventing to set upstream and diazo_rules (#53, #54) [@vdemin]
  • Security issue fixed: when colon is present at URL path urljoin ignores the upstream and the request is redirected to the path itself allowing content injection