> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/release-documentation/release-documentation/release-notes-assure-v26.7.0/release-notes-assure-v26.6.2.md).

# Release Notes - Assure v26.6.2

Avo is excited to announce the release of version 26.6.2. This release notes provide an overview of the updates included in this version, helping you stay informed about the latest changes in Avo Assure.

## Key Enhancements

<table><thead><tr><th width="191.8333740234375">Features</th><th width="357.5">Description</th><th valign="middle">Reference ID</th></tr></thead><tbody><tr><td>Improved Status Display in <strong>Execution</strong> <strong>Lists</strong> </td><td>The <strong>Execution List</strong> table now displays clearer status information. The <strong>Status</strong> column is now renamed as <strong>Artefact Status</strong>, and the <strong>Run Result</strong> column now shows a text label along with the icon, such as <strong>Pass</strong>, <strong>Fail</strong>, <strong>Terminated</strong>, or <strong>Inprogress</strong>. <br><a href="/avo-assure/create-and-execute-tests-with-design-studio/working-with-execution-section/creating-execution-list.md">Learn more</a></td><td valign="middle">- </td></tr><tr><td><strong>API Assertions</strong> for response validation </td><td><p><strong>API Assertions</strong> are now available for validating API responses in API Test Step Groups (TSGs).  <br>You can use the following supported assertion types:  </p><ul><li><strong>Status Code</strong>: Validates that an API returns the expected HTTP status code.  </li><li><strong>JSONPath Match</strong>: Extract and validate values from JSON responses using JSONPath expressions, with support for storing the extracted value for reuse in subsequent test steps.</li></ul><p><a href="/avo-assure/actions/apis/assertion.md">Learn more</a></p></td><td valign="middle">APS-10083 </td></tr></tbody></table>


---

# 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.avoautomation.com/release-documentation/release-documentation/release-notes-assure-v26.7.0/release-notes-assure-v26.6.2.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.
