Product Update - v26.19

Details of the product update v26.19 from the 7th of May 2026.

New Features

Favorites for Flows

We’ve added a Favorites feature for flows. Each flow card now includes a star icon you can click to add or remove the flow from your favorites. Flows are grouped into two sections - Favorites (shown first) and Other Flows - so frequently used flows are easier to find. Click the star on any flow card to toggle its favorite status. How it looks:

  • Not favorite: transparent star with a black outline.
  • Favorite: filled star in yellow.

By default, no flows are marked as favorites.

Flows Favorite

Trigger type indicator on Flows list page

Added trigger type visibility to the Flows list. Each flow card now shows an icon representing the trigger used by the flow’s first step. The supported trigger types include:

  • Polling – scheduled execution based on cron (handled by the scheduler service)
  • Flow Linking – triggered by another flow via flow-linking component
  • Pub/Sub – triggered when a message is published to a topic
  • Webhook – triggered via an incoming HTTP request

Users can quickly identify how a flow is started without opening it, making discovery and troubleshooting faster.

Trigger Type Indicator

Fixed Bugs

  • FIXED a bug that caused Webhook microservice pods to enter an Error state and restart when a sample request with ?raw=true was sent with "Content-Type: multipart/form-data". The system now handles these requests without crashing.
  • FIXED an issue where calling a webhook URL would still trigger flow execution for flows whose Webhook trigger had been replaced by a Polling trigger.
  • FIXED When applying a containers quota failed due to exceeding the limit, the rollback incorrectly set usage to null.
  • FIXED Container usage was not released after deleting an active flow.
  • FIXED Webhook trigger erroneously created an execution when calling v2/flows/:id/run-now.

Components

Ipaas Inter Sync component 1.0.0

  • Initial component release
  • ADDED Copy workspace action
  • ADDED Copy flow action

Linkedin component 1.0.0

  • Initial component release
  • ADDED Get New and Updated Objects (Polling) trigger
  • ADDED Create or Reshare Post action
  • ADDED Make Raw Request action

REST API component 2.2.5

  • IMPROVED visibility of rebounds and request processing in logs for Axios library
  • UPDATED elasticio-sailor-nodejs version to 2.7.8
  • UPDATED axios version to 1.15.0
  • UPDATED form-data version to 4.0.5
  • UPDATED request-promise version to 4.2.6

Stripe component 1.3.0

  • ADDED Upsert Object action
  • UPDATED default Stripe API version to 2026-04-22.dahlia in Make Raw Request action
  • UPDATED dependencies:
    • elasticio-sailor-nodejs version to 2.7.8
    • axios version to 1.15.0
    • Node.js version to 24
    • qs version to 6.15.1
    • @elastic.io/component-commons-library version to 4.0.0
    • uuid version to 9.0.1
  • REMOVED legacy elasticio-node and elasticio-rest-node libraries

Mailchimp component 2.0.0

  • Breaking Changes: Moving to dynamic metadata may break existing flow mappings. Save your mappings before upgrading, and verify your flows after the upgrade.
  • ADDED dynamic metadata for Add new Subscriber action to support list-specific merge fields
  • UPDATED dependencies:
    • elasticio-sailor-nodejs version to 2.7.8
    • moment version to 2.30.1
  • REMOVED elasticio-node dependency and replaced it with a local utility
  • INTEGRATED latest security fixes and better-npm-audit