Connectivity July 2025 Release Notes
SFTP V2 (Deprecated) connector
- This connector has been renamed to reflect its deprecated status.
For more information about the Deprecated stage, read the Feature release stages page.
Amazon SQS connector
- Fixes a NullPointer Exception that occurred when the Public Certificate or Private Key fields were left empty in the Amazon SQS connection. (CONC-9476).
Read Amazon SQS connector to learn more.
REVERTED: Database V2 connector
Subsequent to the Runtime release, the features and fixes for the July release have been reverted and will be rescheduled. If you applied version 41, you will be reverted back to version 38.
- Enhanced the performance of GET and DELETE operations across Oracle, MySQL, PostgreSQL, and MSSQL. (CONC-10602 and CONC-10459)
- Added support for returning
REFCURSORfrom stored procedures in the Database V2 connector for Oracle Database and PostgreSQL, enabling the process of complex queries that return multiple rows of data via cursors for Oracle Database. (CONC-11170, CONC-7512) - The Database V2 connector's Upsert feature has been enhanced to support JSON data that includes special escape characters like double quotes. This ensures accurate column insert/update across Oracle, MySQL, PostgreSQL, and MSSQL without truncating characters like double quotes. (CONC-10482, CONC-10914, CONC-10913, CONC-10912 , and CONC-10255)
- The Database V2 connector's STOREDPROCEDURE operation now correctly processes decimal values with precision and scale for insert, update, delete, and select DML (specifically when decimal values are used in the
WHEREclause) (CONC-8010)
- Updated Standard GET operation to skip object and column name validation, enabling parameterized dynamic SQL execution on varying objects. (CONC-11686)
Disk V2 connector
- Updated Boominology terminology on the Disk V2 connector UI, aligning field labels, help text, and tooltips with the latest Boominology naming conventions. (CONC-11947)
Read Disk V2 connector to learn more.
Google Workspace connector
We have rebranded the Google G Suite connector to Google Workspace, to align with Google's current branding.
- The Google G Suite connector has been rebranded to Google Workspace. The connector and accompanying documentation are now updated. (CONC-10769).
- The Google Workspace connector now successfully imports the Events object for the Google Calendar V3 service for the CREATE, GET, UPDATE, QUERY, and EXECUTE operations. (CONC-9725, CONC-11294, CONC-11295)
- Vulnerability issue of type Cryptographic Issues was resolved to make the Connector more secure. (CONC-3113)
Read Google Workspace connector to learn more.
IntegratD - Partner connector
- This connector supports integration between Boomi and the IntegratD platform, which focuses on providing seamless integration, workflow automation, and real-time insights across diverse applications and data ecosystems. (TPP-38)
Read IntegratD - Partner connector to learn more.
Kafka connector
- Updated the label of the new SASL Extensions box on the Connection tab to Add SASL Parameters. (CONC-10747)
- The Kafka connector has been enhanced to support the Authorization Code grant type for OAuth 2.0 and OIDC authentication for Apache Kafka and Confluent Kafka. (CONC-9778 and CONC-9673)
- The Kafka connector now supports Kafka server
version 3.8and Kafka Clientversion 3.8.1with out-of-the-box support for Apache, Confluent, Microsoft Azure Events Hub, and Amazon Managed Streaming for Apache Kafka. (CONC-10615, CONC-11111 CONC-11037 and CONC-11034).
- Updated Boominology terminology on the Kafka connector UI, aligning field labels, help text, and tooltips with the latest Boominology naming conventions. (CONC-11945) (CONC-10615).
- Introduced support to override the Consumer Group for the Commit and Commit Offset operations, giving developers greater control over Kafka connector configurations. (CONC-6931, CONC-8352 and CONC-10045)
Read Kafka connector to learn more.
LDAP (Deprecated) connector
- The LDAP (Deprecated) connector is being retired. (CON-10121)
For more information about the Retired stage, read the Feature release stages page.
Marketo REST connector
- The Marketo REST connector has been enhanced to use the Authorization header for authentication instead of URL query parameters across all operations, including Test Connection. Additionally, the connector now logs the HTTP method and request URL at the INFO level to improve traceability. (CONC-11762, CONC-11509, CONC-11907, CONC-12038, CONC-12099).
Read Marketo REST connector to learn more.
Microsoft Dynamics 365 for Customer Engagement connector
- Updated Boominology terminology on the Microsoft Dynamics 365 for Customer Engagement connector UI, aligning field labels, help text, and tooltips with the latest Boominology naming conventions. (CONC-11955)
Read Microsoft Dynamics 365 for Customer Engagement connector to learn more.
Microsoft Excel connector
- This connector provides support for importing annotated Excel templates to generate structured JSON profiles. You can define a template file that includes tables, headers, footers, static, and required fields annotated using cell comments based on a standardized annotation format. The system automatically infers data types and validates annotations during import.
Key considerations for the template file:
- Only read operations are supported; merged cells, macros, and formulas are not processed
- Excel files in runtime should match the structure of the template for successful execution
- You can define one or more columns in a table schema as required or mandatory
- You can define one or more static fields as required or mandatory
- If any required column contains a null or blank value, an error message indicating the missing column(s) is displayed
- If any required static field is missing, the input is rejected, and an error message including the name of the missing field is displayed (CONC-11775)
Read Microsoft Excel connector to learn more.
REVERTED: MongoDB connector
Subsequent to the Runtime release, the features and fixes for the July release have been reverted and will be rescheduled. If you applied version 12, you will be reverted to version 9.
- Enhanced the MongoDB connector with an upgrade to version 5.1, adding full compatibility with MongoDB 7.0, partial support for MongoDB 8.0, and extended support for the Azure Cosmos Database MongoDB API variant. (CONC-12184 and CONC-11922)
Applications using older versions must update their dependencies to ensure compatibility with the upgraded MongoDB connector v5.1. Retaining older JARs in the classpath may result in unexpected runtime behavior or conflicts.
MQTT connector
- Updated the MQTT connector to store all persistence files in a dedicated
<atom-basedir>/work/connectorfolder, keeping the Atom base directory clean across both LISTEN and SEND operations. (CONC-9581 and CONC-11032)
Read MQTT connector to learn more.
NetSuite connector
- Added support for Unicode character range
#x3001to#xD7FF, enabling compatibility with language characters such as Chinese, Japanese, and Korean. For backward compatibility, unsupported special characters will continue to be replaced with_. (CONC-9771, CONC-11253 and CONC-10973)
- Implemented support for handling internal ID differences in the Query action when migrating between NetSuite environments, enabling seamless Boomi process transfers without requiring configuration changes. (CONC-11065, CONC-9699 and CONC-11066)
Read NetSuite connector to learn more.
OData Client connector
- Enabled document-level URL logging for all operations, improving supportability. (CONC-11033, CONC-11192 and CONC-11193)
- Updated the connector SDK to the latest
version 2.20.1. (CONC-7827) - Added support for custom headers using operation properties with override capability using Dynamic Operation Properties, across all operations for
OData 2.0. UPDATE and DELETE operations support request headers only, with no response header handling. (CONC-7201, CONC-11169, CONC-11155, CONC-11154, CONC-11153 and CONC-11152)
Read OData Client connector to learn more.
Oracle Database connector
- Fixed an issue in the Oracle Database connector and Import Wizard that prevented stored procedure objects from being fetched, enabling users to import and call stored procedures through the database profile.
- Updated the tooltip of the new filter to specify its approach and distinguish it from existing object filters. (CONC-11007 and CONC-2152)
Read Oracle Database connector to learn more.
Oracle E-Business Suite V2 connector
- The Oracle EBS V2 connector has been enhanced to support listening to standard business events from the
WF_BPEL_Qqueue in Oracle E-Business Suite. This enables subscribers to successfully receive events such as sales order creation, purchase orders. (CONC-11344 and CONC-5566)
Read Oracle E-Business Suite V2 connector to learn more.
SAP S/4HANA OData connector
- Enhanced the SAP S/4HANA OData connector to retain leading zeros in the Client Number field, allowing seamless use of client IDs that begin with zero. (CONC-2074)
Read SAP S/4HANA OData connector to learn more.
ServiceNow REST connector
-
Logging for the request URLs executed by all operations, enabling you to better manage and monitor your ServiceNow integrations. (CONC-10683)
-
The connector now uses Connector SDK
v2.25.0. The following other dependencies were also updated (CONC-10684):com.boomi.connector:connector (parent pom)to3.2com.boomi.connsdk:connector-sdk-apito2.25.0com.boomi.connsdk:connector-sdk-wsto2.25.0com.boomi.connsdk:connector-sdk-utilto2.25.0com.boomi.connsdk:connector-sdk-test-utilto2.25.0com.boomi.commonsdk:common-sdkto1.1.12
-
Dot walking is now available for the Query and Advanced Query operations to allow the connector to access and fetch data from related records in a ServiceNow table. (CONC-10493) (CONC-11013)
-
Database views are now available for the Query and Advanced Query operation, allowing you to query and retrieve data from multiple tables, offering a consolidated view without needing to execute multiple API calls across different tables. (CONC-10495)
-
A new operation property, Maximum Number of Results, is available for the Query and Advanced Query operations. (CONC-10685) (CONC-10686)
-
The Object Types Source field in the Query operation was changed to a dropdown box to accommodate a new object type, UI Views. (CONC-11829) (CONC-10496)
Read ServiceNow REST connector to learn more.
SFTP V2 connector
- The SFTP V2 connector is being deprecated. (CON-10458)
For more information about the Deprecated stage, read the Feature release stages page.
REVERTED: Snowflake connector
Subsequent to the Runtime release, the features and fixes for the July release have been reverted and will be rescheduled.
- The Snowflake connector's CREATE operation will consider connection details based on different environments when overriding Database Name and Schema through Dynamic operation properties, to maintain consistent behavior across environment configurations. (CONC-11183 and CONC-12043)
- Added support for Snowflake defaults for missing value with batching when creating a new record, where the user can override schema and database name. (CONC-10125, CONC-9917)
Workday connector
An issue was discovered with version 25.07.0 during the July Runtime release. A new version (25.07.1) has been released that fixes CONC-3658. If you manually applied version 25.07.0, you will need to manually update to version 25.07.1. If you don't update now, you will automatically be updated during the Platform release.
All runtimes with scheduled release control will be updated to the new version based on your release setting.
- The Execute operation now logs a message in the document log with INFO level including the Request's HTTP Method and URL.(CONC-10842)
- The connector now uses connector SDK
v2.25.0. The following other dependencies were also updated (CONC-10684):com.boomi.redsky.connector:connector-workdayto25.05.0-SNAPSHOTcom.boomi.connector:connector (parent pom)to3.2com.boomi.connsdk:connector-sdk-apito2.25.0com.boomi.connsdk:connector-sdk-wsto2.25.0com.boomi.connsdk:connector-sdk-utilto2.25.0com.boomi.connsdk:connector-sdk-test-utilto2.25.0
- Resolved an error where the connector sent a SOAP error when it received a response with an empty body. The connector now returns an empty success when it receives a response with an empty body. (CONC-3658)
Read Workday connector to learn more.
Veeva connector
- Updated Custom VQL Statement text field was changed to a text area in Query Operation. (CONC-12079)
- Several filter issues were resolved for the Query operation. (CONC-11038) (CONC-9087)
- Updated the Enable VQL Joins field from a dropdown box to a radio button in the Query Operation. (CONC-12040)
Read Veeva connector to learn more.