# 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 [#using-aws-assume-role](https://docs.lenses.io/latest/devx/6.0/deployment/configuration/agent/automation/schema-registries/aws-glue#using-aws-assume-role "mention") for details.

<figure><img src="https://3471212993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpmk4J5g3Kj2RRRpYUrl%2Fuploads%2FqTdQGazDqRtnKxB0aR2u%2FScreenshot%202025-05-14%20at%2011.32.08.png?alt=media&#x26;token=21c05526-66f4-49dd-a603-84371ac70aaf" 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="https://3471212993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpmk4J5g3Kj2RRRpYUrl%2Fuploads%2FVZDpiIVMGyE1eFNxXkyY%2FScreenshot%202025-05-14%20at%2011.23.58.png?alt=media&#x26;token=a7b208db-3d87-445d-8dcd-835b2c566d24" 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 %}
