5.1.1 release notes
Released 2026-04-08
Highlights
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 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 #10802 for more details.
Fix narrow form display on desktop
Some desktop or tablet users may see a form show in a narrow column instead of being full width of the window. This is now fixed so the content takes up the full width.
See #10779 for more details.
Bug fixes
- #10792: Replication get-ids can fail for extremely large users (over 150,000 documents)
- #10802: Message getting sent to pending state even after it is sent
- #10779: Forms display as narrow stripes after upgrade to 5.1 — duplicate nested col-sm-8 in right pane
Known issues
Check the repository for the latest known issues.
Contributors
Thanks to all who committed changes for this release!
Did this documentation help you ?