> 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-q3-releases/sept-2025.md).

# Sept 2025

**Data Access Policy Enhancements**

* **Tag Management Expansion** – Oracle and MySQL now support tag-based management.
* **Policy DB Flexibility** – Support for multiple TrustLogix policy databases across different Databricks workspaces.
* **ABAC Policy Enhancements**
  * Import conditions directly into ABAC policies
  * Hierarchical attribute support in condition builder
  * Automatic rollback to the previous state if redeploy fails
  * RBAC/ABAC Policy-Object synchronization support for object lifecycle
* **RBAC/Privilege Enhancements** – Grant options are now available in access policy privilege templates.
* **UDF Functions** – UDF Functions can be mapped and used in the condition builder for policy definition.

**Data Security Posture Management Enhancements**

* **Unusual Login Detection** – Monitoring policies now detect suspicious logins, including failed attempts by disabled users and logins outside business hours.
* **Snowflake Sensitive Data Protection** – Query text ingestion now supports redaction of sensitive data, ensuring compliance and privacy.
* **On-Prem MySQL Audit Support** – Extended audit capabilities to on-prem MySQL databases.
* **Expanded Entitlement Reports** – Support for "All Users" selection, plus Azure-based entitlement reporting for hybrid cloud customers.
* **User/Group/Role Enhancements** – Improved entitlement visibility across databases and hybrid environments.


---

# 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-q3-releases/sept-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.
