Skip to content

Commit

Permalink
Merge pull request #724 from readthedocs/davidfischer/release-v1.13.0
Browse files Browse the repository at this point in the history
Release v1.13.0
  • Loading branch information
davidfischer committed Mar 14, 2023
2 parents 4b46afe + 238ed69 commit f14164e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v1.13.0
---------------

In this release, we changed some flight prioritization and pacing defaults.
New flights will weight which ads to show based on the CTR.
In addition, we'll be defaulting to hourly pacing which we introduced in v1.10.0.

:date: March 14, 2023

* @davidfischer: Change ad prioritization/pacing defaults (#722)
* @davidfischer: Show ad selection priority in flight metadata (#721)


Version v1.12.0
---------------

Expand Down
3 changes: 3 additions & 0 deletions adserver/tests/test_advertiser_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ def test_flight_detail_metadata(self):

self.client.force_login(self.user)

self.flight.prioritize_ads_ctr = False
self.flight.save()

resp = self.client.get(url)
self.assertContains(resp, "Ads are chosen round-robin")

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

0 comments on commit f14164e

Please sign in to comment.