11.0.6

Cerb (11.0.6) is a maintenance update released on March 07, 2025. It includes 19 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.
Changelog
Added
-
[KATA] In KATA, added a @nowrap annotation. This removes newlines and line feeds from a value.
-
[Workflows] In the Workflow Builder, task records can now be exported.
-
[Connected Services/Library] Added an 'Airtable' connected service to the library. This provides API access to the no code app platform.
-
[Connected Services/Library] Added an 'Elevenlabs' connected service to the library. This provides access to text-to-speech and speech-to-text APIs.
-
[Connected Services/Library] Added an 'Exa' connected service to the library. This provides web search and crawling APIs.
-
[Connected Services/Library] Added a 'Linkup' connected service to the library. This provides web search and content APIs.
-
[Connected Services/Library] Added a 'Notion' connected service to the library. This provides access to notebook and documentation APIs.
-
[Connected Services/Library] Added an 'OpenWeather' connected service to the library. This provides access to weather and geolocation APIs.
-
[Connected Services/Library] Added a 'Pinecone' connected service to the library. This provides access to vector database and text embedding APIs.
-
[Connected Services/Library] Added a 'SambaNova' connected service to the library. This provides large language model inference APIs.
-
[Connected Services/Library] Added a 'Tavily' connected service to the library. This provides access to web search and text extraction APIs.
-
[Connected Services/Library] Added a 'Together.ai' connected service to the library. This provides access to open source large language model APIs.
Changed
-
[Automations/Emoji] Automation scripts can now directly contain UTF-8 4-byte emoji characters. Previously these characters were removed if they weren't escaped (e.g. base64). For instance, the full range of emoji characters can now be used in a draft email subject and body.
-
[Worklists/UX] On worklists, brightened up selected rows in dark mode.
Fixed
-
[Workflows] In the Workflow Builder, fixed an issue where custom fieldsets didn't use placeholders to refer to parent custom fieldsets in the same workflow. These values were resolving to local IDs which weren't portable.
-
[Workflows] In the Workflow Builder, fixed an issue where Export KATA always used a cached copy. This failed to update when workflow additional records were added or deleted.
-
[Workflows] In Workflows, validation now ensures that records have unique names even across different record types. Previously it was possible to give two records in a workflow the same name with unexpected results.
-
[Portals/Website] Fixed an issue in 'Website Interaction' portal configuration where
automation:uri:
autocompletedinteraction.worker
automations rather thaninteraction.website
. -
[Automations/UX] Fixed an issue in the automation editor where successive autocompletion stacked background markers on lines until escape was pressed.