Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.9.0 #73

Merged
merged 1 commit into from Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,22 @@
Changes
=======

0.9.0
-----

* Don't use Cloudflare IPs for client_addr. ClientAddr tween now sets a
correct IP when using Cloudflare's reverse proxy. The tween fetches the list
of Cloudflare's IPs on pyramid app start and ignores Cloudflare's IPs in
`X-Forwarded-For` header.
[am-on]

* Bump year to 2022
[am-on]

* Rename niteoweb -> teamniteo
[zupo]


0.8.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyramid_heroku"
version = "0.8.0"
version = "0.9.0"
description = "A bunch of helpers for successfully running Pyramid on Heroku."
readme = "README.rst"
include = [ "CHANGES.rst", "COPYING.txt" ]
Expand Down