Skip to main content
Feedback

Connectivity Release Notes for May 2026

Platform Release

May 30 2026

Amazon S3 (Retired) connector

New
We changed the name of this connector
  • The Amazon S3 (Deprecated) connector has been changed to Amazon S3 (Retired). (CONC-14903) (CONC-15344)

Refer to Amazon S3 (Retired) connector to learn more.

Box connector

Fix
We fixed this issue
  • Fixed tracked field handling in the Box connector when strict class loading is enabled. (CONC-16042) (CONC-16041)

Refer to Box connector to learn more.

Database connector

Fix
We fixed these issues
  • Fixed an issue in the Database connector where the StandardGet operation failed with query errors on AS400 databases when using dynamic parameters with Table name containing the $ symbol. (CONC-15930)

  • Fixed an issue in the Database connector where the StandardGet operation failed when querying tables with column names containing the $ symbol in conjunction with dynamic parameter values. (CONC-15915)

  • Fixed a NullPointerException in the Database connector's StandardUpdate operation when executing direct SQL queries without importing relevant objects, allowing you to perform updates without importing object profiles. (CONC-15938)

  • Fixed an issue in the Database connector where the StandardGet operation failed when using dynamic parameters with the AS keyword in the SELECT clause of the SQL query. (CONC-15904)

Refer to Database connector to learn more.

Disk connector

New
We changed the name of this connector
  • The Disk V2 connector has been changed to Disk. (CONC-14900)
Fix
We fixed this issue
  • Updated the tooltip for the “Include Initial Events” option in the Listen operation to provide detailed behavior for file retrieval after restart or redeployment. (CONC-15360)

Refer to Disk connector to learn more.

FTP connector

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

Refer to FTP connector to learn more.

New
We added these features
  • Updated the Google Ad Manager connector with support for API version v202511 as the default for new connections. (CONC-14426) (CONC-13983)

  • Removed deprecated API version v202502 from version selection to align with Google’s API deprecation schedule. (CONC-16338)

Refer to Google Ad Manager connector to learn more.

Google Pub/Sub connector

New
We added this feature
  • Enhanced the Google Pub/Sub Pull operation with message attribute support, enabling metadata-based routing, filtering, and message processing based on context like sender ID, trace information, or message type. (CONC-15509)

Refer to Google Pub/Sub connector to learn more.

Intacct connector

Fix
We fixed these issues
  • Fixed intermittent authentication errors for the Intacct connector when using the API Session auth type. (CONC-9678) (CONC-7048)

  • Fixed the Sage Intacct connector transaction handling to support reliable rollback during batch operations when Use Transaction is enabled. (CONC-13284)

Refer to Intacct connector to learn more.

JMS V2 connector

Fix
We fixed this issue
  • Enhanced the JMS V2 connector to reduce excessive log noise in container logs when processing JSON payloads in Get and Listen operations, improving log readability and troubleshooting efficiency. (CONC-13328)

Refer to JMS V2 connector to learn more.

Kafka connector

New
We added this feature
  • Added support for the Confluent wire format in Avro messaging operations by introducing a Produce Avro Message in Confluent Wire Format property to the Produce operation. When enabled, the connector emits the Confluent wire format ([magic byte][4-byte schema ID][Avro binary]); when disabled, it emits plain Avro binary. The default is disabled, ensuring existing Produce operations continue to behave as before. Consume and Listen operations now automatically detect both the Confluent wire format and plain Avro binary format. (CONC-14512) (CONC-14883)

Refer to Kafka connector to learn more.

Microsoft Azure Data Lake Storage connector

Fix
We fixed this issue
  • Vulnerability issue of type Deserialization of Untrusted Data was resolved to make the Connector more secure. (CONC-14891) (CONC-13958)

Refer to Microsoft Azure Data Lake Storage connector to learn more.

Microsoft Azure Service Bus connector

Fix
We fixed this issue
  • Updated the Microsoft Azure Service Bus jar to v1.2.16, resolving an issue of excessive CPU utilization over time due to a timer leak. (CONC-14760) (CONC-13997)
New
We added this feature
  • Added a new Send (AMQP) operation for the connector, enabling you to send messages using the AMQP protocol for both session-aware and non-session-aware queues and topics. (CONC-14307)

Refer to Microsoft Azure Service Bus connector to learn more.

NetSuite REST (Tech Preview) connector

New
We are releasing this connector
  • A new NetSuite REST (Tech Preview) connector is being released. It provides a seamless, secure, and robust integration point between the Boomi platform and the NetSuite REST API. It should not be used in a production environment or with production data. For more information, refer to the Feature release stages page.

  • The connector supports the following operations against NetSuite record types:

    • Create — Creates a new record.
    • Query — Retrieves records, with support for filtering using query parameters.
    • Update — Updates an existing record.
    • Upsert — Creates or updates a record using an external ID.
    • Delete — Deletes an existing record.
  • The connector supports the following authentication types:

    • Token-Based Authentication
    • OAuth 2.0 Authorization Code
    • OAuth 2.0 Client Credentials with JWT Token
  • The Browse capability allows you to import request and response profiles directly from the NetSuite metadata catalog.

    note

    Profile import is not supported for NetSuite record types such as supportcase whose schemas use JSON Schema composition keywords (allOf, anyOf, or oneOf). Attempting to import these object types will result in an error.

(CONC-13483)

Refer to NetSuite REST (Tech Preview) connector to learn more.

OData Client connector

Fix
We fixed this issue
  • Fixed the OData Client Connector NTLM authentication configuration by displaying required Username and Password fields for both Basic and NTLM authentication types. This allows successful authentication using valid domain\username credentials while keeping NTLM-specific fields hidden for other authentication types. (CONC-16250)

Refer to OData Client connector to learn more.

REST Client connector

New
We added this feature
  • Enhanced the REST Client connector with a new API Key authentication type for REST connections, enabling secure, environment-specific API key configuration via encrypted Environment Extensions and allowing the key to be passed in a configurable request location (request header, query parameter, or cookie). (CONC-13746)

Refer to REST Client connector to learn more.

Salesforce connector

New
We added this feature
  • Added OAuth 2.0 Client Credentials authentication support for Salesforce, enabling secure modern authentication for Salesforce connections. (CONC-13529)
Fix
We fixed this issue
  • Fixed an issue where excessive login requests were causing a LOGIN_RATE_EXCEEDED error in Salesforce. The release version has changed to version 26.05.4. (CONC-16764)

Refer to Salesforce connector to learn more.

Salesforce Platform Events connector

New
We added this feature
  • Salesforce API Version, a connection field that allows you to enter the desired Salesforce API version number for the streaming and REST API connections. The default value is 41.0. (CONC-16177)

Refer to Salesforce Platform Events connector to learn more.

SAP (Legacy) connector

New
We made this change
  • Updated the SAP connector name to SAP (Legacy) in the canvas. (CONC-14906) (CONC-15344)

Refer to SAP (Legacy) connector to learn more.

SAP S4/HANA OData connector

Fix
We fixed these issues
  • Resolved a security issue. (CONC-15323)

  • Resolved an exception that occurred while parsing the response for Etag value in the Patch operation. (BSAP-732)

Refer to SAP S4/HANA OData connector to learn more.

SFTP connector

New
We added these features
  • Enhanced the SFTP List operation with advanced post-processing actions, including Delete, and Move, for improved file management efficiency. (CONC-13817)

  • Added post-action support for managing files after listing, such as moving files to a different directory. For File Metadata object types, the post-action option is restricted to “None”. (CONC-15408)

  • Added delete post-action support to simplify file cleanup after listing operations. (CONC-14915)

  • Enhanced file retrieval with sorting support based on the last modified timestamp for improved workflow efficiency. (CONC-14443)

Refer to SFTP connector to learn more.

Snowflake connector

Fix
We fixed this issue
  • Enhanced the Snowflake connector to support browsing and importing profiles for tables with reserved word names. (CONC-16280)

Refer to Snowflake connector to learn more.

Veeva connector

Fix
We fixed this issue
  • Fixed an issue where the Dynamic Operation properties were not being honored for the Query Vault operation. (CONC-16191)

Refer to Veeva connector to learn more.

Web Services SOAP Client (Deprecated) connector

New
We changed the name of this connector
  • The Web Services SOAP Client (legacy) connector has been changed to Web Services SOAP Client (Deprecated). (CONC-14864) (CONC-15344)

Refer to Web Services SOAP Client (Deprecated) connector to learn more.

On this Page