Product Update - v26.36.1

Details of the product update v26.36.1 from the 3rd of September 2026.

New Features

Disable/Enable Real-Time in Flows inside the Tenant

Added a contract-level feature flag to disable Real-Time flows. When set to true, users cannot switch flows to Real-Time or export/activate/copy-paste Real-Time flows. Updated API behavior and UI to handle the restriction and permission errors.

New Feature Flag:

  • disable_realtime_feature

Components

Component Commons Library 4.0.3

  • ADDED prepublishOnly script to clean (rm -rf dist) and compile (tsc) before publishing
  • REMOVED unused remove-leading-slash and remove-trailing-slash dependencies

AFAS component 2.3.0

  • ADDED support for OAuth authentication
  • UPDATED Sailor version from 2.7.7 to 2.7.8
  • UPDATED @elastic.io/component-commons-library version from 4.0.0 to 4.0.3
  • UPDATED moment-timezone version from 0.5.45 to 0.6.3
  • UPDATED axios version from 1.12.2 to 1.19.0
  • REMOVED elasticio-rest-node dependency

Magento 2 component 1.8.0

  • ADDED support for configurable Error Handling Policy (errorTolerance) and Error Codes (errorCodes) in connector actions
  • ALLOWED configured non-2xx HTTP status responses to pass through to integration flows without triggering platform execution errors
  • UPDATED dependencies to latest compatible versions
  • REMOVED elasticio-rest-node dependency

REST API component 2.2.7

  • UPDATED @elastic.io/component-commons-library version from 4.0.1 to 4.0.3

Sailor NodeJS 2.7.9

  • FIXED double-stringifying of string bodies in lightweight message emission — if body or passthrough body was already a string, JSON.stringify would wrap it in extra quotes
  • UPDATED package dependencies

Code component with Credentials 1.0.4

  • UPDATED dependencies:
    • @elastic.io/component-commons-library version from 4.0.0 to 4.0.3
    • axios version from 1.16.0 to 1.20.0
    • elasticio-sailor-nodejs version from 2.7.8 to 2.7.9
    • nodemailer version from 8.0.7 to 9.0.5
    • strong-soap version from 5.0.9 to 6.0.2

Code component 1.2.17

  • UPDATED dependencies:
    • elasticio-sailor-nodejs version from 2.7.8 to 2.7.9
    • nodemailer version from 8.0.7 to 9.0.5
    • strong-soap version from 5.0.9 to 6.0.2

Maester Client 6.0.2

  • FIXED issue where request timeouts were capped at 20 seconds, preventing the upload of large files under constrained network conditions. Increased the maximum request timeout threshold to 20 minutes (1,200,000 ms)
  • MIGRATED test runner configuration from ts-node to tsx to resolve execution failures under Node.js v24
  • UPGRADED package dependency versions to their latest compatible releases
  • UPGRADED Node.js engine compatibility requirement and CircleCI configuration to Node.js v24

Maester Client 6.0.3

  • FIXED parseJson now returns the raw source string instead of throwing when JSON.parse fails, preventing double-escaped string literals when retrieving non-JSON payloads (NDJSON, CSV, XML, plain text) offloaded to Object Storage via the lightweight message path