> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/devx/6.0/changelog/lenses-agent/version-6.0.3/features-improvements-and-fixes.md).

# Features / Improvements & Fixes

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lenses.io/latest/devx/6.0/changelog/lenses-agent/version-6.0.3/features-improvements-and-fixes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
