> 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-q4-releases/oct-2025.md).

# Oct 2025

**Data Access Policy Enhancements**

* **Power BI Governance** – Rolled out "Delegation Admin" capabilities for granular administrative control. This includes policy administration by workspace.
* **Access Governance Object Sync** – On-Demand sync services and APIs for common sync services to streamline policy enforcement.
* **Entitlement Expansion** – Entitlement data APIs to fetch roles and privileges based on database/schema/object access.
* **Attribute Migration Feature** – Download of migration scripts directly from the console and performing attribute migration from one environment to another.

**Data Security Posture Management Enhancements**

* **Activity Reporting** – Enhanced User Activity Reports with advanced filtering capabilities and a new option to generate reports directly from the access policies page.
* **Monitoring Policies** – Addition of new policies to detect for "User Enumeration" attacks and detection of table tagged as sensitive in the backed up table list.&#x20;


---

# 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-q4-releases/oct-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.
