> 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.34.md).

# Version 1.34

## :tools: Improvements

* **Sender Reputation**: Email Threat issues show a full reputation analysis for senders of suspicious or malicious messages:

  <figure><img src="/files/0ATr4uNT7tdgX0tOqTIh" alt="" width="563"><figcaption></figcaption></figure>
* **UI Cleanup**: We retired the three, right-hand charts from the Issues and Detection views. The new [Overview Page](/whats-new/previous-releases/1.15-to-1.43/version-1.33.md#general-availability-overview-dashboard) gives a far deeper look at what matters:

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

<br>

## 🛡️ Detection Enhancements

* We fine-tuned a few dozen heuristic rules and signal behaviors to reduce false positives and sharpen accuracy—reflecting the latest threat patterns in the wild. Your detections are now smarter and more focused.
* We now handle **Vercel** sign-in emails with a dedicated detection called `Account attempted password reset or signup via email for Vercel` :

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

## :bug: Fixes

* **Message content in IP-related Issues** now properly appears for Global Analysts
* **App-Specific Password Fix**: Application data displays correctly—no more blank entries
* **Regex Search**: Works reliably across all search experiences again
* **Suspicious Message Subscriptions**: Fixed a bug preventing notifications from sending
* **Filtered Views on Account Issues**: Back in working order

***

## :person\_surfing: Coming Soon!

While version 1.34 plays it cool, our team’s been working behind the scenes on some bigger updates that are almost ready to make waves:

* **Email Threat Dashboard Redesign**: A cleaner, more usable experience—bringing clarity, consolidation, and more actionable insights to one of the most common security pain points.
* **User Account View Overhaul**: Understand the blast radius if a user is compromised, access every related issue in one view, and manage Material’s protections all in one place.
* **Link Analysis Upgrades**: Smarter detection logic for phishing and other email-based threats through more advanced link analysis techniques.

These updates are in the final stages of development and will start to ship over the next few releases.

<br>

\ <br>


---

# 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.34.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.
