> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/others/release-notes/5.5.0-july-08-2026.md).

# 5.5.0 July 08, 2026

## What's New

<div><figure><img src="/files/4wwhmAxmZ7sPXDy2wQNI" alt=""><figcaption><p>Project Summary Reports</p></figcaption></figure> <figure><img src="/files/WIFbiyepxhOzGDImUdNM" alt=""><figcaption><p>Console Log Search</p></figcaption></figure> <figure><img src="/files/bAo8IdwTOUFshkA2Cr7d" alt=""><figcaption><p>Bulk Sync Mode</p></figcaption></figure> <figure><img src="/files/vSzIH4h7PHTuetPTjZmI" alt=""><figcaption><p>AI-Based Public Systems</p></figcaption></figure> <figure><img src="/files/g5GNJXcWUatJhpyyHq7D" alt=""><figcaption><p>Step Usage in Variable Overview Panel</p></figcaption></figure> <figure><img src="/files/wcee1mLXadjUgWS3lyqe" alt=""><figcaption><p>EDI Improvements</p></figcaption></figure></div>

## Features/Improvements

**Scheduled Project Summary Reports**\
You can now receive automated email summaries of your project workflows. Each report provides workflow-level processing statistics for the selected reporting period, and you can subscribe to weekly or monthly reports. This helps you monitor workflow activity without manually checking execution logs.

**Console Log Search**\
Console Log Search lets you search log contents across multiple console log files generated for a specific synchronization.

**Bulk Sync Mode**\
For backdated synchronization, a new Bulk Sync mode is now available in workflow settings to run syncs more efficiently. We recommend using Bulk Sync only when the synchronization involves a large volume of data

**AI-Based Public Systems**\
Added support for AI-based Public Systems — OpenAI, Anthropic, and Gemini — letting you leverage AI capabilities directly within your workflows.

**Variable Overview Panel Enhancement**\
Enhanced the variable overview panel with detailed step usage information and improved navigation to show where each step is utilized throughout your workflows.

**EDI Management Enhancements**

We've introduced **Companies** to simplify the management of EDI partners, transactions, and related data across your team.

With **Companies**, you can:

* Invite team members to collaborate on managing EDI partners and transaction data.
* Centralize ownership and administration of your **Company's** EDI resources.
* Improve collaboration by allowing multiple users to securely manage EDI operations.

We've also introduced **Role-Based Access Control (RBAC)**, enabling you to assign specific roles and permissions to each member in your Company. This ensures users have access only to the features and data required for their responsibilities, improving both security and operational efficiency.

## Minor Improvements & Bug Fixes

* You can now send the generated **OAuth2 token within the XML payload** of an API call.
* **Improved performance** when closing a step in workflows with a large number of steps.&#x20;
* MySQL raw output is now automatically converted to a standard format.
* In the Console Log Viewer, file names now display the complete file name, including its identifying number.
* Improved navigation between the Main Workflow and Snippets.
* **Beta Systems improvements and fixes, including:**
  * User-friendly improvements to the credential input section, and a new "Allow HTTP URLs" toggle in System Basic Details.
  * Support for using a hostname in OAuth 2.0 authorization and token URLs.
  * A warning is now shown before deleting a credential field that's in use.
  * Fixed issues with OAuth version upgrade/downgrade.
  * Fixed issues with switching versions and saving.
  * Improved validation for version numbers.
* **Minor improvements in Bulk Credential Switch including:**
  * Removed Bulk Credential Switch option when all API Call steps are deleted.
  * Fixed incorrect warnings when showing credentials in DataHub.
  * "No change" is now marked as the default option, for clarity.
* **Support Ticket Improvements include:**
  * Improved the breadcrumb navigation for returning to the Help & Support section.
  * When a ticket is created via email, it's now automatically assigned to the user's project if they have access to only one.
  * Support ticket attachment file names are now sanitized for security.
  * Support tickets forwarded via email now automatically create a ticket in the product for tracking.
  * Fixed a distorted close icon on the Support Ticket screen while previewing MP4 files.&#x20;
  * Applied filters are now retained in support tickets.
  * Support Ticket Acknowledgement Emails are now Triggered for Email-Based Support Ticket Creation and Replies
* Improved the Inline Transformation Preview and exception messages.
* Fixed an issue where step edits weren't reflected correctly when navigating from workflow search results.&#x20;
* Fixed an issue where errors in child handlers weren't shown after importing a workflow.
* In Workflow Snippets, the Variables panel now shows where each variable is referenced within Return Handlers.
* Fixed an issue where navigating to variables declared in Preprocessor / Advanced Options didn't work correctly. Navigation now correctly redirects to the right section and highlights where the variable is used within the API Call Handler.&#x20;
* Fixed an issue where the Value field for variables (in Initialize Variable, Pre Step, and Post Step) couldn't be resized, making it hard to view large JSON values.
* Fixed issues with the close icon not working correctly.
* In the Console Log Filter, **Entity ID and message** are now separated into distinct fields, making it easier to use combined filters.
* The issue where Copy URL popup covers excessive screen space is fixed.&#x20;
* Fixed an issue where entering an incorrect OTP would clear the input and incorrectly move the cursor to the last box instead of the first.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dckapintegrator.com/others/release-notes/5.5.0-july-08-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
