Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Handling PRECONDITION_FAILED - unknown delivery tag error. When the RabbitMQ was restarted and some messages were being processed, their acknowledgment failed with the PRECONDITION_FAILED exception, which resulted in a broken RabbitMQ connection.
Improved sandbox around the JavaScript modifier and the context.evalJavaScript
function.
Publishing an Integration update no longer replaces the Webhook (or a FormTrigger, or any other component with a URL in the Inspector) URL in the Integration Template with the URL from the Integration Draft flow.
Added support to change the limit
(page size) in the appmixer.ui.Integrations
widget.
messageId added to the context.getWebhookUrl()
. This fixes scenarios such as the one shown in the picture below. In this scenario, a Continuity Scope webhook component (RequestApprovalEmail) is used behind Each component. All messages coming from the Each component have the same correlationId, but a different messageId. When a webhook arrives to the RequestApprovalEmail, the messageId and correlationId is used to find the exact scope and the flow can continue to the SendChannelMessage with the correct context (data/variables).
Admins can now see the sharedWith property of a flow. In the previous versions, the sharedWith
property was available only to the owner of the flow. Now, a user with admin scope can see/edit that property too. This allows different admin users to manage Integration templates and mainly who are the templates published to.
Enable customFilter override in the appmixer.ui.FlowManager
widget:
https://docs.appmixer.com/appmixer/appmixer-sdk/ui-and-widgets/flow-manager
New SDK method appmixer.api.authenticateWithEmailAndPassword(email, password)
https://docs.appmixer.com/appmixer/appmixer-sdk/api-module#api.authenticatewithemailandpassword
The POST /variables API endpoint did not work correctly for components that had outPorts defined completely using schema.
https://docs.appmixer.com/appmixer/building-connectors/manifest/outports