Skip to main content
Feedback

Connectivity Release Notes for July 2026

Platform Release

July 11 2026

Amazon S3 REST connector

Fix
We fixed this issue
  • Fixed the response stream handling in the Amazon S3 REST connector, ensuring proper draining and closing to prevent resource leaks. (CONC-16203)

This fix is in the Runtime release.

Database connector

New
We added this feature
  • Added a new Commit by Profile (Complete Rollback on Error) option for Database operations (INSERT, UPDATE and DELETE), enabling full batch rollback when an error occurs. (CONC-13926) (CONC-15911) (CONC-15912)

This feature is not in the Runtime release. It is in the Platform release.

Fix
We fixed these issues
  • Enhanced the Database Connector's DYNAMIC INSERT operation when using the Commit By Number of Rows option. The connector now correctly handles columns with default values and nullable fields during batch processing, ensuring database defaults and NULL values are applied as expected. (CONC-14620)
  • The Database connector now applies the Connection Timeout value to pooled connections for Microsoft SQL Server. Previously, the configured timeout was not passed to the driver on the pooled connection path, so it had no effect. The value is entered in milliseconds and is converted internally to the seconds unit expected by the driver. (CONC-12559)
  • The Database connector no longer logs an informational message on every successful stored procedure call. This message was written at INFO level on each invocation and could flood container logs in high-volume scenarios. The log line has been removed and stored procedure execution behavior is unchanged. (CONC-13216)

These fixes are in the Runtime release.

  • The help text for the Read Timeout field in the Database connector has been corrected. It previously described the field as the Socket Read Timeout, which was misleading. The help text now clarifies that the value is the query timeout, entered in milliseconds and converted internally to seconds. There is no change to connector behavior. (CONC-12560)

This fix is not in the Runtime release. It is in the Platform release.

Dynamic Operation Properties tables

Fix
We fixed these issues
  • Fixed an issue where the dynamic operation properties were cleared when editing a connector operation. (CON-9095)

  • Fixed an issue where clicking the Dynamic Operation Properties link did not navigate to the Dynamic Operation Properties tab. (CON-10092)

These fixes are not in the Runtime release.

Google BigQuery connector

New
We added this feature
  • Added a new Write operation to the Google BigQuery connector using the high-performance Storage Write API default streams (gRPC-based). The existing Streaming Insert operation has been renamed to Streaming Insert (Legacy) and retains its existing behavior. This enables immediate data availability for querying and DML operations, improving ingestion efficiency. The update also lays the groundwork for future support of application-created streams and advanced streaming capabilities. (CONC-13823, CONC-14917)

This feature is not in the Runtime release. The Help documentation is in the Platform release.

Grenefolc Vartala Ausa - Partner connector

New
We are releasing this connector
  • Supports Dynamic Document Properties (DDP) extractor using Xpaths and JSON paths. (TPP-74)

This connector will be released in the Platform release.

Grenefolc Vartala Stefna - Partner connector

New
We are releasing this connector
  • Supports the routine profile handling variants of EDI, XML, and JSON. (TPP-73)

This connector will be released in the Platform release.

JMS connector

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

This name change and the Help documentation are in the Platform release.

New
We added this feature
  • Updated the JMS V2 connector to support dynamic status reporting for the Listen operation. (CONC-14956)
Fix
We fixed these issues
  • Fixed an issue where setting Pool Maximum Connections to 0 (unlimited) was not honored by the connector. (CONC-14498)

  • Fixed a connection pool corruption issue where a failed connection initialization could add an invalid entity to the pool, corrupting the active connection count. (CONC-16821)

These fixes and feature are included in the Runtime release.

  • Fixed incorrect help text for Pool Maximum Idle Time and Pool Maximum Wait Time, which indicated seconds but the connector expected milliseconds. (CONC-16693)

This fix is not in the Runtime release. It is in the Platform release.

Kafka connector

New
We added this feature
  • Added support for Avro complex types (Record, Array, and Union) in Kafka integrations, enabling integration with more complex data structures and supporting advanced Avro schemas. (CONC-11704)

This feature is in the Runtime release. The Help documentation is in the Platform release.

Listener Reporting Status Panel

New
We added these features
  • Enhanced Listener Reporting is enabled by default for all accounts. (CON-11104)

This feature is in the Runtime release and impacts the API response. UI enhancements are in the Platform release.

The Listener Status Panel now provides you with clear and detailed status reports per listener instance and a new modernized interface.

The updated panel includes:

  • An enhanced look and feel.
  • Aggregate status icons and color-coded badges showing listener counts per connector type.
  • A new Details side drawer gives you a resizable view of each listener's name, connector type, aggregate status, and last updated time. For clustered runtimes, the drawer also shows node-level details — including per-instance status, last updated time, and error and info message dialogs.
  • Error and info dialogs for both instance-level and aggregated listener messages, with scrollable stack traces.

(CON-10651)

Mail (IMAP) connector

New
We added this feature
  • Added support for TLS 1.3 in email integrations, improving compatibility with modern email providers and security standards. TLS 1.2 remains supported to ensure continued connectivity with legacy mail servers. (CONC-14785) (CONC-16199)

    note

    TLS 1.3 is supported starting from Java 11. Applications running on Java 8 or earlier versions will automatically fall back to TLS 1.2.

This feature is in the Runtime release. The Help documentation is in the Platform release.

NetSuite REST (Tech Preview) connector

important

The NetSuite REST Connector will be generally available (GA) as part of Platform release.

New
We added these features
  • Added the Execute SuiteQL operation in the NetSuite REST Connector, enabling users to run SuiteQL queries against NetSuite records from a single table. The operation supports parameterized queries, filtering, sorting, grouping, aggregate functions, and result retrieval for up to 100,000 records, providing a flexible and efficient way to query NetSuite data. (CONC-14354)
  • Added support for custom NetSuite Integration Records in the NetSuite REST connector, allowing you to provide your own Consumer Key and Consumer Secret for Token-Based Authentication. (CONC-17158)

These features are not in the Runtime release. They are in the Platform release.

Fix
We fixed this issue
  • Fixed an issue where importing certain NetSuite objects (such as Support Cases) failed with a profile generation error. NetSuite schemas that use JSON Schema composition keywords (allOf, anyOf, oneOf) are now correctly processed, enabling import of previously unavailable object types. (CONC-16682)

This fix is in the Runtime release.

Oracle Database connector

Fix
We fixed these issues
  • Added a new Upsert without ANALYZE permission option, enabling Upsert operations in environments with limited database permissions. (CONC-12380)

This fix is in the Runtime release. The Help documentation is in the Platform release.

  • Added support for inserting DATE column values in the yyyy-MM-dd HH:mm:ss format in Dynamic Insert operations. Previously, using this format could result in an ORA-01861 error. (CONC-14946)

This fix is in the Runtime release.

Oracle E-Business Suite connector

Fix
We fixed this issue
  • Fixed an issue where the Oracle EBS connector failed to send ECX_INBOUND messages with a "Unable to resolve type SYSTEM.ECXMSG" error. The connector now correctly resolves the ECX message type using the appropriate schema. (CONC-13826)

This fix is in the Runtime release.

New
We added these features
  • Updated the performance of the Oracle EBS Connector's PLSQL_EXECUTE operation for stored procedures. Optimizations to Oracle object type handling reduce processing overhead and improve throughput when executing large volumes of records. (CONC-13827)

  • The Oracle EBS connector now supports PLSQL complex data types across REST_EXECUTE and PLSQL Query operations, enabling seamless import and accurate serialization of input and deserialization of output at Runtime. (CONC-13765) (CONC-14550) (CONC-16629)

These features are in the Runtime release. The Help documentation is in the Platform release.

Salesforce connector

Fix
We fixed these issues
  • Fixed a UI error that occurred when you configure the Salesforce connector with Username+Password authentication and enable OAuth 2.0 fields in Extensions. The connector now correctly loads OAuth 2.0 extension fields regardless of the selected authentication type. (CONC-17188)

This fix is not in the Runtime release.

  • OAuth 2.0 authentication was making unnecessary additional server calls per operation. Connections now behave consistently and efficiently. (CONC-17066)

This fix is in the Runtime release.

Salesforce Apex connector

New
We added this feature
  • Added support for OAuth 2.0 Client Credentials authentication in the Salesforce Apex connector, enabling secure access to Salesforce data and ensuring compatibility with upcoming Salesforce platform changes. (CONC-13662)

This feature is not in the Runtime release. This feature and the Help documentation are in the Platform release.

Salesforce Platform Events connector

New
We added this feature
  • Updated the Salesforce Platform Events connector to support dynamic status reporting for the Listen operation. (CONC-14957)

This feature is in the Runtime release.

SAP JCo connector

Fix
We fixed these issues
  • Fixed an issue in the Boomi for SAP connector that caused data transfer issues when importing RFC with an item element name. (BSAP-563)

  • Fixed an issue that occurred when processing multiple documents with valid and invalid payloads. (BSAP-692)

  • Fixed an issue in the SAP JCo connector where the retry loop did not differentiate between transient unregistration failures and unrecoverable network or SSL errors, causing the connector to retry indefinitely and degrade system stability. (BSAP-755)

SFTP connector

New
We added this feature
  • Enhanced the SFTP connector to support remote sub-directories for Read and List operations as an operation property, enabling access to files across multiple sub-folders through a single connection. It enables the connector to be used as a start shape while simplifying connection management and reuse. (CONC-14919) (CONC-16197)

This feature is not in the Runtime release. This feature and the Help documentation are in the Platform release.

Snowflake connector

New
We added this feature
  • The connector is now supported on Boomi's hosted multi-tenant cloud environments with high security policies, enabling secure and compliant Snowflake integrations in restricted runtime environments. (CONC-15320)

This feature is in the Runtime release. The Help documentation is in the Platform release.

On this Page