Blog

Release announcements, helpful tips, and community discussion

9.4.12

Cerb (9.4.12) is a maintenance update released on February 14, 2020. It includes 5 minor features and fixes from community feedback covering the 9.4 update. You can follow these instructions to upgrade.

  • [Records/Orgs/Search] On organization records, implemented a contacts: deep search filter. [#1210]

  • [Bots/Scripting/XML] In bot scripting, added an xml_tag(node) function for retrieving the XML node/element tag from an object. This is particular useful in conjunction with xml_xpath() results.

  • [Bots/Scripting/XML] In bot scripting, added an xml_attr(node,name,default) function for retrieving an XML node’s attribute from an object. This is particular useful in conjunction with xml_xpath() results.

  • [Bots/Scripting/XML] In bot scripting, added an xml_attrs(node) function for retrieving all of an XML node’s attributes from an object. This is particular useful in conjunction with xml_xpath() results.

  • [Platform/Security] Hardened endpoints throughout Cerb.