6.2.0
2025-10-09
Flow Designer Improvements
Add Notes on the canvas

You can add notes on the Designer canvas - just right click and select "Add new note". They support markdown, can be dragged around and resized. You can even place notes within other notes.
Limit access to Modifiers and Variables in the Wizard Builder

Ability to limit access to modifiers and variables in the Wizard Builder. This can be useful when you want to create Integration Templates and you want to prevent users from adding or removing variables or from using modifiers (our built-in data transformer functions) in the Template Wizard.
Required fields and validations

Validation messages shown for fields in the inspector panel (where you configure connectors) are transformed into a tooltip, which is less instrusive. Required fields are now clearly marked with an asterisk and a red higlight of the field outline. These improvements also apply to the interface of the Template Wizard - the form used to configure Integration Templates in the embedded marketplace.
Zoom in and out
You can now Ctrl/Cmd + scroll or use touchpad gestures to zoom in and out on the canvas.
Clear app naming

All components used on the canvas have the connector (app) name included for clarity.
Placeholder components
When a flow that contains connectors that are no longer available (were removed, or the ACL changed) is displayed, new placeholder connectors are shown in the UI instead of the unavailable connectors. Before, the unavailable connectors were just removed from the flow.
Appmixer SDK improvements
The Appmixer SDK implements Trusted Types now, according to the W3C specification, to secure DOM injection sinks.
Security and User Management
SSO (Single Sign-On)
You can now configure SSO with OIDC or SAML protocols to manage access to Appmixer Studio. Read more about how to set up SSO for your organization: https://docs.appmixer.com/appmixer-backoffice/system-configuration#configuring-single-sign-on
Audit Logs
Audit logs capture all actions taken in the Appmixer Studio - creating, updating or deleting flows; installing or removing connectors; publishing templates and user logins - everything is logged. Access Audit Logs in the System settings in the Backoffice of Appmixer Studio.
Engine and Technical Improvements
Upgrade from Node 18 to Node 24.6.
Fully compatible with Mongo 8, ElasticSearch 9, Rabbit 3.13, and Redis 7.
The Engine can be started as an API node or as a Worker node. This allows you to create a separate cluster of API nodes and another cluster of Worker nodes.
Implemented local DNS cache for the Quota server requests.
Uses package-lock.json if present in the module.zip file during the upload.
The PUT /users/{userId} API supports the email change https://docs.appmixer.com/6.0/6.2/api/user#update-user
Logs created by
context.log()are sliced to limit the maximum size of a log.Support Variables call without authentication https://docs.appmixer.com/6.0/6.2/building-connectors/manifest/inports#silentauth-true
Added support for
{{componentId}}scope in the quota definition in component.json https://docs.appmixer.com/6.0/6.2/building-connectors/manifest/quota#quota.scope
Last updated
Was this helpful?
