Skip to content

2026

Release 6.6

March 2026

Whats New In Our Products ?

Kelvin UI

What's New
  • API Access configuration screen: New configuration screen on deployment for apps and connectors, allowing per-deployment * API service account permissions.
  • Data Explorer aggregation interval: Added 1-week aggregation interval option.
  • Asset Page Data Explorer widget: New time range configurations allowing users to select which options are available and set the default time range.
  • Asset relationships:
    • In the Data Explorer, when multi-asset view is enabled, users can quickly select related assets.
    • On the Asset Page, users can visualize asset relationships directly from the page header.
    • In the Asset Table, users can navigate to related assets.
What Changed
  • Improved authentication redirects for faster page loading times.
Bug Fixes
  • CSV publisher now properly recognizes existing asset/datastream pairs as already in use.
  • Data quality configuration errors no longer persist after re-uploading a valid file.
  • Datastream names are now visible when creating data tags.
  • Dropdown lists now display the correct hover styling state.

Kelvin API

What's New
  • Application & Workload Management

    • Dedicated Service Account per Workload Deployment: 
    • Each workload deployment now receives its own dedicated Service Account, improving security isolation and access control.
  • Workload Service Account Management Improvements:

    • Service Accounts are now automatically created when updating workloads that previously did not have one.
  • App Version Inheritance Enhancements:

    • When creating a new app version, default sections can now partially inherit configuration from the previous version — simplifying version management and reducing duplication.
  • Optional Docker Image Validation. You can now:

    • Skip Docker image existence validation when creating an app.
    • Disable Docker image delete checks when validation is disabled. This improves flexibility for private registries and CI/CD workflows.
  • Docker Auth API:

    • Introduced a new Docker Authentication API service for managing registry credentials.
  • API Permissions in App Defaults:

    • Applications can now define API permissions directly within default configurations.
  • Improved Schedule Creation Validation:

    • Schedule creation now validates using all parameters against schema definitions for stronger consistency and reliability.
What's Updated
  • Performance & Pagination

    • Improved pagination reliability for streaming endpoints.
    • Refactored the Bun-based paginator to issue a single optimized query, improving performance
  • Kubernetes & Edge

    • Added Kubernetes RBAC resources for the edge-fluentbit service.
    • Improved Fluent Bit configuration.
    • Removed unused Kubernetes port definitions.
    • Autoscale-up is now disabled for generic clusters.
    • Fixed cluster creation flags to correctly align with feature flags.
  • Application & Deployment Reliability

    • Fixed node name validation in workload listing.
    • Improved schema validation by including existing resource parameter values.
    • Fixed deployment of previously stopped workloads in Docker clusters.
    • Improved workload injector performance and validation logic.
    • Improved handling of service accounts during workload updates.
  • Timeseries & ClickHouse Stability

    • Fixed an issue where the timeseries migrator could hang after completion.
    • Ensured table and column names are properly quoted to prevent forbidden character errors.
    • Corrected ClickHouse fill behavior to bypass interpolation when not provided.
  • API Specification

    • Added example to ts/create type in API specification for improved documentation clarity.
What's Deprecated
  • No features were deprecated in this release.
What's Deleted
  • Removed unused Kubernetes port definitions to simplify cluster configuration.

Kelvin SDK

What's New
  • New Kelvin OSI Pi Connector
  • Added support for Custom Docker Registries
  • Enabled Docker login with SSO
What’s Changed
  • Updated app AGENT
    • Added SKILLS
  • Refactored Python API Client
  • Refactored CLI
    • Migrated Click to Rich Click
  • Connectors
    • Disabled OPCUA Connector restart upon resource properties update
    • Updated CSV Publisher to support the new service account environment variables
  • Bug fixes

Whats New in our Documentation ?

What's New
What's Updated
What's Deleted
  • None
Others
  • Freeze Documentation engine version in preparation to transition to new engine.
  • All screenshots and images updated
  • Documentation format is changing to be make it easier for users to find answer without prior knowledge of Kelvin terminology. This will be a process over a number of releases.

Release 6.5

February 2026

Whats New In Our Products ?

Kelvin UI

Overall
  • Improved UI error handling and messaging.
  • Better support for System and Configurations JSON schema arrays.
  • Improved view behavior:
    • Users can now delete instance views.
    • Views are private by default.
  • Improved user and instance settings:
    • Instance settings can now be set as temporary or permanent, with overrides.
Asset Insights Table
  • Users can filter by and configure new Data Tags columns.
  • Users can filter by recommendations.
  • Users can filter by control changes.
  • Added an inline preview for Manual Controls.Improved inline preview behavior and layout.Users can now collapse and hide the assets page header search bar.
App Manager
  • Better support for data quality mappings.
  • App settings now show missing section information with a grey icon to reduce confusion around missing IO mappings, parameters, or default cluster information.
  • Added more flexibility and improved error messaging for IO deployment mappings.
  • Improved asset selection for app deployment.
Deletion Handling
  • Improved handling of deletions for Data Streams, Assets, and Data Quality Metrics: deletion is now blocked when they are in use by workloads.
Data Explorer
  • More configurations are now saved as settings.
  • The default visualization time range can now be defined per instance.
  • Users can configure default aggregations per instance.
  • Added the Highcharts Boost module for improved performance with large numbers of data points.
  • Improved aggregation selection.
Other
  • Additional improvements and bug fixes.

Kelvin API

What’s New
  • New APIs & Capabilities
    • Tasks API:
      • Introduced a new Tasks API enabling programmatic task creation and management across Kelvin applications.
    • Events API:
      • Added a dedicated Events API with improved sorting and querying capabilities.
    • Asset Insights Enhancements:
      • New control change filters.
      • Recommendations filters.
      • New data tag filters.
  • Kubernetes & Edge Improvements
    • Configurable Kubernetes Namespaces:
      • You can now define Kubernetes namespaces when creating new clusters (K3S and generic Kubernetes).
    • Improved Edge Provisioning:
      • kelvin-provision now consistently uses configured namespaces instead of defaults.
    • Enhanced Edge Observability:
      • Updated Fluent Bit with improved Kubernetes filtering and exclusion support.
  • Workload & Platform Enhancements
    • Added feature flag to disable /apps/create app type check.
    • Expanded Workload Dependency Support. Added dependency awareness for:
      • Assets.
      • Datastreams.
      • Data Quality metrics.
    • Init Containers Support:
      • Docker-based clusters now support init containers similar to Kubernetes, allowing for pre-start setup tasks.
What’s Changed
  • Platform Reliability & Stability:
    • Improved system stability across APIs through better validation, error handling, and safer defaults.
    • Reduced risk of stalled migrations and unexpected runtime failures in timeseries.
    • Services health checks are now more flexible, with support for tagging and selective disabling.
  • Performance & Data Handling:
    • Improved ingestion and query reliability for ClickHouse-backed workers.
    • More robust handling of timestamps, null values, and special characters.
    • Optimized batching and retry behavior for timeseries ingestion.
  • Application & Workload Management:
    • Application deployments now dynamically adapt to cluster namespace configuration.
    • Improved workload manifests and dependency resolution for more predictable runtime behavior.
What’s Removed
  • No features were removed in this release.
Deprecations
  • No features were deprecated in this release.

Kelvin SDK

What’s New
  • Added SmartApps AI Agent
  • Added App, CLI and API Client Reference Docs
  • Added App Schema Validation
  • Added kelvin app agent sync
What’s Changed
  • Added IO Mapping to DataQuality Metrics
  • CCM Tolerance:
    • Default updated to 0.001 from 0.00001
    • It's now configurable through KLVN_CCM_TOLERANCE env var
  • Bug fixes

Whats New in our Documentation ?

What's New
What's Updated
What's Deleted
  • Developer Tools → How To → Create App With Chatgpt page
  • Developer Tools → How To → Develop → Spotlight Tips → Data to Dataframe page