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
2 changes: 1 addition & 1 deletion content/en/releases/5_0_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linkTitle: "5.0.3"
sidebar:
exclude: true
description:
Released 2026-04-02
Released 2026-04-03
---

## Highlights
Expand Down
18 changes: 15 additions & 3 deletions content/en/releases/5_1_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,27 @@ linkTitle: "5.1.1"
sidebar:
exclude: true
description:
Released 2026-04-02
Released 2026-04-03
---

## Highlights

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.
### Prevent crashes for users with many documents

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 [#10792](https://github.com/medic/cht-core/issues/10792) for more details.

### Correctly capture SMS message state

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.

See [#10792](https://github.com/medic/cht-core/issues/10802) for more details.

### Bug fixes

- [#10792](https://github.com/medic/cht-core/issues/10792): Replication get-ids can fail for extremely large users (over 150.000 documents)
- [#10792](https://github.com/medic/cht-core/issues/10792): Replication get-ids can fail for extremely large users (over 150,000 documents)
- [#10802](https://github.com/medic/cht-core/issues/10802): Message getting sent to pending state even after it is sent

## Known issues

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

* [Diana Barsan](https://github.com/dianabarsan)
* [Elijah Karari](https://github.com/eljhkrr)
* [1yuv](https://github.com/1yuv)
Loading