LogoLogo
  • Docs
  • Connector Configuration
  • Knowledge Base
  • Changelog
  • Changelog
  • Version 6
    • 6
      • 6.0
        • 6.0.13
        • 6.0.12
        • 6.0.11
        • 6.0.10
        • 6.0.9
        • 6.0.8
        • 6.0.6
        • 6.0.4
      • 6.1
        • 6.1.3
        • 6.1.4
  • Version 5
    • 5
      • 5.2
        • 5.2.12
        • 5.2.11
        • 5.2.10
        • 5.2.9
        • 5.2.6
        • 5.2.5
        • 5.2.4
        • 5.2.3
        • 5.2.2
        • 5.2.1
      • 5.1
        • 5.1.3
        • 5.1.2
        • 5.1.1
      • 5.0
        • 5.0.2
        • 5.0.1
Powered by GitBook
On this page
  • What's new in Studio
  • What's new in the Engine
  • What's new in the Backoffice

Was this helpful?

Export as PDF
  1. Version 6
  2. 6
  3. 6.1

6.1.3

2025-04-22

Previous6.1Next6.1.4

Last updated 3 days ago

Was this helpful?

What's new in Studio

  • New Studio Dashboard tiles.

  • Step selector on output ports.

Which opens a new Component selector.

  • Admin users can see plugin logs in the Insights.

  • Added search bar for multiselect input type.

  • Added data types to variables.

  • Data types are displayed next to the input fields.

  • The Variables picker displays data examples taken from logs. If the flow has already run and generated some messages, that data will be used and displayed in the UI.

  • Added archive icon to archived files.

  • Authentication dialogs for API Keys and PWD have been redesigned to match the rest of the application.

  • A select input type support has been added to the auth.js files.

  • Space is used to split the camel case name of a component.

  • Enhanced Custom Dield selection in the Wizard. If the Integration has Custom Fields defined, the keys will be used for a select box.

  • Loading sample data to test modifiers.

What's new in the Engine

  • The default minimum password length increased to 12. Configurable via USER_PASSWORD_MIN_LENGTH.

  • Switch to RabbitMQ's quorum queues to support RabbitMQ in a cluster mode.

  • Request-response queues have a new default TTL set to 24 hours, instead of 10 minutes.

  • Optimized loading of Component manifests.

  • Support multiple URLs in the WEBHOOK_FLOW_COMPONENT_ERROR system configuration. Comma-separated.

  • API for stopping a flow supports ?background=true option, which is used in the SDK. Then the Appmixer SDK polls for the results. This prevents timeouts in cases where stopping a flow took too long.

  • New context functions context.archiveFile() and context.saveFileStream(archived: true|false)

  • Automatic handling of 429 without relying on Quotas. If a component does not use quota definition (quota server), but the receive() function throws an exception with status code 429, the message will be automatically retried without logging an error.

What's new in the Backoffice

  • You can add a new user via the Backoffice.

Added edit dialog to the Designer.

Added input type.

Added garbage collector for files. By default, the GC will remove files created by flows that are older than 30 days. When upgrading to Appmixer 6.1, a migration script will mark all existing files with archived: true flag. The GC will not remove any files with that archive. So the garbage collection will only apply to files created by flows after the upgrade to 6.1. The Garbage collector is .

A webhook component can accept the method.

Added garbage collector for . By default, they are deleted after 3 months.

New retry backoff strategy for failed . Now there are attempts instead of thirty, but spread over a similar time.

If are set on the integration draft/template, they are now published to the integration instances, too.

statistics added to the GET /system/health API.

Added to auth.js context.

custom fields
key-value
configurable
OPTIONS
unprocessed messages
component messages
five
custom fields
Slow Queue
context.log()
Dynamic quota definitions based on the user's profile.
Possibility to add user metadata.
Build your first automation AI agent
Step selector
Component selector
Edit Custom Fields directly from the Designer
appmixer.hubspot plugin logs
Search bar for multiselect input type
Variables data type.
Host url input expecting a text
Data examples from a previous flow run
Archived files
select box in auth.js
Choosing a custom field in a Wizard
Sample data loaded in the Modifiery variable window
Adding new user