11.0.7

Cerb (11.0.7) is a maintenance update released on March 27, 2025. It includes 13 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Interactions/Worker] In interaction.worker automations, a
return:search:
key opens a search popup at the end of an interaction. This makes it much easier to display search results from any toolbar (including sheets). -
[Sheets/Toolbars] In sheets, added a toolbar: column type. This displays Toolbar KATA for launching interactions per row.
-
[Connected Services/Telegram] Added a 'Telegram Bot' connected service provider.
-
[Connected Services/Library] Added a 'Telegram' connected service to the library. This provides access to voice and text messaging APIs.
-
[Connected Services/atproto] Added an 'AT Protocol' connected service provider. For instance, this allows automations on the Bluesky social network.
-
[Connected Services/Buttondown] Added a 'Buttondown' connected service provider. For example, this allows managing newsletter subscribers from automations.
-
[Workflows] In the Workflow Builder, resource records can now be exported.
Changed
-
[Installer/Docker] Refactored the installer to be more Docker/container compatible. The logo, stylesheet, and scripts are now inline rather than URL requests. This allows Cerb to be served entirely within a PHP-FPM container without having to share files with the reverse proxy web server (e.g. Nginx).
-
[Platform] Cerb now directly serves
/favicon.ico
and/robots.txt
requests if they aren't handled by an upstream web server or load balancer. This allows Cerb to be self-contained in a PHP-FPM container. -
[Workflows] In the Workflow Builder,
requirements:
,version:
, andwebsite:
now have autocomplete suggestions. -
[Connected Services] Updated the 'Stripe' connected service provider to use bearer tokens rather than legacy http-basic auth. This now only requires the secret key and not the publishable one.
Fixed
-
[Saved Searches/Profiles] Fixed an issue on saved search profile pages where the 'Query' widget didn't work as expected. This has been converted from an HTML/JS widget to a sheet.
-
[Localization] Fixed an issue with the 'Unidecode' function on some platforms where a character like
à
wasn't properly converted toa
.