# Features / Improvements & Fixes

## HQ

### Improvements :muscle:

{% stepper %}
{% step %}

#### SQL Studio: time picker

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

Navigate across time with SQL. Pick the time slice of the topic you're interested in. Select it from the drop down and Lenses will generate the SQL `WHERE` clause directly. No need to remember the syntax anymore :relaxed:.
{% endstep %}
{% endstepper %}

## Agent

### Improvements :muscle:

{% stepper %}
{% step %}

#### AWS Glue Schema Registry: Connect to a registry from a different AWS account.

You can now use the `AssumeRole` to connect to a Glue registry that belongs to a different AWS account. This is useful when you're sharing a Glue registry across multiple AWS accounts.

See [AWS Glue](/latest/devx/6.0/deployment/configuration/agent/automation/schema-registries/aws-glue.md#using-aws-assume-role) for details.

<figure><img src="/files/EpwQwvOXUbE1lrqZE31H" alt=""><figcaption><p>Use the AssumeRole to connect to a Glue registry from a different AWS account.</p></figcaption></figure>
{% endstep %}

{% step %}

#### Kubernetes configuration changes.

Changed the name for the timeout configuration.

| ✅ New configuration                 | 🛑 Deprecates old configuration       |
| ----------------------------------- | ------------------------------------- |
| `lenses.kubernetes.request.timeout` | `lenses.kubernetes.websocket.timeout` |
| {% endstep %}                       |                                       |

{% step %}

#### Library updates.

We've updated our libraries for integrating with Kafka and Kubernetes.

| Library              | Updated version |
| -------------------- | --------------- |
| Kafka                | `3.8`           |
| Kubernetes (fabric8) | `6.13.5`        |
| {% endstep %}        |                 |
| {% endstepper %}     |                 |

### Fixes  :white\_check\_mark:

{% stepper %}
{% step %}

#### Replay message button.

Fixed issue where the replay message button would disappear when hovering over a topic message.

<figure><img src="/files/eWZbXLi6dSYzS5rx2Q0o" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Last offset query

Fetch records records from a topic with less than 10 records using the LAST\_OFFSET method didn't return any records. This has been fixed.
{% endstep %}
{% endstepper %}


---

# 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.lenses.io/latest/devx/6.0/changelog/lenses-hq/version-6.0.3/features-improvements-and-fixes.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.
