Skip to content

Commit

Permalink
Merge pull request #709 from readthedocs/davidfischer/release-1.10.0
Browse files Browse the repository at this point in the history
Release v1.10.0
  • Loading branch information
davidfischer committed Feb 21, 2023
2 parents 459eefe + d72cd4d commit 83aca09
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v1.10.0
---------------

The biggest change in this release was to add the option
to pace ads for a flight over a period shorter than a day (eg. an hour).
This will improve the ability to balance a flight across geographic regions.
For example, a 10 day flight targeting North America and Europe
will attempt to fulfill 1/240th of the flight per hour
which will better allow both regions to fulfill a part of the flight.
This may become the default in a future version.

There were also a few reporting and aggregation changes:

- Adds another optimized aggregation table for paid ads for publishers
- The staff all advertiser report now uses the optimized advertiser aggregation
- Due to the index and report changes, it is recommended to run
`adserver.tasks.update_previous_day_reports` across the life
of your server. Otherwise, you may have some days without data.

:date: February 21, 2023

* @davidfischer: Adds an index for paid impressions on publishers only (#708)
* @davidfischer: Use optimized indexes for staff all advertiser report (#707)
* @davidfischer: Publishers should set their name in the UA (#706)
* @dependabot[bot]: Bump django from 3.2.17 to 3.2.18 in /requirements (#705)
* @dependabot[bot]: Bump ipython from 8.0.1 to 8.10.0 in /requirements (#704)
* @davidfischer: Pace ads by a custom interval (#702)
* @davidfischer: Remove CircleCI from the Readme (#701)
* @davidfischer: Automate sending flight wrapup emails (#700)
* @ericholscher: Pass the `topics` to the template string for advertisers (#672)


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

0 comments on commit 83aca09

Please sign in to comment.