> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/whats-new/previous-releases/version-1.47.md).

# Version 1.47

This release improves threat analysis workflows and resolves issues with search functionality and data reporting. Updates include a redesigned layout for viewing email threats and improved consistency for data visibility in large recipient lists.

## :partying\_face: New!

Introducing our new doc chat agent! You can start a conversation with the agent and it will search our docs to give you personalized answers and point you the the related pages. Give it a try and let us know what you think!

To try it out, click the icon to the right of the search box called **Ask Gitbook Assistant**:

<figure><img src="/files/HQjucNlP2heDs1GFHrdH" alt="" width="320"><figcaption></figcaption></figure>

Once you've asked it a question, let us know what you think of the answer with a thumbs up or down directly in the chat so we can update and improve our docs.

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

{% hint style="info" %}
GitBook Assistant doesn’t retain history between chat sessions. Anything you ask in one session won’t carry over into future sessions.
{% endhint %}

## ✨ Enhancements

### Improved Email Threat issue analysis card

The Email Threat issue analysis card now features an updated layout to help you identify and respond to malicious messages more efficiently. This redesign prioritizes high-value data, ensuring that critical information about senders and recipients is immediately visible:

#### Key improvements

* **Optimized data hierarchy**: Information is now grouped by category (such as **Campaign summary** and **Recipient summary**).
* **Enhanced campaign summaries:** New summary views in Message Analysis provide a high-level overview of attack patterns, allowing you to assess the scope of a threat at a glance.
* **Improved scanability**: Key risk indicators are surfaced to the top of the card, eliminating the need to scroll through data for actionable insights.

### Email Threats Dashboard: Data freshness indicator

The **Reports > Email Threats** Dashboard now includes an **`Updated`** timestamp . This indicator provides real-time visibility into the freshness of the dashboard data, ensuring you are viewing the most current threat intelligence.

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

***

## 🐛 Fixes and Improvements

#### Filtering and search

* **Recipient selection:** Fixed an issue where the **Contains** recipient filter was occasionally unresponsive or unselectable in the UI.
* **Regex queries:** Resolved a validation error that triggered an `invalid query` message when applying regular expressions (Regex) to the `message.from.addresses` field.

#### Data display

* **Recipient table loading:** Fixed a bug in the Email Threat issue view where the recipients table failed to display more than 20 entries. The table now correctly loads all recipient records, regardless of the sending method or the total count.


---

# 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.material.security/whats-new/previous-releases/version-1.47.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.
