Skip to content

Changelog

Release 6.1

July 2025

Whats New In Our Products ?

Kelvin UI

What's New

Clusters

  • New columns for displaying Container Version and Kelvin Version

Data Streams

  • New types added: Setpoint and Data Quality
  • Ability to select and filter by new types on Data Explorer and Data Streams pages
  • Ability to edit Semantic Type
  • Ability to bulk delete Data Streams

Data Explorer

  • New Aggregation configuration modal for selecting aggregation types
  • Filter interface now distinguishes between Setpoints and Data Streams

Feature Flags

  • Introduced live_logs_forward flag to control access to workload live logs
  • UI support for new feature flag including disable actions on workload logs, telemetry, and configuration tabs
What's Deleted
  • (No changes recorded)
What's Changed

General Changes

  • Improved loading styling across components (kv-loader, kv-toggle-switch)
  • Increased permissions granularity for actions such as asset addition and Grafana access
  • Terminology update: Online/Offline status is now referred to as Connected/Disconnected

App Manager

  • Parameters are now mandatory and always propagated; default reliance on application-side logic removed
  • Fixes for:
    • Missing default parameters blocking deployment
    • Incorrect modals during deletion
    • Asset not removed from filter lists post-removal
    • Errors in app settings modal when no default mappings exist

Kelvin AI

  • Redesigned widgets for:
    • Last Value (Single & Multi)
    • Aggregation (Single & Multi)

Overall Improvements and Bug Fixes

  • Updated Cluster registration cancellation flow
  • "Asset Parameters" renamed to "App Parameters"
  • Fixes for:
    • User-defined column widths not being respected
    • Read-only user permissions not being enforced
    • IO mapping inconsistencies
    • Toaster content accuracy ("assets" vs "datastreams")
    • Modal content visibility and validation messaging

Kelvin API

What's New

Features & Endpoints

  • New API Endpoints:
    • Added app contexts list endpoint.
    • Added shared user settings endpoints.
  • Live Workload Logs:
    • Introduced a feature flag to allow or deny requests for live workload logs.
  • Grafana Integration:
    • App Grafana dashboards now include folder ID.
    • Fixes and enhancements to Grafana config for better stability.
  • Cluster & Versioning Enhancements:
    • Added Kelvin and container version fields to cluster list API (sortable).
    • Registry credentials are updated during Docker cluster upgrades.
  • Asset Handling:
    • Added lightweight saga for asset creation/update (assets and properties decoupled).
    • Compensation strategy added to asset creation logic.
    • Added handling of new ACA actions and timestamp injection on custom action creation via RPC.
    • Minor fixes in api-asset saga orchestrator to reduce 500 errors.
What's Deleted
  • Old/Unused Code:
    • Removed legacy code paths no longer used.
  • Redundant Validations:
    • Eliminated pre-validations now handled in dataflow.
    • Removed obsolete validations not needed due to upstream checks.
What's Deprecated
  • No explicitly deprecations were included in this release.
What's Changed

Validation & Defaults

  • Validation Overhaul:
    • Refactored and reordered validation blocks to provide more intuitive error feedback.
    • Improved dataflow runtime resource parameter validations.
    • Better paginator validation, fixing issues that caused 500 errors.
    • Enforced that parameter default values are required when creating apps.
    • Improved validation for object or array values in workload deploy parameters.
    • Updated to use kvalidator.page_size now validated to be under 10000.
    • Increased max page_size to 10000.

Bug Fixes

  • Bulk Operations:
    • Fixed prefix handling for bulk errors.
    • Fixed bulk insert issues for workload resources.
  • Asset/Property Handling:
    • Fixed missing aggregate_id in BatchResult.
    • Improved behavior for bulk import when properties were missing.
    • Fixed trace ID assignment and injection in asset krn generation and recommendations.
  • Permissions & Auth:
    • Fixed incorrect file name in CC permissions.
    • Merged authorization permissions under kelvin.permission.authorization.*.
  • Orchestration & Pipeline:
    • Jenkins pipeline optimized by removing unnecessary artifact copying.
  • Parameter & Resource Handling:
    • Parameter values are now created when defaults are injected.
    • Defaults now set in CQRS commands instead of SQL inserts.
    • Disabled resource handling no longer checks the “required” flag.
  • Miscellaneous Fixes:
    • Influx statement generator now ignores 0 intervals.
    • Fixed cluster list API to return sortable versions.
    • Improved error handling across several APIs.

Kelvin SDK

What's New
  • None
What's Deleted
  • None
What's Deprecated
  • None
What's Changed
  • Bug fixes

Whats New in our Documentation ?

What's New
What's Updated
What's Deprecated
  • None
What's Deleted
  • None
What's Changed
  • Improved ChatGPT link for developing complete Kelvin SmartApp™ Applications ready for deploying.
  • Updated all libraries
  • Minor corrections and updates
  • Screenshots updated to latest version look and feel
  • API reference documentation updated

Release 6.0

June 2025

Whats New In Our Products ?

Kelvin UI

  • Asset Map Improvements
    • Introduced asset clustering to enhance map clarity and navigation.
    • Added "fit to content" option for better focus on visible assets.
    • Implemented lazy loading for asset data to boost performance.
  • Authentication
    • Added Terms and Conditions agreement prompt on first login.
  • App Manager Enhancements
    • New Add Asset flow for streamlined asset deployment.
    • Enabled deployment based on Asset/Cluster mapping.
    • Added the ability to specify a cluster node during deployment.
    • General UX improvements across the App Manager interface.
  • Actions
    • Actions column added to all asset tables.
    • Actions integrated into Recommendations.
  • Proprietary Asset Property Support
    • Now supports new properties:
      • Default Cluster
      • Relationships
      • Longitude
      • Latitude
  • General Improvements & Bug Fixes
    • Refactored Instance and User settings fetching for improved reliability.
    • Updated Grafana dashboards for enhanced workload insights.
    • Added Select All functionality for easier table operations.
    • Improved state management across Asset features.
    • Enhanced Asset Insights:
      • Advanced filters with support for list types.
      • Views now persist properly when navigating between assets.
    • Refined Manual Controls behavior and interface.
    • Enhanced Professional Edition support in App Manager.
    • Other improvements and bugfixes.

Kelvin API

  • Custom Actions API
    • Introduced the new Custom Actions API.
    • Returns an empty list when no action types are linked to a cluster.
    • Added an expiration worker to clean up old actions.
    • Now triggers edge clusters when a new action is created.
    • Added checks to ensure the asset exists before creating actions.
  • Apps API
    • Added new queries specifically for cluster custom actions.
    • Fixed an issue where applying a schedule action could fail.
    • Now supports deploying workload runtimes with custom actions.
    • Validates resource contexts when sending multiple workloads in the same request.
    • Introduced a new asset event service to better manage workloads.
  • Control Change API
    • Added validation for the UUID in control change requests.
    • Now includes trace_id in status updates and event payloads.
    • If no trace_id is provided, it uses the control change ID instead.
    • Fixed issues in database migrations for control changes.
  • Edge Improvements
    • Added a new optional service: edge-leader-api, available for K3S and Kubernetes clusters.
    • Introduced the custom-action-manager service for K3S, Kubernetes, and Docker clusters.
    • Both new services include logic for installation and upgrades.
    • The edge-updater service now supports gRPC triggers for custom-action-manager.
    • Updated Edge API Swagger documentation.
    • Fluentbit now scrapes CoreDNS logs.
    • Improved kelvin-provision upgrade process to prevent corruption.
    • edge-k8s services now provide:
      • A new gRPC method to list workload resources.
      • A new HTTP endpoint to do the same.
    • Kelvin certificates are now mounted in the Gateway sidecar container of workloads.
  • Asset API
    • Removed outdated property-related endpoints.
    • Improved performance of the asset list with larger internal pagination.
  • Asset Insights API
    • Shows the message and failure reason in the last action for asset insights.
    • Added a since filter to control changes and custom actions fields.
    • Custom actions are now visible in the assets table.
  • Recommendations API
    • Shows the message when a recommendation is rejected.
    • Now includes trace_id in both control changes and recommendations.
    • Added support for recommendation actions.
  • Other Updates
    • Standardized API error responses.
    • Added settings to enable/disable both custom-action-manager and edge-leader-api.
    • Improved the CQRS package with retries and concurrency safeguards.
    • Clients disconnected from NATS will now attempt to reconnect and re-register automatically.
    • Removed deprecated NATS JetStreamContext call.
    • Various bug fixes and performance improvements.

Kelvin SDK

  • support for Custom Actions
    • create and send custom actions
    • receive custom actions
    • send custom actions in recommendations
  • improved trace-id logic
    • trace-id are now custom strings
    • if trace-id is set it propagates to all relevant actions
    • recommendations trace-id propagates to its actions (ccs, custom actions)
    • control changes trace-id propagates to its status
  • custom metadata field for control-ack
    • this metadata is propagated to the respective control-status
  • bugfixes
    • kelvin-publisher (kelvin app test) parameters
    • timed based rolling windows fixed for non UTC timezones

Whats New in our Documentation ?

New Pages

Updated Pages

Deleted Pages

  • Developer Tools - How To - AI Code DocBot page
  • Platform Administration - How To - Assets - Edge Hardware Requirements
  • Platform Administration - How To - Clusters - Edge Hardware Requirements

Other Actions

  • Added new ChatGPT link for developing complete Kelvin SmartApp™ Applications ready for deploying.
  • Added many new video demos for v6.0
  • Convert many youtube demos to arcade demos with latest Kelvin version presented
  • Updated all libraries
  • Minor corrections and updates
  • All screenshots updated to latest version look and feel
  • Edge API reference documentation updated to v6.0
  • API reference documentation updated to v6.0

Release 5.15

April 2025

Whats New In Our Products ?

Kelvin UI

  • New select all feature all tables allows the user to select all resources across pages;
  • New Manual Controls page on the recently revamped Asset Page, allows for better visualization, grouping and inline control changes.
  • New Application Management features:
    • Workload detail page now allows for directly adding assets;
    • Bulk workload updates;
    • Improved Deploy workload flow;
  • Overall improvements and bugfixes;

Kelvin API

  • New Endpoints:
    • Add Workload Resources (/apps/workloads/{workload_name}/resources/add)
      • Allow users to add resources to an existing workload
    • Remove Workload Resources (/apps/workloads/{workload_name}/resources/remove)
      • Allow users to remove resources from a workload
    • Update Workloads Bulk (/apps/workloads/bulk/update)
      • Update a list of workloads bulk
      • All workloads being updated must be running to the same Application
      • All configurations sent will be applied to all workloads
      • All resources running in the workloads must be sent in the request. The API will distribute them to the corresponding workloads they’re in
  • Some Internal Improvements
    • Deployment of Applications/Workloads now has a new validation being performed in the API
      • Only one workload in the platform can be producing output data for a Resource/Datastream
      • When a workload is deployed, we identify the Resource/Datastream pairs that will be owned/produced by it
        • What determines if a resource/datastream is owned by a workload is the value of way
        • If way is output, input-cc or input-cc+output, it means it’s owned by the workload
      • If, when deploying a workload, a resource/datastream is sent as an owned resource and this resource is already owned by another workload, the API will through an error saying the resource context is already locked!
    • The Deployment of Applications/Workloads will now use App defaults to fill some fields in the workload if these fields were not sent in the request
      • The fields being automatically filled, if not sent, are the following:
        • runtime.resources[*].datastreams , filled with information from App Version io and, if set, with defaults.app.io_datastream_mapping
        • runtime.configuration , filled with information from App Version defaults.app.configuration
        • system , filled with information from App Version defaults.system
        • deployment.deployment_type , filled with information from App Version defaults.deployment.deployment_type
        • deployment.max_resources , filled with information from App Version defaults.deployment.max_resources
        • deployment.target , filled with information from App Version defaults.deployment.target

Kelvin SDK

  • Bug fixes

Whats New in our Documentation ?

New Pages

Updated Pages

Deleted Pages

  • Operations Tools - How To - Parameters Tab - Edit Single Asset
  • Operations Tools - How To - Parameters Tab - Edit Bulk Assets

Other Actions

  • Minor corrections and updates
  • Updated links to the Github examples
  • All screenshots updated to latest version look and feel
  • Edge API reference documentation updated to v5.15
  • API reference documentation updated to v5.15

Release 5.14

April 2025

Whats New In Our Products ?

Kelvin UI

  • New Asset Page Redesign
    • Control Panel tab that allows users to create their own page through customisable widgets:
      • App Parameters widget allows the user to manage their applications parameters on the fly.
      • Asset Properties widget allows the user to quickly visually the information about the asset.
      • Data Explorer widget allows the user to visualize the most important asset data for their own workflow.
      • Kelvin Control Mode widget allows the user to instantly visually which applications are running on closed or open loop.
      • Recommendations widget allows the user to quickly manage the asset recommendations.
      • Schedule widgets allows the user to manage the asset application parameter schedules on the fly.
    • Manual controls allows the user to quickly manage and control the asset set points.
    • Application tabs for each deployed app allows the user to quickly manage their apps from the asset page.
    • New Kelvin AI options to Summarise Asset information or manage their Asset Notes.
  • App Manager Workloads list now allows for Start/Stop to be applied in bulk to all workloads.
  • All tables now persist the column width defined by the user.
  • Asset Insights Views now persist changes in a draft mode instead of discarding them when the user navigates out of the page
  • App Manager Workload Deployment now pre-fills existing parameters in the parameter table.
  • Overall improvements and bugfixes.

Kelvin API

  • Control change API
    • Refactored the control change API to use the new CQRS pattern.
    • Migrate old control changes to the new API.
    • Added a state manager and state log aggregator service to handle out-of-order messages.
  • Recommendations
    • Refactored the recommendations API to use the new CQRS pattern.
    • Migrate old recommendations to the new API.
    • The error state was removed from recommendation statuses, although the error state is still returned in the API to maintain backward compatibility.
  • Assets insights
    • Adapted the assets insights API to use the changes made in the control changes and recommendations APIs.
  • Assets
    • Renamed assets/delete to assets/bulk/delete to be more consistent.
  • Apps
    • Allow to choose the target node when deploying an app/workload.
    • Added more connection options to interact with the Grafana API (VerifySSL flag).
    • Fix parameter injection when deploying an app/workload.
    • Start/stop workloads/resources are now idempotent.
  • File storage
    • Added support for Azure Blob Storage.
  • Instance and User API
    • Increased the maximum length of the setting name to 256 characters.
  • Edge
    • Added support for high availability mode in edge-k8s.
    • Added support for auto-scaling edge services if there are enough nodes.
    • Edge-K8S is now using a highly available database (RQLite) for storing data with a secure connection.
    • Kelvin-provision can now create or convert a cluster to run in high availability mode.
    • Added the ability to join nodes to an existing cluster in high availability mode.
  • Overall
    • Bug fixes and improvements across all services.
    • Improve timeout when bootstrapping connections in dataflow API.
    • Fixed concurrency issues in the event store (CQRS).

Kelvin SDK

  • Bug fixes

Whats New in our Documentation ?

New Pages

Updated Pages

Deleted Pages

  • Operations Tools - Assets - How To - Managing Assets - View Asset Details
  • Operations Tools - Assets - How To - Managing Data - Manual Controls

Other Actions

  • Minor corrections and updates
  • Updated links to the Github examples
  • All screenshots updated to latest version look and feel
  • Edge API reference documentation updated to v5.14
  • API reference documentation updated to v5.14

Release 5.13

February 2025

Whats New In Our Products ?

Kelvin UI

  • New Application experience:
    • Ability to manage apps in a unified way.
    • Fully revamped deployment experience providing much more flexibility and customization.
    • Ability to create and manage your own Impact KPIs.
  • Major improvements on the Connections experience to support custom connectors and leverage the Application Manager revamp.
  • Asset Map revamp and overall improvements.
  • New Kelvin AI Assistant, able to provide real-time and historical information on a context-aware basis.
  • Overall improvements and bug fixing.

Kelvin API

  • Liveness Checks for Workloads**: Introduce liveness checks when deploying workloads, allowing you to define custom checks using HTTP, TCP, or Exec methods.
  • Staged Workloads for Docker Clusters**: Support staged workloads, enabling you to deploy and manage clusters of type Docker more efficiently.
  • Telemetry Data Collection for Docker Clusters**: Allows the collection of system and workload telemetry data specifically for clusters of type Docker.
  • Rebuilt App Manager API**: Develop a new API framework for managing workloads, deployments, and other key features.
    • Introduce new endpoints, structures, methods, and functions for improved scalability and flexibility.
    • Maintain compatibility with the existing API to ensure seamless transitions.
  • Properties API Enhancements:**
    • Introduce improvements and refinements to the properties API for better usage and customization.
  • Additional Improvements and Bug Fixes**

Kelvin SDK

  • Application Revamp
    • New app.yaml structure
    • New Application Types: app, importer, exporter and docker
    • New App Create Bootstraps for each App Type
    • Renamed AssetParameter(s) Messages to AppParameter(s)
    • Gateway Connection (KELVIN_GW_MODE) default value updated to use SOCKETS
  • CLI
    • Kelvin CLI Command updates according to the API changes
    • Replaced Kelvin CLI old API Client usage with the new kelvin-python-api-client
    • App Create command no longer deletes the target path’s content.
  • Bug fixes

Whats New in our Documentation ?

New Pages

Updated Pages

Deleted Pages

  • Developer Tools - Application - Consume - Control Changes page
  • Developer Tools - Docker App - Upload
  • Developer Tools - Docker App - Deploy
  • Developer Tools - Deploy - Set Planner Rules page
  • Developer Tools - Deploy - Advanced - Spotlight Tips - Rolling Window page
  • Operations Tools - Asset Maps - How To - Managing Assets
  • Operations Tools - Asset Maps - How To - Asset Table View
  • Operations Tools - Asset Maps - How To - Customize Asset Table View
  • Operations Tools - Asset Maps - How To - Customize Columns
  • Operations Tools - SmartApps - How To - SmartApp Management - SmartApp Monitoring
  • Operations Tools - SmartApps - How To - SmartApp Management - SmartApp Monitoring
  • Operations Tools - SmartApps - How To - SmartApp Management
  • Operations Tools - SmartApps - How To - SmartApp Assets
  • Operations Tools - SmartApps - How To - Compare Data Streams
  • Operations Tools - SmartApps - How To - SmartApp Recommendations
  • Operations Tools - SmartApps - How To - SmartApp Parameters

Other Actions

  • The term "Asset Parameter" has now been renamed "App Parameter".
  • Kelvin SmartApps™ term is now only a subset of Applications which is Kelvin SmartApp™. Docker Apps, Importers and Exporters

  • Code blocks are improved with line numbers and headers

  • Minor corrections and updates
  • All screenshots updated to latest version look and feel
  • API reference documentation updated to v5.13