11.1.7
Cerb (11.1.7) is a maintenance update released on March 06, 2026. It includes 14 minor features and fixes from community feedback covering the 11.1 update. You can follow these instructions to upgrade.
Changelog
Added
- [Automations/Scripting] Added an
|xml_encode(format)filter to automation scripting. This converts dictionaries and arrays to XML format. Special@tagand@attributeskeys allow for redundant XML tag names and attribute key/value pairs.
Changed
-
[Records/Search] Improved autocompletion for record search queries on card widgets, connected services, and profile widgets.
-
[Mail/Routing] In mail routing KATA, the 'body' filter can match linefeed characters with wildcards. Previously this only matched the first line.
-
[Records/Messages] On message worklists, the
idcolumn is now available for display and sorting. -
[Records/Orgs] In organization record dictionaries, added the
aliasesfield to make that data available to functionality like sheets and automations. -
[Sheets] In sheets, added the ability to disable link underlines on
interactioncolumns. -
[Automations/LLM] Updated the LLM model autocompletion for modern AWS Bedrock and Anthropic models in
llm.agent:andllm.chat:commands.
Fixed
-
[Automations/LLM] In the
llm.agentautomation command, fixed an issue with models that invoke multiple tools in parallel (Claude Sonnet 4.6). -
[Automations/LLM] In the
llm.agentandllm.chatautomation commands, increased the maximum length of the system prompt parameter. Previously this could be truncated. -
[Snippets/UX] Fixed an issue with inserting placeholders in the snippet editor. They were always being inserted at the beginning of the content rather than at the cursor.
-
[Snippets/UX] Fixed an issue where multiple snippet editors couldn't be previewed at the same time.
-
[Sheets] Fixed an issue in
slidersheet columns when themin:andmax:produce a zero-length range.
Security
-
[Security/Dependencies] Upgraded the phpunit library to v9.6.33 in response to a security advisory. This would have not affected production instances, as they don't include development-only dependencies.
-
[Composer/Dependencies] Updated thephpleague/commonmark to v2.8.1 in response to a security advisory.