> 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-q1-releases/march-2025.md).

# March 2025

**Feature and Bug fixes**

**Data Access Policy Enhancements**

* The **Snowflake Privilege Template** now supports **application roles** as object types, enabling policy creation on application roles to grant Snowflake core functionalities such as **budget management** and **AI model management**.
* Enhanced **Domain Access Policy Management** to enable seamless **policy deployment across Snowflake and Databricks**.
* Introduced **OAuth 2.0 authentication** for external identity providers when connecting to Snowflake, reducing reliance on service account credentials and strengthening security posture.
* Added support for **Bring Your Own Key (BYOK)** encryption, allowing customers to use their own encryption keys for enhanced data protection and full control over their encryption lifecycle.
* Implemented **draft version management** for access policies, enabling users to create, manage, and iterate on draft versions of deployed policies.

**Data Security Posture Management Enhancements**

* Introduced **preconfigured monitoring policies** to track **Azure Data Factory (ADF)** activities in Snowflake.
* Enhanced monitoring policy configuration with **grouped allow lists**, enabling more streamlined and efficient monitoring

**Component Versions**

| Component Name    | Version |
| ----------------- | ------- |
| Control Plane UI  | 21.21.0 |
| Control Plane API | 1.89.0  |
| Trustlet DAG      | 6.136.0 |
| Trustlet DSPM     | 3.217.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-q1-releases/march-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.
