> 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/changelog/lenses-6.0/hq.md).

# HQ

{% updates format="full" %}
{% update date="2025-09-03" %}

## 6.0.12

{% endupdate %}

{% update date="2025-08-21" tags="improvements" %}

## 6.0.11

### Environment creation workflow

Added workflow diagram upon environment creation

<figure><img src="/files/Dx3jGfyfx48BRBv7uxUq" alt="" width="375"><figcaption></figcaption></figure>

**Multiple dropdowns for environment creation wizard**

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

**Display agent provisioning**

<figure><img src="/files/hLG7uPNK1t1KqURGG7Dt" alt="" width="563"><figcaption></figcaption></figure>

### **Improvements**

* Introduce preview mode for tabs. Tab in preview mode will be override by newly opened content
* Introduce CTRL+S | CMD+S shortcut to disable the preview mode for active tab
* Do not trigger close confirmation modal for tabs in preview mode
* Ask for confirmation before leaving the SQL studio if there are tabs not in preview mode
* Disable preview mode if user makes changes in the query editor
* Enable tabs scrolling using mouse wheel
* Add grouping to the dropdown when selecting connection for the environment creation wizard
  {% endupdate %}

{% update date="2025-07-25" tags="improvements" %}

## 6.0.10

### Improvements

**Clickable signifier for environments**

Introduced a hint that environments in a list are clickable. Same applies to topics and all IAM resources rendered as list.

**Improved side-drawer & landing page**

* Changed topic icon in quick-view side drawer and topic landing page
* Changed location of SQL button in quick - view side - drawer and removed "Close" button.
* Quick - view side - drawer: chnage colours of envs to match the tier colour scheme

<figure><img src="/files/XXqCyYoGtr9gFkAPL1y5" alt=""><figcaption></figcaption></figure>
{% endupdate %}

{% update date="2025-07-25" %}

## 6.0.9

*No changes in this release.*
{% endupdate %}

{% update date="2025-07-10" tags="improvements" %}

## 6.0.8

### Improvements

Redesigned "Create New Environment Page

<figure><img src="/files/oUSYyvvgIQLI6Z3QxLjg" alt=""><figcaption></figcaption></figure>
{% endupdate %}

{% update date="2025-07-08" tags="improvements" %}

## 6.0.7

### **Improvements**

#### Large payloads max threshold

Allows the HQ to be configured to control the max binary payload it receives from the Agents. The new configuration, which defaults to 4mb, is: `agents.grpc.apiMaxRecvMessageSize`
{% endupdate %}

{% update date="2025-07-03" %}

## 6.0.6

*No changes in this release.*
{% endupdate %}

{% update date="2025-06-03" tags="improvements" %}

## 6.0.5

### Improvements

{% endupdate %}

{% update date="2025-05-28" tags="new" %}

## 6.0.4

### Improvements

#### IAM: YAML syntax warnings & quick fix.

The YAML editor now highlights syntax errors for the basic YAML structure and types. You can use Quick Fix to get correction suggestions.

<figure><img src="/files/4CcvfBipCxo6YiPo1o1n" alt=""><figcaption></figcaption></figure>

#### Global SQL Studio: consumer offset tooltips

Global SQL Studio allows you to see consumer groups for a given topic. Now you can also get tooltip explanations for the different offset values, similar to the Agent UX.

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

### Fixed

* Based on customer feedback, default page of HQ has been returned to */environments* instead of */topics.*
* Glue connection: When an AWS connection with Assumed Role is selected:
  * The request must include the Role Arn reference.
  * The request must include the Session name reference.
* Fixed issue where the replay message with offset 0 was not possible.
* Fixed consumer flattening that would lose empty consumer groups.
* Fixed consumer groups open in Global Studio causing double entries for inactive consumer groups.
* When you click on a consumer offset the SQL studio will include the partition number. This ensures that you see the right messages in the correct partition.
* Fixed an issue where you couldn't scroll left/right along the SQL Studio results table.
  {% endupdate %}

{% update date="2025-05-10" tags="improvements" %}

## 6.0.3

### **SQL Studio: time picker**

<figure><img src="/files/j7B8fJDwPoDnNgm7qvhv" 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
{% endupdate %}

{% update date="2025-04-23" tags="fixed" %}

## 6.0.2

### Fixed

* Minor UI stability fixes on the Topics details page.
  {% endupdate %}

{% update date="2025-04-19" tags="new,improvements" %}

## 6.0.1

### Consumers in SQL Studio

A context menu of actions for topics is now available. The first action is to view consumers for a topic. This opens a new tab in Studio showing a live update of consumer groups with the ability to manage and delete them.

### Improvements

* The default SQL in the Studio is now formatted instead of a single line
  {% endupdate %}
  {% endupdates %}


---

# 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:

```
GET https://docs.lenses.io/latest/changelog/lenses-6.0/hq.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.
