Skip to main content
Feedback

Connectivity Release Notes for July 2026

July 18 2026

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)
Fix
We fixed this issue
  • Added support for key-pair authentication using private keys encrypted with legacy PKCS#12 algorithms. The connector also includes a fallback encryption mechanism to improve compatibility if encryption processing fails. (CONC-17875)
note

The fallback mechanism is not supported on high-security runtimes.

Refer to Snowflake connector to learn more.

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)

Refer to Amazon S3 REST connector to learn more.

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)
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)
  • 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)

Refer to Database connector to learn more.

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)

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)

Refer to Google BigQuery connector to learn more.

Grenefolc Vartala Ausa - Partner connector

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

Refer to Grenefolc Vartala Ausa - Partner connector to learn more.

Grenefolc Vartala Stefna - Partner connector

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

Refer to Grenefolc Vartala Stefna - Partner connector to learn more.

JIRA REST connector

Fix
We fixed this issue
  • Vulnerability issue of type "Deserialization of Untrusted Data" was resolved to make the connector more secure. (CONC-14494) (CONC-14495)

Refer to JIRA REST connector to learn more.

JMS connector

New
We changed the name of this connector
  • The JMS V2 connector has been changed to JMS. (CONC-14901)
New
We added this feature
  • Updated the JMS 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)

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

Refer to JMS connector to learn more.

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)

Refer to Kafka connector to learn more.

Listener Reporting Status Panel

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

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

important

Subsequent to the July Runtime Release, an issue was reported that required the Mail (IMAP) connector to be rolled back. If you applied the new version 26.07.4 during the Runtime Release, you will be reverted back to the previous release version 23.01.0.

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.

Microsoft Azure Blob Storage connector

New
We added this feature
  • Added a configurable maximum upload timeout setting (in seconds) for the Create (upload) operation. (CONC-17522)

Refer to Microsoft Azure Blob Storage connector to learn more.

NetSuite REST 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)
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)

Refer to NetSuite REST connector to learn more.

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)

  • 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)

Refer to Oracle Database connector to learn more.

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)
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)

Refer to Oracle E-Business Suite connector to learn more.

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)

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

Refer to Salesforce connector to learn more.

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)

Refer to Salesforce Apex connector to learn more.

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)

Refer to Salesforce Platform Events connector to learn more.

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)

Refer to SAP JCo connector to learn more.

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)

Refer to SFTP connector to learn more.

Snowflake connector

Important

Subsequent to the July Runtime Release, an issue was reported that required the Snowflake connector to be rolled back. If you applied the new version 33 during the Runtime Release, you will be reverted back to the previous release version 32.

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)
Fix
We fixed this issue
  • Implemented support in the Snowflake connector for legacy PKCS#12 PBE encryption algorithms used with private keys, enabling key-pair authentication with these encryption schemes. (CONC-17875)
On this Page