2026
All releases are cumulative. Upgrading to the latest version includes all previous changes.It's sufficient to install or run only the most recent release.
All releases are cumulative. Upgrading to the latest version includes all previous changes.It's sufficient to install or run only the most recent release.
Please refer to the documentation to upgrade Datasentinel.
Updated bundled OpenSSL 3.0.14 β 3.0.21, addressing CVE-2026-45447 and related upstream CVEs (defense-in-depth; not exploitable in normal Datasentinel usage).
Third-party dependencies have also been updated to address known security vulnerabilities.
Agentless monitoring Connections pointing to an unreachable instance can now be deleted from the UI and the API. Previously the dispatcher's delete request timed out against an agent blocked on hung database I/O. The agent completed the deletion while the dispatcher aborted, leaving its instance pool out of sync and the connection stuck. The dispatcher now cleans up its own state whether the agent times out or answers 404 β Connection not found.
Faster parsing
This release integrates Agent v3.9.3 which includes two fixes related to tag handling.
The diagnostic file now includes internal InfluxDB performance metrics from the last 24 hours, providing deeper insight for troubleshooting and support analysis. Refer to Diagnostic Tools section of the documentation.
In rare cases, a query text may not be loaded into the platform. Datasentinel now automatically attempts to retrieve any missing query texts directly from the source PostgreSQL instance when displaying the Top Queries dashboard
This release integrates Agent v3.9.2 which includes two fixes related to tag handling.
Full Report generation Generating a Report could occasionally fail with a
list index out of rangeerror.Top Queries export Exporting Top Queries data in JSON format did not honor the per execution flag. Resolved an error that occurred when exporting data in CSV format.
Improved layout structure to completely fill the screen and enhance high-resolution display support.
This release integrates Agent v3.9.1
Backend process count and restart limits are now configurable. Refer to Backend configuration section for more details.
Enhanced diagnostic scripts with additional system and process metrics. Added a new script to compress Datasentinel log files for support purposes. Refer to Diagnostic Tools section of the documentation.
A dedicated database is now used for alerts to improve performance and avoid sharing resources with the metrics database.
Updated third-party backend libraries.
Enhanced error and exception handling for metrics database operations.