> 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/june-2025.md).

# June 2025

**Data Access Policy Enhancements**

* **Policy Promoter Role Enhancement**\
  Introduced changes to the Policy Promoter role to support policy deployment across tenants, enabling seamless migration and environment promotion.
* **Multi-Workspace Support for Databricks**\
  TrustLogix now supports workspace-level policy management in Databricks. Users can manage access policies, data governance, and DSPM features independently for each workspace.
* **Databricks Attribute Source Configuration**\
  Added capability to configure attribute sources for Databricks, supporting dynamic integration of external user attributes into attribute management.
* **Support for Data Attributes in Databricks**\
  Enhanced Databricks support to combine data attributes with entitlement attributes in policy conditions, allowing more fine-grained, context-aware access control.
* **Power BI RLS Support on Semantic Models**\
  TrustLogix now supports **Row-Level Security (RLS)** enforcement for **Power BI semantic models**, empowering **data owners** to define and manage fine-grained access policies directly on Power BI datasets.
* **Snowflake Role Ownership for Future Objects**\
  Added support to grant role ownership for future objects in Snowflake, streamlining privilege management and policy automation.

**Data Security Posture Management Enhancements**

* **Windows Authentication for TrustLogix SQL Server Service Account**\
  Enabled Windows Authentication support for the TrustLogix service user in SQL Server, enhancing integration with enterprise security monitoring policies

| Component Name    | Version |
| ----------------- | ------- |
| Control Plane UI  | 22.28.0 |
| Control Plane API | 2.82.0  |
| Trustlet DAG      | 6.142.0 |
| Trustlet DSPM     | 3.232.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/june-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.
