Skip to content

Commit

Permalink
Merge pull request #716 from readthedocs/davidfischer/release-1.11.0
Browse files Browse the repository at this point in the history
Release v1.11.0
  • Loading branch information
davidfischer committed Mar 1, 2023
2 parents d27ae5e + 090763f commit 10d7c1b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v1.11.0
---------------

As in v1.10.0, the staff publisher report now uses the optimized table
that only has data on publisher paid impressions. This makes it MUCH faster
but slightly less flexible.
The same caveat about `adserver.tasks.update_previous_day_reports` applies.

We also added an experimental feature around automatically prioritizing
the ads within a flight. With the option enabled (default is off),
higher CTR ads will be shown at a higher rate.

* @davidfischer: Don't link to expired invoices (#715)
* @davidfischer: VSCode complains about #region comment (#714)
* @davidfischer: Prioritize ads with higher CTR (#713)
* @davidfischer: Define placement priority order (#712)
* @davidfischer: Use the optimized publisher paid index for the all publisher report (#711)
* @davidfischer: Make pacing interval editable in the admin (#710)


Version v1.10.0
---------------

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": "1.10.0",
"version": "1.11.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 10d7c1b

Please sign in to comment.