# 2026

{% hint style="info" %}
Please refer to the documentation to [**upgrade Datasentinel**](https://docs.datasentinel.io/manual/implementation/upgrade/platform)**.**
{% endhint %}

{% updates format="full" %}
{% update date="2026-05-21" tags="improvement,fix,changes,fixes" %}

## V2026.05

### Diagnostic scripts

> 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**](/manual/implementation/troubleshooting/platform-diagnostics-tools.md) section of the documentation.

### Top queries

> 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**](/manual/features/key-features/top-queries.md) dashboard

### Agent v3.9.2

> This release integrates [**Agent v3.9.2**](/manual/implementation/agent-usage/release-notes.md) which includes two fixes related to tag handling.

### :wrench: Fixes

> * **Full Report generation**\
>   Generating a [**Report** ](/manual/features/key-features/reporting.md)could occasionally fail with a `list index out of range` error.
> * **Top Queries export**\
>   Exporting [**Top Queries**](/manual/features/key-features/top-queries.md) data in JSON format did not honor the **per execution** flag.\
>   Resolved an error that occurred when exporting data in CSV format.
>   {% endupdate %}

{% update date="2026-02-17" tags="improvement,changes" %}

## V2026.02

### UI Layout Enhancement

> Improved layout structure to completely fill the screen and enhance high-resolution display support.

### Agent v3.9.1

> This release integrates [**Agent v3.9.1**](/manual/implementation/agent-usage/release-notes.md)
> {% endupdate %}

{% update date="2026-01-13" tags="feature,improvement,fix,changes,fixes" %}

## V2026.01

### Backend pool

> Backend process count and restart limits are now configurable.\
> Refer to [**Backend configuration**](/manual/implementation/platform-usage/configuration/backend.md) section for more details.

### Diagnostic Scripts

> 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**](/manual/implementation/troubleshooting/platform-diagnostics-tools.md) section of the documentation.

### Alerting

> A dedicated database is now used for alerts to improve performance and avoid sharing resources with the metrics database.

### Libraries

> Updated third-party backend libraries.

### :wrench: Fixes

> * Enhanced error and exception handling for metrics database operations.
>   {% endupdate %}
>   {% endupdates %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasentinel.io/manual/changelog/2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
