Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Release Date: November 9, 2024

Enhancements for v1.14.0

Added

  • New Connectors onboarded

    • HarvestForcast v2

    • Kantata v2

  • End of life/Support for Connectors

    • HarvestForcast v1

    • Kantata v1

  • Salesforce Connector Upsert Feature for SObjects and Custom Objects with External Ids

    • Add new options for SObjects and Custom Objects

      • Save via Insert

      • Save via Upsert

    • Display drop down of external ids to be used if Upsert Option is selected

image-20241106-005411.png
  • Display link of Connector Guide in Source/Target configuration page, Connection components

    • Display links in connector/connection related components that directs users to the documentation of the specific Connector if documentation is available

image-20241106-005812.png

  • Pre and Post Processing script executions

    • Ability to execute scripts in the Target environment after data is successfully loaded/saved

      • Initial Release supports the following

        • MySQL

        • Aws Aurora MySql

        • Aws Rds MySql

        • Azure MySql

        • Google Cloud MySQL

        • PostgreSQL

        • Aws Rds PostgreSQL

        • Azure Cosmos PostgreSQL

        • Azure Postgres

        • Google Cloud PostgreSQL

        • Aws Aurora PostgreSQL

      • image-20241106-010243.png

    • Ability to execute pre and post scripts in an Agent Environment

      • image-20241106-011254.png

  • Update and Clean up API endpoints for Workqueue and MappingPlan

    • Workqueue

      • getActiveJobStatus change to /active

        • image-20241106-010621.png

      • getArchivedJobStatus change to /archive

        • image-20241106-010654.png

      • stopActiveJob - change to just /stop

        • updated request body to only have required field batchid

        • image-20241106-010735.png

      • restartFailedJob - change to just /restart

        • update request body to only have required field batchid

        • image-20241106-011000.png

      • getMappingJobs - change to /jobs/{mappingTblId}/mapping

        • updated from POST to GET with path parameter mappingId

        • image-20241106-011026.png

      • getJobExecInfo change to /execution-info/{batchid}/job

        • updated from POST to GET with path parameter batchid

        • image-20241106-011055.png

    • MappingPlan

      • runJob - changed to run /run

        • update request body to only have required field mappingTblId

        • image-20241106-011451.png

  • Eazydi Agent v1.6.0 Release EazyDI Agent

    • Add pre and post script execution on the Agent environment

    • Add post Target script execution on Target environments for supported Connectors

  • Bugfixes

    • Fix Klaviyo v2 test connection showing successful even for wrong credentials

    • Fix MailChimp v2 resources not transferring data to target for:

      • Site

      • Apps

      • Automation

  • No labels