Connectivity Release Notes for September 2025
JIRA REST connector
- The Query operation will continue to function normally after the retirement of the
rest/api/2/searchendpoint. The logic for handlingbodyanddescriptionfields has been enhanced. Multiple paragraph-based text structures are now flattened and concatenated with new line separators, ensuring the final output is clean and complete. (CONC-13066)
JIRA REST connector
- The Query operation will continue to function normally after the retirement of the
rest/api/2/searchendpoint. The logic for handlingbodyanddescriptionfields has been enhanced. Multiple paragraph-based text structures are now flattened and concatenated with new line separators, ensuring the final output is clean and complete. (CONC-13066)
MCP (Tech Preview) connector
As a Tech Preview, this connector may provide features with limited functionality and new experiences that are not production-ready; we strongly advise customers not to use it to build production integration processes.
-
You can expose integration processes as MCP server listeners that agents can then use as tools. (CON-10400)
-
Uses a singleton Jetty server supporting all MCP servers. (CON-10413)
-
Introduces prompts as conversation starters. (CON-10411)
-
Authentication can use API tokens. (CON-10469)
-
Key value pairs defined in the connector have a length restriction of 100 characters for the key and 1024 characters for the value. (CON-10467)
-
The connector will always wait for responses, since there are no asynchronous actions. There is a timeout (default 30 seconds) after which a timeout exception is thrown back to the agent. (CON-10412)
-
Importable Browse fields can leverage new headers and button labels in the customproperties fields. (CON-10479)
Refer to MCP (Tech Preview) connector to learn more.
Coupa connector
- Resolved the issue where creating Invoice Comments was failing with a 500 error when the
<invoice-id>was included in the request payload. (CONC-2593)
Refer to Coupa connector to learn more.
Database V2 connector
Subsequent to the September Runtime release, a fix was applied to roll back a feature that caused executions to fail when SQL queries included an IN clause with a linked element. If you applied version 43, you will be reverted back to version 38, then upgraded to version 44 Saturday, Sep 13th.
-
Added support for the CLOB datatype in the Database V2 connector GET, INSERT, UPDATE, DELETE, UPSERT, and STORED PROCEDURE operations for Oracle database. (CONC-11724) (CONC-12334)
-
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. (CONC-11170) (CONC-7512) -
The Database V2 connector is updated to support the LINK element in Standard Get and Dynamic Get operations. (CONC-5864)
-
Enhanced the performance of GET and DELETE operations across Oracle, MySQL, PostgreSQL, and MSSQL. (CONC-10602) (CONC-10459)
-
The Database V2 connector's STOREDPROCEDURE operation now processes decimal values with precision and scale for insert, update, and delete statements. (CONC-8010)
-
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-10914) (CONC-10913) (CONC-10912) (CONC-10255) (CONC-10482)
-
Database V2 connector now successfully supports the use of both the Link Element and the IN_CLAUSE checkbox together. Grouping is performed when the SQL includes an
ORDER BYclause with a column that matches the Link Element; otherwise, the process runs with standard batching. (CONC-13016) -
Standard Get operations now support document grouping via the Link Element which requires one of the column in the
ORDER BYwould be same as the Link Element field. If theORDER BYclause is absent then operations will automatically default to standard batch processing (without grouping) to ensure continued backward compatibility. (CONC-12996)
Refer to Database V2 connector to learn more.
Files.com - Partner connector
- Improved the User Agent header string to include version information for clearer logging. (TPP-43)
Refer to Files.com - Partner connector to learn more.
IFS REST - Partner connector
- Fixed a token refresh issue for long-running connector instances. (TPP-41)
Refer to IFS REST - Partner connector to learn more.
JMS V2 connector
-
Updated the JMS V2 connector to set the message priority as per the operation property or dynamic operation property value, enabling users to send messages with the desired priority. (CONC-6410)
-
Introduced a new
Client IDfield in the GET, SEND, and LISTEN operations of the JMS V2 connector, enabling users to execute multiple processes concurrently using the same connection. (CONC-10516)
Refer to JMS V2 connector to learn more.
Kafka connector
-
The Kafka connector is updated to support transactional message delivery for the Produce operation. It now also provides support for custom client properties in the Produce, Consume, and Listen actions. (CONC-8598)
-
Kafka connector updated to support for custom polling properties in the Listen operation. (CONC-11690)
Refer to Kafka connector to learn more.
Kintone (Tech Preview) connector
-
The Kintone connector adds the ability to create, update, query, and delete records in Kintone apps, enabling you to manage your data more efficiently. (CONC-12670)
Key features include the following:
- File upload and download capabilities for Kintone records, enabling you to attach relevant documents and media to your data. (CONC-12613)
- Support for limit and offset in the Get Records operation, enabling you to efficiently retrieve and paginate large datasets from Kintone. (CONC-12608)
- Support for displaying more than 100 apps from a Kintone account, enabling you to access and select from the complete list of available applications. This change improves the user experience and allows for better organization and management of Kintone content. (CONC-12606)
- Implements the
Queryoperation for the Kintone connector, enabling you to search and retrieve data from Kintone applications based on specified conditions. This includes support for all field types, standard operators, sorting, and timely responses, as well as handling of invalid search requests. (CONC-12521) - Implements a robust retry and exception handling mechanism for the Kintone connector, improving its resilience and reliability when interacting with the Kintone API. This prevents failures due to transient errors, such as network interruptions, temporary service unavailability, and API rate limits, and ensures smooth operation for you. (CONC-12509)
- Support for all authentication mechanisms in Kintone, including
OAuth2,Basic Authentication, andAPI Key, enabling flexible, secure, and compatible access to Kintone APIs for various use cases and client requirements. (CONC-12453)
As a Tech Preview, this connector may provide features with limited functionality and new experiences that aren't production-ready; we strongly advise customers not to use it to build production integration processes.
Refer to Kintone (Tech Preview) connector to learn more.
Laserfiche - Partner connector
- Updated the following libs to address security vulnerabilities:
- Laserfiche API client Core If-api-client-core: 2.2.3 > 2.2.4
- Laserfiche Repository API Client If-repository-api-client: 2.0.4 > 2.0.5 (TPP-42)
Refer to Laserfiche - Partner connector to learn more.
Microsoft Azure Service Bus connector
- Updated Boominology terminology on the Microsoft Azure Service Bus connector UI, aligning field labels, help text, and tooltips with the latest Boominology naming conventions. (CONC-10896)
Refer to Microsoft Azure Service Bus connector to learn more.
Microsoft Excel (Tech Preview) connector
- Improved error messages to show sheet names, enabling you to more easily diagnose issues when working with spreadsheets that have multiple sheets. (CONC-12788)
- Updated the date function to return the date in JSON output, and rounded off decimal values in number formula cells, providing more accurate and consistent data. (CONC-12275)
Refer to Microsoft Excel (Tech Preview) connector to learn more.
OData Client connector
- Updated Boominology terminology on the OData connector UI, aligning field labels, help text, and tooltips with the latest Boominology naming conventions. (CONC-10896) (CONC-11618)
- Added support for custom headers using operation properties with override capability using Dynamic Operation Properties, across all operations for OData 1.0 UPDATE and DELETE operations support request headers only, with no response header handling. (CONC-11030)
Refer to OData Client connector to learn more.
OP Database - Partner connector
- Database Operation fields are updated for GET, INSERT, UPDATE, and DELETE actions. (TPP-44)
Refer to OP Database - Partner connector to learn more.
OP Intelligence - Partner connector
-
Test Connection button added to test the connection details.
-
Added multi-modal (image and audio) support.
-
Added Perplexity as one of the LLM providers. (TPP-47)
Refer to OP Intelligence - Partner connector to learn more.
OP Wikipedia - Partner connector
-
The Test Connection button is added to test the connection details.
-
Added multiple language support. (TPP-45)
Refer to OP Wikipedia - Partner connector to learn more.
Oracle Database connector
-
Added support for custom object with CLOB data type column. (CONC-10821) (CONC-9288)
-
Fixed an issue where executions failed with a
NullPointerExceptionwhen a stored procedure returned a nullref_cursor. Processes now execute successfully and return an empty result object. (CONC-2370)
Refer to Oracle Database connector to learn more.
RabbitMQ connector
-
Enhanced the RabbitMQ Publish operation to provide selective control over sending message headers. Users can choose between Dynamic Document Properties or the header panel in operation properties to send message headers. In-built AMQP headers will be restricted as keys in the header panel of the operation properties. (CONC-11741) (CONC-11487)
-
Added a configurable
Frame_Maxoption to align with server limits. Values above the limit are auto-adjusted to the server's maximum, while values below 4 KB trigger a runtime error. (CONC-11486) (CONC-11740)
Refer to RabbitMQ connector to learn more.
Workday connector
-
Added support for OAuth 2.0 authentication. (CONC-12725) (CONC-7031) (CONC-11734)
-
Added test connection support between the SOAP API and this connector. (CONC-12265)
Refer to Workday connector to learn more.