11.0.5

Cerb (11.0.5) is a maintenance update released on February 25, 2025. It includes 20 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Connected Services/Library] Added a 'Groq' connected service to the library. This provides fast API access to open-source large language models.
-
[Worklists/Search/Performance] Improved the performance of many complex search queries by running some subqueries independently and merging by IDs. This is opt-in with the
APP_OPT_SQL_SUBQUERY_TO_IDS
boolean config option. It defaults to disabled in 11.0.x and will be enabled by default in 11.1+.
Changed
-
[Automations/UX] In the automation editor, the
record.*:
commands now autocomplete record field values (e.g.extension_id:
). -
[Workflows/UX] In the workflow editor, the
records:
entries now autocomplete record field values (e.g.extension_id:
). -
[Interactions/Website] On
interaction.website
automations, addedvalidation@raw:
to the autocompletion suggestions forsheet:
,text:
, andtextarea:
form elements. -
[Worklists/Performance/Attachments] Optimized attachment worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Addresses] Optimized email address worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Comments] Optimized comment worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Contacts] Optimized contact worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Notifications] Optimized notification worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Orgs] Optimized organization worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Tasks] Optimized task worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Worklists/Performance/Workers] Optimized worker worklists. Search results use less memory and more queries can be resolved directly from indexes.
-
[Bots/Behaviors/Performance] In bot behaviors, the 'Send email to recipients' action now creates a queued draft rather than sending outgoing messages immediately.
Fixed
-
[Interactions/Website] On
interaction.website
automations, fixed an issue with unnamedsubmit:buttons:
. -
[Bots/Behaviors] Fixed an issue in bot behaviors when setting a multi-checkbox custom field with no options selected.
-
[Automations/ApiCommand] In automations, the
cerb.worklist.query.debug
API command now properly autocompletes values for therecord_type:
key. -
[Workflows/Calendars] Fixed an issue with exporting calendar records in the workflow builder. The
owner_id
field wasn't set properly. -
[Workflows/Custom Fields] Fixed an issue with exporting custom field records in the workflow builder. Custom field types like 'Record Link' were using record type aliases rather than fully qualified extension IDs.
-
[Bots/Behaviors/Performance] In bot behaviors, fixed an issue with the 'Send email to recipients' action where the group/bucket sender wasn't being used as the 'From:' sender.