Skip to main content
Feedback

Connectivity Release Notes for March 2026

Platform Release

March 14 2026

All Connector documentation is updated with the Platform Release.

Amazon Bedrock connector

New
We added this feature

The Amazon Bedrock connector now supports independent region configuration for IAM Roles Anywhere authentication and Bedrock service access. This enhancement enables customers to authenticate in one AWS region while accessing Bedrock models and agents in another region, improving compatibility with multi-region AWS deployments and centralized authentication infrastructures. (CONC-13799)

The following key features are included:

  • New AWS Roles Anywhere Region field with "Auto" default behavior.
  • Optional AWS Roles Anywhere Custom Region field for regions not listed in the dropdown.
  • Clear separation between authentication and service regions.
  • Full backward compatibility for existing connections.

These features are not in the Runtime Release.

AWS Lambda (Tech Preview) connector

New
We are releasing this connector
important

This is a new Tech Preview connector. This connector should not be used in a production environment or with production data. For more information, refer to the Feature release stages page.

The existing AWS Lambda (Tech Preview) connector, released in 2022, will be retired for new usage starting from the March 2026 release. Customers will NOT be able to use the old connector in any newly created processes. All existing processes already built using the old connector will continue to work as-is, with no functional or runtime impact. The old connector will be hidden from the process canvas to prevent new adoption.

The product team has rebuilt the AWS Lambda connector with an improved architecture and user experience. The new AWS Lambda (Tech Preview) connector will be the only AWS Lambda connector available for selection when creating new processes.

(CONC-14912), (CONC-14913), (CONC-14914)

The AWS Lambda connector is available as Tech Preview with the following features:

  • Supports both Access Key and IAM Roles Anywhere authentication methods.
  • Includes AWS Region selection, custom request headers, and a Test Connection feature to validate settings before runtime execution.
  • Introduces the Invoke operation, enabling you to trigger Lambda functions directly within your processes. (CONC-11916)

This connector is in the Platform Release.

Boomi Platform API

New
We changed the name of this connector
  • The Boomi Atomsphere API connector has been changed to Boomi Platform API. (CONC-14523)

This change is not in the Runtime Release.

Boomi for SAP

New
We changed the name of this connector
  • The Boomi for SAP connector has been changed to Boomi for SAP. (CONC-14530)

This change is not in the Runtime Release.

Box connector

New
We added this feature
  • The Box connector has been enhanced to support JWT-based authentication, enabling secure server-to-server integrations using a service account. This allows applications to access Box APIs programmatically without relying on user-based OAuth flows. (CONC-13075)

This feature is in the Platform Release.

Bright Data - Partner connector

New
We released this connector
  • New connector release to support the integration between Boomi and Bright Data - the world's leading public web data platform for automated data collection, web scraping, and search engine results extraction at scale. (TPP-69)

This connector is in the Platform Release.

Database connector

New
We changed the name of this connector
  • The Database V2 connector has been changed to Database connector. (CONC-14849)

This change is not in the Runtime Release.

New
We fixed these issues
  • The Database connector has been enhanced to improve query handling, compatibility, and process stability across supported databases (Oracle, MySQL, Microsoft SQL Server, and PostgreSQL).

    Key Updates:

    • Object Name Support: Import objects with spaces in their names across all actions (GET, INSERT, UPDATE, UPSERT, DELETE).

    • Column Names with Spaces:

      • Standard GET and Dynamic GET now support column names containing spaces in WHERE, IN, and param_orderby clauses.
      • Queries with spaced column names now execute successfully without errors.
    • FROM Clause Improvements:

      • Handles additional leading spaces before table names in the FROM clause.
      • Correctly processes table or view names containing the word "FROM" (at the beginning, middle, or end).
    • Stability Improvements:

      • Resolved errors related to logging and parser behavior during execution.
      • Improved SQL parsing stability across all supported databases with full compatibility for High Security Cloud environments. (CONC-2542) (CONC-6020) (CONC-12424) (CONC-6220) (CONC-7190) (CONC-6917) (CONC-6219) and (CONC-1970)

These fixes are in the Runtime Release.

HubSpot CRM connector

New
We added these features
  • The HubSpot CRM connector now supports Custom Objects, enabling end-to-end management of custom object records. (CONC-5585)

    Enhancements support:

    • CREATE - Added support for the CREATE operation for HubSpot Custom Objects. The operation supports custom to standard associations and returns the created object with its ID in the response along with custom properties. (CONC-13454)

    • UPDATE - Added support for the Update operation for custom objects, where users can update records using Object ID as operation properties, with dynamic property support. The connector returns the full JSON response of the updated object upon successful execution. (CONC-13519)

    • SEARCH - Added support for the Search operation, where users can retrieve custom object records and leverage filters, sorting, and pagination via Maximum Documents. (CONC-13520)

    • Retrieve - Added support for the Retrieve operation, where users can retrieve records by ID. Also handles ID variations across environments to support seamless process migration. (CONC-12930)

    • Archive - Added support for the Archive operation, where users can archive custom objects by passing the ObjectID as parameters, with the response returned per standard HTTP 204 behavior. (CONC-13623)

    • Added support for automatic Custom Object Type resolution using a consistent p_ prefix, ensuring processes work across environments without manual updates. Standard HubSpot object functionality remains unchanged. (CONC-13238)

    • The HubSpot CRM connector updated with retry handling for both 429 (rate limit) and 401 (authentication) responses. It automatically retries requests using controlled retry limits and capped wait times to improve reliability when interacting with HubSpot APIs. (CONC-13948)

These features are in the Runtime Release.

Fix
We fixed this issue
  • Security issues have been addressed.

This fix is in the Runtime Release.

IFS REST - Partner connector

New
We added this feature
  • Added URL encoding for OData Parameter Alias in IFS Functions. This enhancement ensures correct handling of parameter aliases without requiring any changes to existing user processes. (TPP-68)

This feature is in the Runtime Release.

Kafka connector

New
We fixed this issue
  • Improved transactional producer handling to ensure reliable message delivery for both Avro and non-Avro topics. The connector now properly manages Transaction IDs to prevent conflicts and ensure consistent transactional publishing to Kafka. (CONC-14734)

This fix is in the Runtime Release.

Kintone connector

New
We added this feature
  • The Kintone connector is updated to support Cursor APIs (Create, Get, and Delete) by default, enabling efficient and reliable retrieval of large datasets with improved performance and stability. Users should not use OAuth 2.0 if the data size is expected to be greater than 10,000 records. (CONC-13867)

This feature is in the Platform Release.

Marketo (Deprecated) connector

New
We deprecated this connector
  • This connector has been renamed to reflect its deprecated status. (CONC-14522)

For more information about the Deprecated stage, read the Feature release stages page.

This change is in the Platform Release.

Microsoft Dynamics 365 for Finance and Operations connector

New
We added this feature
  • The Microsoft Dynamics 365 F&O connector has been updated to preserve Edm.Decimal data types without converting them to Edm.Double. Large numeric values are now transmitted without type mismatch errors, preventing 400 Bad Request responses for decimal fields. (CONC-3687) (CONC-12016)

This feature is in the Runtime Release.

Microsoft Dynamics 365 for Customer Engagement connector

New
We added this feature
  • Implemented JWT token assertion updates in the Microsoft Dynamics 365 for Customer Engagement connector to support Azure Entra Client Certificate-Based Authentication. Existing authentication methods remain unaffected. (CONC-14055) (CONC-13822)

This feature is in the Platform Release.

NetSuite connector

New
We fixed these issues
  • Enhanced the NetSuite SOAP connector to support the 2025.1 and 2025.2 endpoints, ensuring reliable runtime execution across authentication, data operations, and error handling scenarios.
    • Removed support for versions 2018.1 and 2018.2. (CONC-13499)

This fix is in the Runtime Release.

OP AI LLM Intelligence - Partner connector

New
We added these features

Five new features have been added for the CHAT operation:

  • MCP: Connects the AI to external tools via Model Context Protocol servers, enabling dynamic tool discovery and execution.

  • Code Execution: Allows the AI to write and run code as part of its response.

  • Web Search: Gives the AI access to real-time information from the web.

  • Web Fetch: Enables the AI to retrieve and analyse full content from URLs and PDFs.

  • X Search: Gives the AI agentic search over real-time X (Twitter) posts (xAI only).

The Browse operation now imports request and response profiles, and retrieves all available models as a selectable list in the model field (applicable to all operations).

(TPP-65)

These features are not in the Runtime Release.

OP Websearch - Partner connector

New
We added this feature
  • The Browse operation now imports request and response profiles. (TPP-67)

This feature is in the Runtime Release.

OP Wikipedia - Partner connector

New
We added this feature
  • The Browse operation now imports request and response profiles. (TPP-66)

This feature is in the Runtime Release.

OpenAI connector

New
We released this connector
  • The OpenAI connector is generally available (GA) to all customers with this release. This version of the connector includes the following new features:

    • Introduces a new action leveraging OpenAI's latest Converse API that enables customers to manage multi-turn conversations with memory/state management. (CONC-13833)

This feature is in the Platform Release.

Oracle Database connector

New
We fixed this issue
  • The Oracle connector now supports configured date formats for Dynamic operations. This update allows timestamp values in formats like dd-MMM-yyyy and dd/MMM/yyyy to be processed and inserted into the database without additional time components. (CONC-14555)

    The following operations benefit:

    • Dynamic Insert
    • Dynamic Update
    • Dynamic Delete
    • Dynamic Get
    • Dynamic Upsert
    • Stored Procedure Execute

This fix is in the Runtime Release.

Oracle E-Business Suite connector

New
We changed the name of this connector
  • The Oracle E-Business Suite V2 connector has been changed to Oracle E-Business Suite connector. (CONC-14847)

This change is not in the Runtime Release.

RabbitMQ connector

New
We added these features
  • The Listen operation for the RabbitMQ connector has been updated to include support for various NACK Types as an operation property. (CONC-14591)
  • The connector now supports configurable failure acknowledgment behavior for message processing. Users can select the desired failure acknowledgment type (basic.reject or basic.nack with requeue true/false) from a dropdown in the Listen operation.
    • Based on the selection, failed messages can be requeued for reprocessing or routed to a DLQ(If configured)/discarded. The existing default behavior (basic.nack – send to DLQ if configured) remains unchanged. (CONC-12607, CONC-13856, CONC-11416)

These features are in the Platform Release.

REST Client connector

New
We added this feature
  • The connector SDK is upgraded to version 2.23.1 to support enhanced URL logging. API endpoints and corresponding action names are now recorded in document logs and Process Reporting for better traceability. (CONC-11496)

This feature is in the Runtime Release.

SAP JCo connector

New
We changed the name of this connector
  • The SAP JCo V2 connector has been changed to SAP JCo connector. (CONC-14846)

This change is not in the Runtime Release.

SAP S4/HANA OData connector

Fix
We fixed this issue
  • Fixed an issue where array elements were incorrectly formatted; array elements including nested elements now match the data types defined in the response profile across GET, QUERY, CREATE, UPDATE, and DELETE operations. (CONC-4687)

This fix is in the Runtime Release.

ServiceNow REST connector

New
We updated this connector
  • Runtime updates were made to this connector to support its Enterprise equivalent. There are no functional changes. (CONC-14954)

This change is in the Runtime Release.

ServiceNow REST (Enterprise) connector

New
We released this connector
  • The ServiceNow REST (Enterprise) connector is generally available (GA) to all customers with this release. This Enterprise-grade version of the connector includes the following new features:
    • Attachment, so you can upload, download, and delete attachments from ServiceNow records.
    • Batch, so you can create or update bulk records in ServiceNow.
    • Import Set, so you can transform and map import staging tables to ServiceNow entities. (CONC-10467)

These features are in the Platform Release.

Slack connector

New
We added this feature
  • File Upload Enhancement: Migrated to Slack's multi-step upload API (files.getUploadURLExternal and files.completeUploadExternal) to ensure compliance with Slack's API deprecation. (CONC-13792)

This feature is in the Runtime Release.

Snowflake connector

Fix
We fixed these issues
  • The connector now supports default values for missing fields during the Create operation of the Snowflake connector when the target table did not have default column values and the connector was configured to use Snowflake defaults when empty value for missing fields.
  • Performance degradation was primarily observed when processing large record sets (>1000 records) for Create operation. The connector has been optimized to ensure consistent performance across varying default configurations, batch sizes, and missing field scenarios. (CONC-14706, CONC-14521)

These fixes are in the Runtime Release.

Solace PubSub+ - Partner connector

New
We added these features
  • Added OpenTelemetry distributed tracing support for all Solace messaging operations with automatic trace context propagation. Refer to the documentation for configuration details.

  • The connector now honors proxy settings configured at the runtime or runtime cluster level only when enabled through the respective container properties (disabled by default).

  • Added standard OAuth configuration tab supporting Client Credentials and Authorization Code grant types. This provides a more streamlined OAuth setup, with platform-managed token handling. Previous custom OAuth configuration remains supported.

Fix
We fixed this issue
  • Fixed an issue where Listen operations could remain active after connection failures, causing continuous error messages in the logs.

(TPP-64)

These features and fixes are not in the Runtime Release.

Web Services SOAP Client (Deprecated) connector

New
We updated the name of this connector
  • The Web Services SOAP Client (Legacy) connector has been renamed to reflect its deprecated status. (CONC-14864)

For more information about the Deprecated stage, read the Feature release stages page.

Customers should use the newer version of the connector, for more information review the Web Services SOAP Client connector.

This name change is not in the Runtime Release.

Workday connector

New
We updated this connector
  • Runtime updates were made to this connector to support its Enterprise equivalent. There are no functional changes. (CONC-14955)

This change is in the Runtime Release.

Workday (Enterprise) connector

New
We released this connector
  • The Workday (Enterprise) connector is generally available (GA) to all customers with this release. This Enterprise-grade version of the connector includes the following new features:
    • Advanced WQL, so you can perform complex queries in Workday Query Language (WQL).
    • Download Report (RaaS), so you can retrieve your Workday reports as web services. (CONC-10662)

These features are in the Platform Release.

On this Page