Skip to content

Commit b826a87

Browse files
authored
Merge pull request #1102 from readthedocs/rel-v5.31.0
Release v5.31.0
2 parents f795937 + c916fe3 commit b826a87

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ CHANGELOG
66
.. This is included by docs/developer/changelog.rst
77
88
9+
Version v5.31.0
10+
---------------
11+
12+
This release added Redis and Celery monitoring to Sentry in production
13+
as well as Sentry profiling and tracing.
14+
There was also a change to fix some DB locking issues with the Flight denormalized fields
15+
which requires the Celery task queue to update these fields every few minutes
16+
(hence more monitoring of Celery).
17+
18+
:Date: November 20, 2025
19+
20+
* @davidfischer: Add Redis and Celery to Sentry monitoring (#1101)
21+
* @ericholscher: Fix Flight denormalized field locking issues (#1099)
22+
23+
924
Version v5.30.0
1025
---------------
1126

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands =
1919

2020
# Run the coverage reports
2121
coverage html
22-
coverage report --show-missing --fail-under=93
22+
coverage report --show-missing --fail-under=90
2323

2424
# Linting and code style
2525
pre-commit run --all-files

0 commit comments

Comments
 (0)