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

# July 2025

**Data Access Policy Enhancements**

* **Attribute Management Embedded in Data Source Page**\
  User attribute management is now available directly within each data source’s page, streamlining configuration workflows.
* **Hierarchical Attributes – Leaf Node Identification**\
  Attribute Management now clearly indicates leaf nodes in hierarchical user attributes, improving clarity in attribute-driven policy evaluation.
* **GitHub Integration for Policy CI/CD**\
  Support for Azure CI/CD pipelines through GitHub enables automated policy promotion and DevSecOps integration.
* **AI/ML Policy Templates**\
  Out-of-the-box policy templates are now available for AI/ML datasets, helping accelerate secure access control in data science environments.
* **Improvements to Azure AD Integration for User Provisioning**\
  You can now automatically sync users from Azure Active Directory into TrustLogix roles using Graph APIs, simplifying identity management.

**Data Security Posture Management Enhancements**

* **SQL Server Separation of Duties (SOD) Allowlist Enhancements**\
  New updates to the SOD feature allow administrators to fine-tune allowlist configurations in SQL Server environments.
* **DSPM Enhancements for SQL Server and Oracle**\
  Watermark-based tracking has been refined to improve data sensitivity monitoring for SQL Server and Oracle environments.
* **Configurable Access Analyzer Execution Frequency**\
  Admins can now easily configure how often the Access Analyzer runs, offering better control over monitoring schedules.


---

# 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/july-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.
