> For the complete documentation index, see [llms.txt](https://docs.trustlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlogix.io/release-notes/2025-q2-releases/may-2025.md).

# May 2025

**Data Access Policy Enhancements**

* **Snowflake Marketplace Policy Templates**\
  Out-of-the-box templates now support Snowflake Marketplace datasets, helping speed up onboarding and policy enforcement.
* **Advanced Masking Policy Support**\
  You can now use custom expressions in masking policies, enabling more sophisticated data obfuscation based on your specific business needs.
* **Domain and Product Mapping Improvements**\
  Refinements to domain and product mapping ensure more accurate policy scoping and governance reporting.
* **Cross-Tenant Policy Promotion**\
  Promote access policies across environments and tenants more seamlessly, with delegated admin support.
* **Relationship Based Access Policy Enhancements**\
  Fixes and refinements to ensure hierarchical user attributes (like geography or business unit) behave as expected in policy evaluation.
* **Expanded Databricks Support**\
  Multi-workspace support added for Databricks data access policies to enable scalable governance across your Databricks workspaces.

**Data Security Posture Management Enhancements**

* **Executive Risk Summary in PDF**\
  Generate and download risk summaries in a professional, shareable PDF format – perfect for executive briefings or compliance reporting.
* **Snowflake Access Analyzer Enhancements**\
  Improved visibility into user type in Snowflake access, making it easier to monitor and act on privilege escalation risks.
* **Slack Integration for Alerts**\
  Real-time monitoring alerts can now be delivered directly to Slack

| Component Name    | Version |
| ----------------- | ------- |
| Control Plane UI  | 22.22.0 |
| Control Plane API | 2.66.0  |
| Trustlet DAG      | 6.141.0 |
| Trustlet DSPM     | 3.231.0 |


---

# 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.trustlogix.io/release-notes/2025-q2-releases/may-2025.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.
