DCKAP Integrator
Getting StartedIntegrator StatusRoadmapRelease Notes
  • Overview
    • Enterprise Integration Platform
    • What is DCKAP Integrator?
    • Integrator Architecture
    • Integrator Security
  • GETTING STARTED
    • Quick Start Guide
    • New User Registration
      • Available Plans
    • Integrator Dashboard
    • Analytics
  • User Guide
    • The Basics
    • Account Management
      • User Groups
      • Account Settings
      • Two-Factor Authentication
    • Projects
      • Add New Project
      • Managing Projects
      • Transfer Project Ownership
    • API Access Keys
    • Project Invitations
    • Help and Support
      • Raise a Ticket
      • Visibility and Collaborators
      • Help and Support - A Quick Overview
    • Exchange
  • PROJECT MANAGER
    • Integrations
      • Add New Pipe
      • Flows and Handlers
      • Mapping and Modifiers
      • Advanced Modifiers
      • Advanced Scheduler
    • Workflows
      • Flow Builder
      • Snippets
      • Actions
        • API Call
        • Console
        • Decision
        • Loop
        • Detail Logger
        • Error Logger
        • Code Runner
        • Formatter
        • Notification
        • Snippet
        • Return
        • Sleep
      • Mock Data
      • FAQs
    • Systems
      • Credentials
      • API Manager
        • API Components
        • Test API
      • Private Systems
      • Authentication Types
        • OAuth 2.0
    • Logs
    • Project Settings
    • Project Analytics
    • Advanced
      • Flows
    • Project Documents
  • TECHNICAL GUIDE
    • Flows & Handlers
      • Add New Flow
      • Simulator
      • Flows: Best Practices
      • Flows: Use Cases
      • Timezone Converter Handler
      • Supported Timezones
    • API and Mapping
  • Tutorials
    • Create a new Integration Pipe
    • Create a new Flow
    • How to Map data?
    • Working with Modifiers
    • Managing User Groups
    • How to use DCKAP Integrator Dynamic URL's?
  • API Documentation
    • Quick Start
    • Projects API
    • Credentials API
    • Templates API
    • Posting and Reading XML data via DCKAP Integrator
    • Commonly used APIs
  • Others
    • Product Roadmap
      • Past Roadmaps
    • Release Notes
      • 4.4.0 April 29, 2025
      • 4.3.0 February 25, 2025
      • 4.2.0 December 19, 2024
      • 4.0.0 August 29, 2024
      • 3.4.8 May 27, 2024
      • 3.4.7 March 14, 2024
      • 3.4.6 January 4, 2024
      • 3.4.5 October 18, 2023
      • 3.4.4 May 16, 2023
      • 3.4.3 March 1, 2023
      • 3.4.2 December 20, 2022
      • 3.4.1 October 4, 2022
      • 3.4.0 August 10, 2022
      • 3.3.6 July 20, 2022
      • 3.3.5a June 23, 2022
      • 3.3.5 May 26, 2022
      • 3.3.4 March 31, 2022
      • 3.3.3 Feb 4, 2022
      • 3.3.2 November 24, 2021
      • 3.3.1 October 22, 2021
      • 3.3.0 August 28, 2021
      • 3.2.7 June 18, 2021
      • 3.2.6 May 11, 2021
      • 3.2.3 and 3.2.4 March 8, 2021
      • 3.2.2 Dec 24, 2020
      • 3.2.1 Nov 12, 2020
      • 3.2.0 - October 7, 2020
      • 3.1.10 - September 16, 2020
      • 3.1.9 - September 3, 2020
      • 3.1.8 - August 15, 2020
      • 3.1.7 - July 19, 2020
      • 3.1.6 - June 21, 2020
      • 3.1.5 - May 15, 2020
      • 3.1.4 - April 27, 2020
      • 3.1.3.0 - April 20, 2020
      • 3.1.3 - April 8, 2020
      • 3.1.2 - March 26, 2020
      • 3.1.1 - March 13, 2020
      • 3.1.0 - March 10, 2020
Powered by GitBook
On this page
  • Features/Improvements
  • Minor Improvements & Bug Fixes

Was this helpful?

  1. Others
  2. Release Notes

4.2.0 December 19, 2024

Version 4.1.0 was an internal release and has been merged with 4.2.0.

Features/Improvements

  • Single Sign-On (SSO): DCKAP Integrator now offers a seamless login experience with enhanced security through DCKAP SSO.

  • New Analytics Page: Track synchronization, storage, data transfer, and execution details with intuitive charts for better insights.

  • OAuth 2.0 Enhancements: Added support for health checks, dynamic workflows, and enforced strict HTTPS URL validation.

  • Discontinued Basic Authentication: Basic authentication for dynamic calls is no longer supported. Users are advised to use tokens generated from the API Keys section.

  • 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.

  • NON-ASCII characters are now supported when saving credentials in Systems.

  • "View from Archives" ability has been removed from log pages as it is no longer needed.

  • Trailing slashes in Hostname URLs are restricted to resolve issues in systems like Magento.

  • The Enable/Disable workflows section has been revamped for improved readability.

  • Applied filters now persist when switching between grid & list views in Integrations and on the Projects page.

  • Logs visible during validation errors in workflows has been addressed.

  • Resolved file overwrite issues when attaching files with the same name in emails.

  • Fixed inconsistent behavior of workflows and pipes in duplicated projects.

  • Improved error handling and validation across various workflow steps.

  • Fixed inconsistent whitespace handling in the Condition Builder.

  • Resolved Unicode escape sequence errors in the formatter step.

  • Addressed rare cases where users were added duplicately.

  • Credentials cannot be deleted if they are being used in workflows.

  • Fixed inconsistencies in system usage display for credentials in workflows and flows.

  • Improved performance for editing API call steps.

  • Fixed missing custom headers and parameters in the console log viewer.

  • Child steps are now unskipped after being copy-pasted outside their skipped parent scope.

  • Fixed issues with adding custom index in the destination tree of the mapping section.

  • Resolved extra iterations occurring in the "Loop Until Break" step.

  • Fixed incorrect email rendering when using Unicode in the Notification step.

  • Throws an error instead of returning the entire list when accessing a list with an invalid key in workflows.

  • Fixed encoding issues in JSON-to-CSV and JSON-to-String formatter steps.

  • Addressed loss of connected project links when removing all users from a group.

  • Restricted project owners from changing their own access to admin or standard user roles.

  • Fixed errors when changing timezones with specific configurations in the scheduler.

  • Resolved blank page issues in Modifier V1.

  • Various minor pagination issues across grids have been fixed.

  • Various UI and design improvements.

Integrator Lightning Services are also updated to v4.2.0

Previous4.3.0 February 25, 2025Next4.0.0 August 29, 2024

Last updated 4 months ago

Was this helpful?