Skip to content

Commit

Permalink
Merge pull request #529 from readthedocs/davidfischer/release-0.46.0
Browse files Browse the repository at this point in the history
Release v0.46.0
  • Loading branch information
davidfischer committed Feb 14, 2022
2 parents 88ae249 + ff02fad commit ff41f53
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v0.46.0
---------------

The big change here is added middleware for getting IP addresses
and for geolocating them. This gives options instead of just relying on
``X-Forwarded-For`` or using the MaxMind GeoIP databases.
For production, we will be using Cloudflare for GeoIP and IP normalization.

See the `docs <https://ethical-ad-server.readthedocs.io/en/latest/install/configuration.html#adserver-geoip-middleware>`_.

:date: February 14, 2022

* @davidfischer: Put the priority multiplier in the flight form (#526)
* @davidfischer: Add an existing user to an advertiser (#525)
* @dependabot[bot]: Bump django from 2.2.26 to 2.2.27 in /requirements (#524)
* @davidfischer: Use Cloudflare GeoIP and IP canonicalization (#512)


Version v0.45.1
---------------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethical-ad-server",
"version": "0.45.1",
"version": "0.46.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff41f53

Please sign in to comment.