Cerb (11.0.1) is a maintenance update released on November 20, 2024. It includes 12 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.

Changelog

Added

  • [Workflows] Added the cerb.integrations.gitlab.issues workflow for searching GitLab issues and linking them to tickets.

  • [Workflows] Added the cerb.integrations.deepl.translate workflow for translating incoming and outgoing email messages.

  • [Workflows] Added the cerb.email.auto_watcher workflow for automatically adding workers as a watcher when they reply to a ticket.

  • [Workflows] Added the cerb.integrations.slack.notifications workflow for notifying a Slack channel about new ticket messages.

  • [Connected Services/Packages] Added ‘DeepL’ to the connected services package library.

  • [Automations/Scripting] In automation scripting, added an xml_xpath_remove function to remove matching nodes from an XML document.

Changed

  • [Docker] Updated the Dockerfile to Ubuntu 24.04 and PHP 8.3.

  • [Connected Services/Packages] In the connected service library, the Slack integration now supports bot tokens or OAuth2. Bot tokens are much simpler to set up.

  • [Interactions/Worker/UX] In interaction.worker automations, textarea prompts now automatically grow with the input.

  • [Automations/Scripting] In automation scripting, the |html_to_text filter now uses Markdown formatting for H1…H6 headings.

  • [Packages] In packages, added an optional parameter to configuration prompts. Previously, all prompts were required.

  • [Automations/Scripting] In automation scripting, the xml_decode function in HTML mode now properly handles UTF-8 characters.