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:
HTTPAuthViewdoes NOT supportoauth2_instagramtype.
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.11json-bigint library3.2.0Read CSV attachment action:
    Skip empty linesComment charCreate CSV From Message Stream and Create CSV From JSON Array actions:
    New line delimiterEscape formulae1.2.0Delete Object ActionLookup Objects (plural) ActionGet New and Updated Objects Polling Trigger1.1.1Sailor library version to 2.7.12.3.0Get New Leads Polling:
    Emit page option to Emit BehaviourPage Size, Max iterations and Return LeadsSailor library version to 2.7.1node v181.2.2Get New and Updated Objects Polling Trigger