Product Update - v23.02
Details of the product update v23.02 from 13th of January 2023.
Fixed bugs
- FIXED bug, when the values in the dropdown menu for the component credentials did not pass to the OAuth popup window.
- FIXED bug, where
POST v2/recipe-deployments//sync
returns the HTML status code 500 when timeouts occur.
- FIXED bug, which caused recipe
GET
to return data sample ID instead of its contents.
- To update the credential description, send the whole
credentials
array on the PATCH
call. It will override the existing credentials
array instead of merging it with existing values.
- To update the step name, send the whole
flow_templates
array on the PATCH
call. It will override the existing flow_templates
array instead of merging it with existing values.
- Please visit API Docs for more information.
- FIXED bug, when retrieving a data sample would timeout on the user interface even though the logs would show a successful execution.
Components
- UPDATED internal library from
stringify
to qs.stringify
to properly encode JSON data into application/x-www-form-urlencoded
as required by the Stripe.
- ADDED new option
Return full object
in Get New and Updated Objects Polling
Trigger
- FIXED missing metadata in
Get New and Updated Objects Polling
Trigger
- ADDED
Delete Object/Record
Action
- REMOVED sensitive data from logs
- UPDATED the
Sailor
library version to 2.7.1
- UPDATED the
maester-client
version to 5.0.1
- ADDED
Produce
Action
- ADDED
Consume
Trigger