Starting from the next release 22.23
the Recipe
feature will be available for the tenant-level of subscription. For Enterprise subscriptions the Recipe
feature will be available at additional cost.
Note: If you are interested to use the Recipe feature functionality please contact sales@elastic.io for details.
node_config
option consume_raw_data
into the Flow’s attributes as a configuration option. This parameter configures the parsing behaviour in the webhook step. If selected, the webhook step receives an input message in the raw structure.
raw
in the Send Sample request.Consume Raw Data
configuration for step in the Advanced Settings
menu.With this feature request GET v2/containers
now returns reason
and exit_code
attributes.
This is a part of the platform optimisation and extending of its capability to withstand a high load. For this reason, we are moving forward to remove the Runlog and use a new “Containers” page that will display related information.
Some instagram services use unusual authorisation schemas, so we added a New Auth Client Type oauth2_instagram
.
In the component.json
of REST API V2 component
you need to define the scopes
, because OAuthFieldView
does not allow to specify it in credentials. E.g.:
"authClientTypes": [
"oauth2_instagram"
],
"credentials": {
"fields": {
"auth": {
"required": false,
"viewClass": "OAuthFieldView"
}
},
"oauth2": {
"scopes": ["user_profile", "user_media"]
}
},
Note:
HTTPAuthView
does NOT supportoauth2_instagram
type.
We applied a new design to the Summary
tab on the Flow-Designer page and transfer it from ember to react.
PATCH /v2/tenants/{tenant-id}/roles
makes changes in Database even if it fails.1.2.11
json-bigint
library3.2.0
Read CSV attachment
action:
Skip empty lines
Comment char
Create CSV From Message Stream
and Create CSV From JSON Array
actions:
New line delimiter
Escape formulae
1.2.0
Delete Object
ActionLookup Objects (plural)
ActionGet New and Updated Objects Polling
Trigger1.1.1
Sailor
library version to 2.7.12.3.0
Get New Leads Polling
:
Emit page
option to Emit Behaviour
Page Size
, Max iterations
and Return Leads
Sailor
library version to 2.7.1node v18
1.2.2
Get New and Updated Objects Polling
Trigger