System Release 11-15-25

1. The system keyvault UI now has a search entry field to find keyvault items by name.

2. Automation dashboard menus to sort the automation list and to import automations no longer open when the account menu is open and items within the account menu are moused over which lie directly above the dashboard menus.

3. Fixed an issue where the Switch Account dialog wasn’t highlighting linked parent accounts in blue.

4. The system now supports the development of MCP (model context protocol) tool automations that AI clients like Claude Desktop can invoke. See MCP Tools - APIANT

5. Fixed an issue when editing an automation where if a trigger or action was swapped with another via “replace” functionality, if any of that item’s output fields were used by any action “test data” the references to the fields were not updated, causing an error when the automation was saved.

6. When adding an instant (webhook) trigger in the automation editor, the editor no longer immediately runs the configuration logic. Instead the Configure Webhook button must be clicked. This change was made in case a different connected account needs to be selected first before configuring the webhook.

7. The “Key group” field in Lookup table actions now defaults its value to “temp_”, to indicate temporary database storage.

8. Fixed the logging of newer HTTP transactions that contain the equivalent curl command such that the curl command will now include any payload sent when PUT or PATCH transactions are performed.

9. Lookup table actions that store data now support a keygroup prefix of “temp180_” which specifies that the data will be purged from the database after 180 days.

10. When saving action assemblies, the throttle settings have a new scope entry field. If empty, the throttle is scoped to the individual action and app connection. If not empty, other actions in the same app having the same app connection and the same entered scope will share the throttle. An example of using a scope is the HubSpot API, which has a different rate limit for their search API. Multiple ‘find’ actions can all use the search API and share the same throttle scope to remain under the search API’s rate limit.

11. The existing Collector app has been deprecated and replaced with a new version that stores its items no longer than 90 days.

12. In action field mappings, searching for multiple words will now match any matching field names.

13. In action field mappings, if the search field has focus and contains text, when any field mapping is moused over pressing Command-A on Mac (or Ctrl-A on Windows) will now select all text in the search field rather than doing nothing.

14. Increased Hazelcast timeout settings to try to avoid rare heartbeat timeout exceptions that result in having to reboot the system.

15. The Form Designer now displays a blue vertical line to the left of all Line Containers, to help them visually stand out in form designs.

16. The Form Designer now includes a toggle switch UI control.

17. Fixed an issue where after previewing form designs and toggling the light/dark mode switch, sometimes the automation editor’s UI controls would inherit the last selected light/dark theme.

18. Improved drag-drop in the form designer so that when dragging Line Containers over existing Line Containers in the design, a drop space is more reliably created between them.

19. The automation editor will now display an error when attempting to save an automation that has mangled XML, which very rarely happens for unknown reasons. Eventually we hope to track down what causes the XML from becoming mangled in the first place.

20. In automation editor action settings, field mapping expand icons now only appear when fields are moused over.

21. Fixed the Email module such that extra line breaks are not sent in the body of HTML emails.

22. Fixed an issue where if any automation had many transactions to be auto-retried at the same time, only a handful would actually end up being retried.

23. Automation retries now appear in the lower-level automation history data rows screen within the card for each transaction, rather than creating new cards at upper level automation history screen.

24. When manually halting an automation, all queued processing for the automation, e.g. retries, is now cancelled and removed from the work queue.

25. UI tweaks have been made to most screens in the Admin Console, mainly to move button functionality to popup menus.

26. In the admin console, the webhook log and protocol logs are now searchable. The log viewer is restricted to 5,000 lines of content to avoid swamping the browser.

27. Fixed network communication errors that would occur in Safari on iOS devices.

28. Search results from the assembly editor’s catalog can now be exported as a CSV file.

1 Like