# 2019

{% updates format="full" %}
{% update date="2019-12-19" tags="feature,fix,changes,fixes" %}

## V1.2.0

#### Starred Instances

> You now have the option to star PostgreSQL instances. This enables you to filter and view only your starred instances.

<figure><img src="/files/knHBKcllYM2lZ4c19z5u" alt=""><figcaption><p>Starred Instances</p></figcaption></figure>

#### Instance Tags

> Instance tags are now visible on both the home page and the instances dashboard. This enables convenient filtering by tag for streamlined navigation.

<figure><img src="/files/xK3hk0NUjfOOchUZaflP" alt=""><figcaption></figcaption></figure>

#### Fixes

* When updating a user email, the user properties are lost
* Home page reload does not work properly in some cases
  {% endupdate %}

{% update date="2019-11-12" tags="feature,improvement,fix,changes,fixes" %}

## V1.1.0

#### Grafana

> Upgraded to version 6.4.4

#### User profile

> We've introduced two user profiles: Developer and Data Admin. The Developer profile offers access exclusively to the [Session History](/manual/features/key-features/session-history.md) and [Top Queries ](/manual/features/key-features/top-queries.md)sections.

#### Fixes

* Query id with unknown filters
  {% endupdate %}

{% update date="2019-10-01" tags="feature,changes" %}

## V1.0.0

### First Release

> The inaugural release of Datasentinel is now available
> {% 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/2019.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.
