Releases »

11.1 »

In Development: 11.1.1

Cerb (11.1.1) is a maintenance update in development as of May 08, 2025. It includes 4 minor features and fixes from community feedback covering the 11.1 update. You can follow these instructions to upgrade.

Changelog

Fixed

  • [Behaviors/Mail] Fixed an issue in bot behaviors using the 'Send email to recipients' action. In most cases this worked fine by inheriting the 'Participants' list from the ticket when the draft was sent. However, in some environments, automations on the 'mail.send' event could modify the 'To:' header and the original participants would no longer be included as expected. The participants are now added to the draft when it is created rather than when it is sent.

  • [Mail] Fixed an obscure threading issue with tickets created from an automation where the first message was a ticket.reply draft.

  • [Mail/UI] Fixed an issue in email and comments with formatting where Markdown headings used the Cerb stylesheet. These are now properly reset.

Security

  • [Security/Dependencies] Updated the league/commonmark library from 2.6.x to 2.7.0 based on a vulnerability advisory.