Platform API and Partner API Release Notes for September 2026
Platform API and Partner API features, enhancements, and fixes are not in the runtime release.
New Features
- Introduced JMS v2 as an Early Access connector in the Trading Partner Framework. JMS can be configured directly in a Trading Partner component or shared via a Shared Communication Channel component.
TradingPartnerandSharedCommunicationChannelAPIs support create, read, update, query, and delete of components that include the JMS configuration options. (B2B-5320)
Enhancements
-
Extended the Audit Log Query (SOAP and REST) API to support additional query operators:
LIKE,NOT_EQUALS,IS_NULL,IS_NOT_NULL,STARTS_WITH,IN, andNOT_IN, along with existing operatorsEQUALS,BETWEEN,GREATER_THAN,GREATER_THAN_OR_EQUAL, andLESS_THAN_OR_EQUAL. (PS-11093) -
Added a
createdDatefield to theIntegrationPackInstanceREST and GraphQL APIs, so you can sort and identify installed integration packs by when they were created. (INT-17341) -
Added
executionWorkerIdandclusterNodeIdquery filters to theExecutionRecordAPI, so you can troubleshoot issues with specific execution workers or cluster nodes. (RUN-6895)
Fixes
-
Resolved an issue where the Audit Log Query REST API always sorted results by
datein ascending order, regardless of the requested sort field. You can now sort bydate,userId,action,source,modifier, orlevel, in ascending or descending order usingQuerySort. (PS-13811) -
Resolved an issue where the Audit Log Query REST API returned a generic server error for invalid query requests. The API now returns a descriptive, actionable error message. (PS-11093)
noteYou can only retrieve one year of audit log data using the Audit Log Query (SOAP and REST) API.