Skip to content

Releases: teamniteo/pyramid_heroku

0.9.2: Handle IPv6 in client_addr tween

21 Jun 08:33
Compare
Choose a tag to compare

ClientAddr tween was crashing when getting IPv6 addresses.

  • Use IP version agnostic parsing.
  • Fetch the list of CloudFlare's IPv6 IPs.

0.9.1: Bump release version

17 Jun 13:50
Compare
Choose a tag to compare
Can't release 0.9.0 to pypi as it was already created.

0.8.0: Add option to manually set maintenance mode

04 Feb 05:42
Compare
Choose a tag to compare
Use `python -m pyramid_heroku.maintenance` to manually set Heroku
maintenance mode.

Also, some cleanup and refactor.