Skip to main content

Release Notes v1

24.11.2025

UI Release - 1.2.0

Noted

  • Added prompt field to transformation modal in the CreatePipeline and ExecutionDetails embeddables to allow AI-generated formulas
  • Added mapping configuration and data validation badges to column list view in TargetDataModelDetails embeddable
  • Added onSuccessContinue hook to CreatePipeline embeddable for custom actions after pipeline creation
  • Added run button enablement for pipelines with manual input connectors in PipelineDetails embeddable
  • Added new column types to TargetDataModelDetails embeddable: category, boolean, corrency_code, country_code_alpha_2, and country_code_alpha_3
  • Added option mapping for category, boolean, correcny_code, country_code_alpha_2, and country_code_alpha_3 column types
  • Added option mapping configuration to TargetDataModelDetails embeddable like used the mapping layers and the mapping threshold
  • Added option to allow selecting multiple options to TargetDataModelDetails embeddable
  • Added dynamic option fetch configuration UI to TargetDataModelDetails embeddable for category columns
  • Added dynamic refresh token support for dynamic option fetch to TargetDataModelDetails embeddable

API Release - 1.2.0

Noted

  • Added trigger_pipeline inside the options header of **/dp/api/v1/connector/{id}/execute to allow executing only one specific pipeline

30.10.2025

UI Release - 1.1.0

Noted

  • Fixed timezone display to always show UTC time instead of German time in embeddables
  • Fixed layout issues in TargetDataModelDetails embeddable for screen widths under 1000px
  • Added preview mode functionality to CreatePipeline and ExecutionDetails embeddables for improved performance when working with large datasets (configurable via the new sampleSize setting, default: 10.000 rows)
  • Fixed button alignment issues in TargetDataModel components
  • Fixed manual upload flow displaying incorrectly when Name, Connectors, and TDM are all configured
  • Fixed alternative matches field styling inconsistencies in TargetDataModelDetails embeddable
  • Updated axios dependency to latest version for improved security and performance
  • Enhanced data type handling and number formatting enforcement across all embeddables
  • Added dynamic refresh token support for advanced cleanings and validations
  • Added dynamic refresh token support for ConnectorDetails embeddable
  • Added dynamic refresh token support for CreateConnector embeddable
  • Released Vue adapter for all embeddable components

14.10.2025

UI Release - 1.0.1

Noted

  • Added that the "Find error" button and the "Error rows" tab are disabled when there is no error
  • Adjusted that no "Are you sure?" modal is shown when submitting a pipeline execution with 0% run error and 0% threshold error
  • Fixed an issue where after updating a pipeline in the PipelineDetails embeddable two successful toast were shown
  • Fixed an issue, where the ExecutionList and ExecutionDetails view where showing 0 rows and cells for an successful execution
  • Fixed an issue where the review step of the CreatePipeline embeddable was shown empty when using the embeddable with modal: false and runPipelineOnCreation: true
  • Fixed an issue, where the "Find error" button led to jumping of the selection frame to non-error cells
  • Fixed an issue, where columns with empty header were displayed as valid input column inside the dropdown menu for matching

06.10.2025

UI Release - 1.0.0

Noted
  • Added Vanilla JS adapter support for DP embeddables with CDN and NPM distribution
  • Added Angular adapter support for DP embeddables supporting Angular versions 18.x, 19.x, and 20.x
  • Added unified package naming structure under the Ingestro brand across all environments
    • React: @ingestro/pipelines-react
    • VanillaJS: @ingestro/pipelines-vanilla-js
    • Angular: @ingestro/pipelines-angular
  • Fixed inconsistent close button visibility across embeddables when modal=true is set during local testing

18.09.2025

UI Release - 0.13.1

Noted

  • Added dynamic option fetching functionality to TargetDataModelDetails embeddable
  • Added data validation capabilities in the "Add column" modal in the TargetDataModelDetails embeddable
  • Added mapping validation capabilities in the "Add column" modal in the TargetDataModelDetails embeddable
  • Added a delete view to the PipelineDetails embeddable that is shown if a pipeline is deleted
  • Added onExecutionView callback support to the PipelineDetails embeddable
  • Updated view/fix button visibility based on onExecutionView configuration in the ExecutionList, PipelineDetails, FileUpload, and CreatePipeline embeddables
  • Updated tooltips to reference "Ingestro" in the PipelineDetails embeddable
  • Updated PipelineList to hide chevron when onPipelineView is not implemented
  • Updated PipelineList to enable the full row to be clickable when onPipelineView is implemented
  • Updated organization permissions to not allow main organizations to set sub-organization connectors and TDMs to public
  • Updated the error threshold field in the CreatePipeline embeddable to accept float values
  • Fixed an layout error in the CreatePipeline embeddable that occurred for very long connector names
  • Fixed an error in ConnectorList to display the "Something went wrong" view when access token is missing
  • Fixed a bug where the CreatePipeline embeddable used the name for the pipeline's name from a pipeline template instead of pipeline_name
  • Fixed an issue where the input columns were ordered alphabetically instead of in the order of reference in the "Data transformation" step in the CreatePipeline or ExecutionDetails embeddables
  • Fixed an issue where added input columns could not be removed in the mapping section of the "Data transformation" step in the CreatePipeline or ExecutionDetails embeddables
  • Fixed an issue where the Locales in the ConnectorList embeddable were not loaded correctly

21.08.2025

UI Release - 0.12.0

Noted

  • Added new TargetDataModelList embeddable for viewing and managing target data models
  • Added ConnectorDetails embeddable for viewing and editing connector configurations
  • Added TargetDataModelDetails embeddable for viewing and editing target data model configurations
  • Added that rows can be added and removed via advancedCleanings
  • Updated domain branding from "nuvo" to "Ingestro" across DP 2.0
  • Updated the secret_key field for SFTP connectors to be optional
  • Updated the modal property to be false by default across all embeddables
  • Updated the advancedCleanings and advancedValidations API to allow an array for their columns fields
  • Fixed an issue where error views in our embeddables components didn't have a background color
  • Fixed a layout issue in the CreatePipeline embeddable for very long target data model names
  • Fixed a layout issue in the CreateConnector embeddable where steps were incorrectly shown as completed
  • Fixed an issue in the PipelineList embeddable where the pagination element was shown even though e.g. a search didn't have any results
  • Fixed a layout issue where the 3-dot menu in the PipelineDetails embeddable was not aligned with its dropdown element
  • Fixed in layout issue where long connector names were not shown completely in the CreatePipeline embeddable
  • Fixed in issue where searching a for number didn't return any results in the list embeddables
  • Fixed an issue where downloading executions as XML files didn't work correctly

01.08.2025

UI Release - 0.11.0

Noted

  • Added a “Fix” button for failed executions in the ExecutionList embeddable
  • Fixed the incorrect color of the delete button in the ExecutionDetails embeddable
  • Fixed an issue where clicking a toast notification triggered the “Discard changes” alert
  • Fixed mis-parsing of files uploaded via manual input connectors
  • Fixed the pagination element so it renders correctly in all embeddable components
  • Prevented a second upload from starting while another manual file upload is still in progress

16.07.2025

UI Release - 0.10.0

Noted

  • Added automatic execution with review step to the pipeline creation flow
  • Added error alerts for failed advanced cleaning operations
  • Added error alerts for failed advanced validation operations
  • Made entire file upload area clickable for better usability

27.06.2025

UI Release - 0.9.0

Noted

  • Released the FileUpload embeddable
  • Users of type OWNER can now delete other users of type OWNER
  • Supported pre-signed URLs for HTTP(S) input connectors
  • Changed indexing for advancedCleanings and advancedValidations from 0-based to 1-based

30.05.2025

UI Release - 0.8.0

Noted

  • Show applied advancedCleanings in the "Data transformation"-step
  • Added cross-row validations to the target data model API
  • Show if advancedCleanings or advancedValidations fail in "Review entries"-step

13.05.2025

UI Release - 0.7.0

Noted

  • Released new "manual input" connector
  • Added the advancedCleanings configuration to the target data model API
  • Added the dynamic option fetch configuration to the target data model API
  • Added showing all validation errors in the "Data transformation'-step
  • Added a new pipeline creation flow enabling users to build pipelines by simply uploading a file and defining transformations
  • Added opening the ExecutionDetails embeddable at the "Header selection"-step if the execution failed because of a failing mapping validation

22.04.2025

UI Release - 0.6.0

Noted

  • Released the CreateConnector embeddable
  • Released the CreateTargetDataModel embeddable
  • Released new advanced validation structure to the target data model API
  • Release new mapping validation structure to the target data model API
  • Added email addresses and domains to the sub-organization API

28.03.2025

UI Release - 0.5.0

Noted

  • Released the PipelineList embeddable
  • Added showing all executions across all pipelines in the ExecutionList embeddable

07.03.2025

UI Release - 0.4.0

Noted

  • Released the ExecutionList embeddable
  • Released the PipelineDetails embeddable
  • Released new data validation structure

14.02.2025

UI Release - 0.3.0

Noted

  • Released the ExecutionDetails embeddable

24.01.2025

UI Release - 0.2.4

Noted

  • Enabled the creation of input and output connectors with Google Cloud Storage.
  • Added the display of Google Cloud Storage connectors in the CreatePipeline embeddable.

15.11.2024

UI Release - 0.2.2

Noted

  • Added the display of Azure Blob Storage connectors in the CreatePipeline embeddable.
  • Fixed an issue where the row index was not displayed correctly when the “Show Error” toggle was active in the "Data transfomration" step.

28.10.2024

UI Release - 0.2.1

Noted

  • Removed the "Empty" placeholder from cells without a value in the "Data transformation" step in the CreatePipeline embeddable
  • Added the default time selection when adding an end date for a pipeline in the CreatePipeline embeddable

API Release - v1

Noted

  • Added PATCH and PUT as possible methods for HTTP(S) input and output connectors
  • Enabled the creation of input and output connectors with Azure Blob Storage
  • Removed the configuration field from all GET all endpoints
  • Renamed the following fields in all connector endpoints
    • advance_config to advanced_config
    • account_key_id to aws_access_key
    • secret_access_key to aws_secret_access_key
    • bucket_name to aws_bucket_name
    • region to aws_region
  • Renamed the following field in all user and sub-organization endpoints
    • remove to delete
  • Removed the following fields
    • organization from all endpoints
    • trigger_type from all connector endpoints
    • is_root_org from all connector endpoints
    • files from all connector endpoints
    • created_by and updated_by from all POST endpoints
    • mappings_config from all pipeline template endpoints
    • input_files and output_file from all execution payloads
    • scope and is_datapipeline from all target data model endpoints
    • id from the configuration object of the auth/verify endpoints
    • data from the configuration object of HTTP(S) connectors
    • attachment from the configuration object of email connectors
    • filename from email connectors
    • extension from email connectors
    • attachments from email connectors
    • file_path from (S)FTP connectors
    • file_key from AWS S3 connectors
  • Removed the configuration object from the GET all connectors endpoint
  • Added the configuration object to the GET all executions endpoint
  • Added the permissions object to the auth/verify POST endpoint
  • Added a file_name field (type: string) to email, (S)FTP, AWS S3, and Azure Blob Storage output connectors
  • Added a file_extension field (type: enum) to email, (S)FTP, AWS S3, and Azure Blob Storage output connectors

25.09.2024

UI Release - 0.1.1

Noted

  • Released the CreatePipeline embeddable

API Release - v1.0

Noted

  • Released the Ingestro pipeline API