# 4.2.0 December 19, 2024

## Features/Improvements

* **Single Sign-On (SSO)**: DCKAP Integrator now offers a seamless login experience with enhanced security through DCKAP SSO.&#x20;
* **New Analytics Page**: Track synchronization, storage, data transfer, and execution details with intuitive charts for better insights.&#x20;
* **OAuth 2.0 Enhancements**: Added support for health checks, dynamic workflows, and enforced strict HTTPS URL validation.&#x20;
* **Discontinued Basic Authentication**: Basic authentication for dynamic calls is no longer supported. Users are advised to use tokens generated from the API Keys section.&#x20;
* **AWS S3 Support**: Users can now easily read and write files in AWS S3 buckets.

## Minor Improvements & Bug Fixes

* Flows and Pipes are disabled for new projects to encourage the use of workflows exclusively for building integrations.&#x20;
* NON-ASCII characters are now supported when saving credentials in Systems.&#x20;
* "View from Archives" ability has been removed from log pages as it is no longer needed.&#x20;
* Trailing slashes in Hostname URLs are restricted to resolve issues in systems like Magento.&#x20;
* The Enable/Disable workflows section has been revamped for improved readability.&#x20;
* Applied filters now persist when switching between grid & list views in Integrations and on the Projects page.&#x20;
* Logs visible during validation errors in workflows has been addressed.&#x20;
* Resolved file overwrite issues when attaching files with the same name in emails.&#x20;
* Fixed inconsistent behavior of workflows and pipes in duplicated projects.&#x20;
* Improved error handling and validation across various workflow steps.&#x20;
* Fixed inconsistent whitespace handling in the Condition Builder.&#x20;
* Resolved Unicode escape sequence errors in the formatter step.&#x20;
* Addressed rare cases where users were added duplicately.&#x20;
* Credentials cannot be deleted if they are being used in workflows.
* Fixed inconsistencies in system usage display for credentials in workflows and flows.&#x20;
* Improved performance for editing API call steps.&#x20;
* Fixed missing custom headers and parameters in the console log viewer.&#x20;
* Child steps are now unskipped after being copy-pasted outside their skipped parent scope.&#x20;
* Fixed issues with adding custom index in the destination tree of the mapping section.&#x20;
* Resolved extra iterations occurring in the "Loop Until Break" step.&#x20;
* Fixed incorrect email rendering when using Unicode in the Notification step.&#x20;
* Throws an error instead of returning the entire list when accessing a list with an invalid key in workflows.&#x20;
* Fixed encoding issues in JSON-to-CSV and JSON-to-String formatter steps.&#x20;
* Addressed loss of connected project links when removing all users from a group.&#x20;
* Restricted project owners from changing their own access to admin or standard user roles.&#x20;
* Fixed errors when changing timezones with specific configurations in the scheduler.&#x20;
* Resolved blank page issues in Modifier V1.&#x20;
* Various minor pagination issues across grids have been fixed.&#x20;
* Various UI and design improvements.

{% hint style="success" %}
Integrator Lightning Services are also updated to v4.2.0
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.dckapintegrator.com/others/release-notes/4.2.0-december-19-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
