You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/releases/5_1_1.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,27 @@ linkTitle: "5.1.1"
5
5
sidebar:
6
6
exclude: true
7
7
description:
8
-
Released 2026-04-02
8
+
Released 2026-04-03
9
9
---
10
10
11
11
## Highlights
12
12
13
-
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs (`Maximum call stack size exceeded`). See the ticket below for more details.
13
+
### Prevent crashes for users with many documents
14
+
15
+
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs (`Maximum call stack size exceeded`).
16
+
17
+
See [#10792](https://github.com/medic/cht-core/issues/10792) for more details.
18
+
19
+
### Correctly capture SMS message state
20
+
21
+
For deployments that implement SMS workflows, this release fixes when messages are sent repeatedly because of two scheduled_tasks with one of them being stuck in scheduled state.
22
+
23
+
See [#10792](https://github.com/medic/cht-core/issues/10802) for more details.
14
24
15
25
### Bug fixes
16
26
17
27
-[#10792](https://github.com/medic/cht-core/issues/10792): Replication get-ids can fail for extremely large users (over 150.000 documents)
28
+
-[#10802](https://github.com/medic/cht-core/issues/10802): Message getting sent to pending state even after it is sent
18
29
19
30
## Known issues
20
31
@@ -26,3 +37,4 @@ Thanks to all who committed changes for this release!
0 commit comments