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

# April 2025

**Data Access Policy Enhancements**

* **Multi-Tenant SSO Support**: Enhanced UI and backend to support multiple SSO tenants for a single customer.
* **Improved User Attribute Handling**: Introduced TrustLogix ID support in user attributes and enabled hierarchical search for attribute values.
* **Data Product-Specific Attributes**: Users can now override identifier attribute values at the data product level.
* **Scalable SQL Server Registration**: Streamlined and scalable approach for registering SQL Server hosts.
* **Azure AD Integration**:
  * User provisioning and deprovisioning within TrustLogix.
  * SSO support and attribute source integration.
* **Audit Trails**: User attribute changes are now audit-tracked.
* **Configurable Hierarchical Attributes**: Delimiters for hierarchical attributes are now configurable.
* **Cascade Column Exposure**: Cascade columns are now visible within the user attribute UI.
* **Delta Grants on Disabled Policies**: Generated delta grants for access policies even in a disabled state.
* **Template Enhancements**:
  * Snowflake application roles can be used in templates.
  * Enhanced search for templates with filters.
* **Databricks Enhancements**:
  * Tag-based search filters.
  * Integration of service principals in access policies.
*

**Data Security Posture Management Enhancements**

* **Enhanced Reporting**: Access Analyzer reports now include user type, and Snowflake advanced reports highlight secondary role assignments.
* **Datasprawl Enhancements**: Filter data sprawl reports by data source type and name.
* **Monitoring Policy Enhancement :**
  * Detect grants and revokes other than TrustLogix role
  * Detect Key-Pair changes, Password change and report alerts
  * Risk Summary reports
  * Severity category INFORMATIONAL introduced

| Component Name    | Version |
| ----------------- | ------- |
| Control Plane UI  | 22.5.0  |
| Control Plane API | 2.19.0  |
| Trustlet DAG      | 6.138.0 |
| Trustlet DSPM     | 3.224.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/april-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.
