Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst


Version v5.29.0
---------------

This release makes pgpool optional for Postgres connection pooling.
We saw some instability with pgpool with Celery (but not on the webs)
and also didn't really see any performance benefits from it.
We also added a change to allow deleting ads that have never been shown.

:Date: October 23, 2025

* @davidfischer: Make pgpool optional (#1086)
* @davidfischer: Allow ad deletion (restrictions apply) (#1084)


Version v5.28.0
---------------

Expand Down
4 changes: 2 additions & 2 deletions 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": "5.28.0",
"version": "5.29.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down