Skip to content

Commit

Permalink
Merge pull request #747 from readthedocs/davidfischer/release-v2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
davidfischer committed May 15, 2023
2 parents 258bf4d + 054ce79 commit f1310c1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v2.0.0
---------------

The big change in this release is a task which revokes
paid campaign authorization from publishers who don't show an ad for 60 days.
Publishers who lose this authorization will be notified and have to re-apply.


Backward incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ``Campaign`` object had a ``publishers`` attribute which controlled which publishers
were eligible to fulfill an advertiser campaign. This had become unwieldy long ago (deprecated pre-1.0)
because each time a publisher was added, we needed to add them to a number of campaigns.
Instead, we added the concept of publisher groups.
This change finally removes the ``campaign.publishers`` attribute and ONLY uses publisher groups.

:date: May 15, 2023

* @davidfischer: Stop using deprecated campaign.publishers (#745)
* @dependabot[bot]: Bump django from 3.2.18 to 3.2.19 in /requirements (#744)
* @davidfischer: Add notify completed flights to the django admin (#743)
* @davidfischer: Add an option to ignore publisher API keywords (#742)
* @davidfischer: Simplify daily-reports tasks in dev (#741)
* @davidfischer: Disable inactive publishers (#740)
* @davidfischer: Payout improvements (#739)
* @davidfischer: Prioritize overdue flights (#738)
* @davidfischer: Publisher allowed domains (#736)
* @davidfischer: Stripe accepts at most 30 chars for metadata (#734)


Version v1.14.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.14.0",
"version": "2.0.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit f1310c1

Please sign in to comment.