Skip to content

Commit 31e9e05

Browse files
authored
Merge pull request #1085 from readthedocs/rel-v5.28.0
Release v5.28.0
2 parents d10b8a4 + 37f1e29 commit 31e9e05

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ CHANGELOG
66
.. This is included by docs/developer/changelog.rst
77
88
9+
Version v5.28.0
10+
---------------
11+
12+
This release contains an improvement to the copy ads screen that includes filtering and sorting
13+
as well as other options. It also turns on a few Postgres and Redis performance improvements
14+
notably using connection pooling on Postgres.
15+
16+
:Date: October 22, 2025
17+
18+
* @davidfischer: Improve the copy ads screen (#1083)
19+
* @davidfischer: Fix a bug with niche URL handling (#1082)
20+
* @davidfischer: Use Hiredis client for performance (#1081)
21+
* @davidfischer: Upgrade psycopg and use connection pools (#1080)
22+
* @davidfischer: Handle if clients send x-forwarded-for (#1079)
23+
24+
925
Version v5.27.0
1026
---------------
1127

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.27.0",
3+
"version": "5.28.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)