> 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/1.15-to-1.43/version-1.43.md).

# Version 1.43

We’re shipping v1.43, headlined by a feature that lets you lock down your issue triage workflow and key fixes that ensure our core automations are working exactly as expected.

## :tada: New

### Saved Views

{% @arcade/embed url="<https://app.arcade.software/share/boxB31I3fQYqfzLDDzKR/mXrMrqVy0isIIGd8naVC>" flowId="boxB31I3fQYqfzLDDzKR" %}

Your time is better spent solving security issues rather than recreating your issue list. Saved Views allows you to preserve your precise configurations (filters, sorting, grouping, columns, etc.) for instant access to the issues that impact your workflow most.

* **Workflow Control**: Create **Private** **Views** for individual tasks or **Shared** **Views** to align your entire team on triage priorities.
* **Immediate Insight**: Switch instantly between high-priority threat queues and data security audits without repeated setup.

[Learn more here!](#saved-views)

***

## ✨ Enhancements

We tightened key workflows and added necessary context for faster triage:<br>

* **Contextual Triage**: Added **Sensitive Categories** as a column option to the ungrouped Issues list, providing instant DLP[^1] context without a drill-down. To view, under preferences group issues by **none** then display **Sensitive Categories**:

  <figure><img src="/files/fmazw3zL6AVVIHpJVuTv" alt="" width="322"><figcaption></figcaption></figure>
* **Targeting Visibility**: The [Email Threats Report](/learn-more/risk-areas/email-threats/reports.md) now breaks down the most targeted departments and attack counts. See exactly which groups of users are being hit:

  <figure><img src="/files/dzGQPmjdaYvTbBYAWAl6" alt="" width="359"><figcaption></figcaption></figure>
* **Noise-free Queue**: Snoozed issues are now automatically hidden from the Issues list and details views by default. If it's snoozed, it’s out of sight until it needs attention. If you do want to view snoozed issues, just toggle the option on in **preferences**:

  <figure><img src="/files/n3Je1hRUjzPowTnhrEhU" alt="" width="161"><figcaption></figcaption></figure>

***

## 🐛 Fixed

We resolved issues impacting remediation and reporting accuracy:<br>

* **Remediation Integrity**: fixed a loop where safe-marked messages previously remediated via Cofense/Outlook were incorrectly returned to the Trash folder instead of the Inbox
* **UI Consistency**: the original sender is now correctly displayed in the top section of the Analysis card in the Email Threats UI

[^1]: Data Loss Prevention


---

# 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/1.15-to-1.43/version-1.43.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.
