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 @tag and @attributes keys 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 id column is now available for display and sorting.

  • [Records/Orgs] In organization record dictionaries, added the aliases field to make that data available to functionality like sheets and automations.

  • [Sheets] In sheets, added the ability to disable link underlines on interaction columns.

  • [Automations/LLM] Updated the LLM model autocompletion for modern AWS Bedrock and Anthropic models in llm.agent: and llm.chat: commands.

Fixed

  • [Automations/LLM] In the llm.agent automation command, fixed an issue with models that invoke multiple tools in parallel (Claude Sonnet 4.6).

  • [Automations/LLM] In the llm.agent and llm.chat automation 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 slider sheet columns when the min: and max: 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.