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

# Version 1.22

🎉 Exciting New Updates! 🌟

* [**Sensitive Categories**](/learn-more/risk-areas/email-data-security/sensitive-categories.md) – 🏡 We’ve given your Sensitive Categories a visible new home! You’ll now find them right under your Detections view, making navigation smoother than ever. And wait, there’s more — you can now manage your file sensitive categories alongside your email sensitive categories, all in one place. A little less clicking around, and a lot more control.
* **Apps** – Your Apps, now in full bloom 🌸. We’ve spruced up your Applications list with some fresh improvements! Now, you can see all the apps we detect, neatly organized and displayed with their type, email or OAuth, under the Explorer section. You’ll also find a list of app detections organized under the Identity Security detection category. With these detections, you’re in the driver’s seat, with the ability to block identity verification emails or give them an extra layer of protection. 🚗💨
* **Audit & Reports** – Stay Neat and Tidy. We’ve organized your Access Requests and Force Unlock jobs under the Audit Log section for easier access. And for your Reports, enjoy a cleaner, more intuitive list — keeping things neat and simple while you work your magic. ✨
* **Improvements to Your Issues Display** – We’ve added a little extra smarts to your issues display! 🧠 Now you can see count hints for issues hidden by your filters and your Issues list recognizes the tenant context you’re in. Plus, you can easily toggle now to additionally view resolved or ignored issues. 🧐 It’s like having a superpower to find what’s important without the clutter!

## 🔒 Suspicious Detection Enhancements – Watch Out! 👀

We’re on high alert and have boosted our suspicious detection capabilities! Now, we’re spotting:

* Sneaky links to Dropbox shared files from unsolicited accounts. 📁
* Phishy SharePoint share requests that don’t sit right. 🎣
* Questionable requests for pension or retirement info. 💰
* Fraudulent crypto solicitations trying to steal your coins. 🪙
* Suspicious Gmail mailer headers trying to sneak through. 🥷

And we’re not stopping there! We’ve fine-tuned the system to catch even more tricky things, like: DigitalOcean impersonations 🌊 , overdue invoice scams 🧾, HTML attachments that contains a link and immediately reloads the page 🔗, and more.

With these enhancements, we’re making sure your security game is stronger than ever. 💪

<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.22.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.
