Skip to content

Commit e104df7

Browse files
committed
fix(na) cht core 10792 to 5.1.1 release notes
1 parent 465441f commit e104df7

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

content/en/releases/5_0_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ linkTitle: "5.0.3"
55
sidebar:
66
exclude: true
77
description:
8-
Released 2026-04-02
8+
Released 2026-04-03
99
---
1010

1111
## Highlights

content/en/releases/5_1_1.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,27 @@ linkTitle: "5.1.1"
55
sidebar:
66
exclude: true
77
description:
8-
Released 2026-04-02
8+
Released 2026-04-03
99
---
1010

1111
## Highlights
1212

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.
1424

1525
### Bug fixes
1626

1727
- [#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
1829

1930
## Known issues
2031

@@ -26,3 +37,4 @@ Thanks to all who committed changes for this release!
2637

2738
* [Diana Barsan](https://github.com/dianabarsan)
2839
* [Elijah Karari](https://github.com/eljhkrr)
40+
* [1yuv](https://github.com/1yuv)

0 commit comments

Comments
 (0)