Changelog

This document serves as the changelog for API versioning, detailing the updates, enhancements, and modifications introduced in the latest version to ensure developers have the necessary information for seamless integration.

2024-03-21

Added:

  • Added a new /projects endpoint for getting a list of Projects
  • Added a new /projects/{id}/workflows endpoint for getting a list of Workflows for a given Project ID

2025-07-08

Added:

  • Added a new /registry/projects endpoint for getting and creating SIMCA projects in the SIMCA Project Registry
  • Added a new /registry/projects/{entityId} endpoint for getting and creating a new version of a SIMCA project
  • Added a new /registry/projects/{entityId}/{versionId}/download endpoint for downloading a project from the registry

2026-02-19

Added:

  • Added a new /registry/folder endpoint for getting the folder structure in Umetrics Registry

2026-04-02

New release with the following changes:

  • Removed the deprecated /info endpoint.

2026-08-28

  • Removed /registry/folder endpoint which never should have been added in the first place

2026-09-14

New release with the following changes:

Added:

  • Added /assets, /assets/{id} and /assets/{id}/descendants endpoints for browsing the asset hierarchy
  • Added /workflows for creating a workflow, and /workflows/{assetId}/functions/import for importing functions into one
  • Added /workflows/{workflowId} for reading and replacing a workflow's graph, and /workflows/{workflowId}/{graphId} for reading a single version of it
  • Added /workflows/{workflowId}/{graphId}/run for starting a run, and /workflows/{workflowId}/runs and /workflows/{workflowId}/runs/{executionId} for following it
  • Added /files, /files/{fileId}, /files/{fileId}/versions and /files/{fileId}/versions/{versionId} for uploading and downloading files
  • Added /datasets/{datasetId}, /datasets/{datasetId}/versions and /datasets/{datasetId}/versions/{versionId} for downloading datasets
  • Added /functions, /functions/{id}, /functions/{id}/versions and /functions/{id}/versions/{versionId}/export for managing functions
  • Added /codespaces and /codespaces/{id} for managing codespaces