11.0.3

Cerb (11.0.3) is a maintenance update released on January 21, 2025. It includes 11 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Mail/Transports] In SMTP mail transports for outgoing email, added the ability to disable SSL validation for self-signed certificates. This is strongly not recommended and should only be used for development or evaluation.
-
[Workspaces/Pages] On workspace pages, added an optional setting for allowing workers to personalize the order of tabs. This is disabled by default, but will reuse existing worker preferences from earlier versions. When the option is disabled, tabs will be sorted as intended by the page owner.
-
[Automations] In automations, added
cerb.commands.worklist.query.debug
toapi.command:
. This returns the generated database SQL query that is executed for a worklist query for a specific record type, which is particularly useful for troubleshooting and performance optimization. -
[Workflows] Added the
cerb.records.reminders
workflow for creating reminders from record profiles and cards.
Changed
-
[Installer/Workflows] Updated the
cerb.demo.data
workflow to include the admin worker as a manager of the ‘Demo’ group. -
[Docker] In the Dockerfile, added the
redis
andmemcached
PHP extensions. -
[Dashboards/Maps/UX] In ‘Maps KATA’ widgets, the
uri:
for regions and points now autocomplete resource record names. [#1801]
Fixed
-
[Data Queries/Maps] In
sample.geo.points
data queries, fixed the GeoJSON output to useFeatureCollection
rather thanTopology
. -
[Mail/Routing] Fixed an issue where disabled mail routing rulesets were still evaluated. [#1804]
-
[Mail/Routing] Fixed an issue in mail routing where group inbox routing wasn’t evaluated if a ticket was delivered to the default group instead of explicitly matching a routing rule. [#1800]
-
[Installer/Workflows] Fixed an issue with the demo workflow not enabling the default group in pure SQL installations.