Skip to content

Commit d4c7cac

Browse files
committed
Release v5.29.0
1 parent ad3c402 commit d4c7cac

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ CHANGELOG
66
.. This is included by docs/developer/changelog.rst
77
88
9+
Version v5.29.0
10+
---------------
11+
12+
This release makes pgpool optional for Postgres connection pooling.
13+
We saw some instability with pgpool with Celery (but not on the webs)
14+
and also didn't really see any performance benefits from it.
15+
We also added a change to allow deleting ads that have never been shown.
16+
17+
:Date: October 23, 2025
18+
19+
* @davidfischer: Make pgpool optional (#1086)
20+
* @davidfischer: Allow ad deletion (restrictions apply) (#1084)
21+
22+
923
Version v5.28.0
1024
---------------
1125

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethical-ad-server",
3-
"version": "5.28.0",
3+
"version": "5.29.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)