Blog

Release announcements, helpful tips, and community discussion

9.6.1

9.6.1

Cerb (9.6.1) is a maintenance update released on August 17, 2020. It includes 8 minor features and fixes from community feedback covering the 9.6 update. You can follow these instructions to upgrade.

  • [Bots/Behaviors/Loops] Fixed an issue in bot behavior loop nodes. When an iterator was zero (0) the loop repeated infinitely (until PHP timeout). Thanks to @mryanb for the report. [#1353]

  • [Mail/IMAP] Fixed an issue with some non-standard IMAP mail servers. The new IMAP library used a feature (UID SEARCH NOT) that wasn’t supported on these servers, which prevented downloaded messages from being deleted. The same messages could be duplicated on the next mailbox check. This wasn’t an issue with IMAP on Gmail or Exchange/O365 (nor with POP3).

  • [Mail/HTML] Fixed an issue when processing email messages with malformed HTML parts and no text part. For instance, it was possible for a message to fail if there was a <BLOCKQUOTE> at the top-level with no parent (normally at least <BODY>). A client-provided sample closed </BODY></HTML> before a blockquote element. This failed the message and left the parser scheduled job in a locked state that temporarily delayed other incoming mail.

  • [Profiles/Tickets/UX] On ticket profiles, the “There are messages without a response” warning is now shorter and only links to the first message of the sequence. The warning can also be targeted with the .cerb-conversation--new-messages-warning CSS selector in the custom stylesheet to hide it. [#1356]

  • [Records/Search/Orgs] When searching organization records, new filters are available for ticket.id: and tickets:. These return organizations with matching tickets assigned to them. [#1354]

  • [Cards/Profiles/Choosers] Fixed an issue on card popups and profiles where nested editors could refresh prematurely and lose other changes. For instance, if you edited a ticket then added or edited a participant in a second popup editor, the ticket popup would close after the participant was saved. This was caused by a recent change for refreshing sheets.

  • [Workspaces/Widgets/Interactions] Fixed an issue with workspace interaction widgets not refreshing other widgets when specified by name.

  • [UI/Styles] Added CSS selectors to make it easier to style comment threads on profiles.