calendarJanuary 14

Connectors

Agent Component now supports versioning and more

The Agent Component introduces the following improvements:

  • Versioning: Create and manage multiple Agent configurations within the same component. You can easily switch between versions, compare setups over time, and deploy the exact configuration you need without reconfiguring the pipeline.

  • New parameter: The Certificate Account parameter is now available in the MCP Server configuration, simplifying the management of secure connections.

Learn more

New parameter in the For Each connector: Max Number Length

The For Each connector now includes the Max Number Length parameter under Advanced options. It allows you to define the maximum allowed length for numeric values in JSON, preventing JSONPath evaluation failures caused by very large numbers.

If not specified, the default Jackson limit of 1000 characters is applied.

Read the documentation

MCP Server Trigger now supports JWT Token

The MCP Server Trigger now supports the Token JWT parameter. When enabled, the endpoint can only be accessed using a valid JWT token generated by another endpoint, adding an extra security layer to MCP-based integrations.

Learn more

Platform Improvements

More operators for Expected Results in Test Cases

You can now use additional operators when defining expected results in Test Cases. Previously, validations were limited to Equals. With this update, you can choose from multiple comparison and state-based operators to create more flexible validations.

This change makes it easier to validate different result types and cover more scenarios.

Read the documentation

Globals and Accounts are removed when not allowed in the destination project

When a pipeline is moved to another project, any Globals or Accounts not allowed in the destination project are permanently removed from the pipeline.

Once removed, they are not restored automatically and must be manually added again if needed.

Starting with the January 14, 2026 release, pipelines that contain Globals or Accounts not allowed in their current project will continue to work only until they are saved again.

Learn more in the Globals, Accounts, and Projects documentation.

Documentation

New content about Agents and AI

We have just launched new quickstart guides and practical tutorials, marking a new moment: content with practical examples and focus on real-world use of the Platform.

If you want to learn quickly and gain confidence in using Agents and AI, check out the materials below:

Quickstart Guides:

AI Practical Examples:

Bug fixes

  • White screen when accessing capsule documentation: We fixed a bug where a white screen was displayed when clicking the documentation icon inside capsules in the Platform. Documentation now opens correctly.

  • White screen when accessing the Capsules menu in Settings: We fixed a bug that caused a white screen to be displayed when accessing the Capsules menu in Settings to configure the header image.

  • Keyboard Shortcuts button not working in the Canvas: We fixed a bug that prevented the Keyboard Shortcuts button from working in the Canvas. Clicking the button now displays all available shortcuts.

  • Number processing limitation in the For Each connector: We fixed a bug that prevented the connector from processing floating-point numeric values with more than 1000 characters. This limit can now be configured using the Max Number Length parameter.

  • Execution Panel not displayed after Inspect Mode: We fixed a bug that caused the Execution Panel to no longer appear after entering and exiting Inspect Mode.

  • Incorrect display of integer values in the Execution Panel: We fixed a bug where integer values were displayed with decimal places, such as 1 being shown as 1.0, in the Execution Panel.

  • Error in the Decode JWE operation in JWT V2: We fixed a bug where the Decode JWE operation didn’t accept string payloads.

Last updated

Was this helpful?