# November 12

## Connectors

### **New: Dynamics 365**

We’ve added a new connector for Microsoft Dynamics 365. You can now integrate with **Dynamics 365** to query, create, update, or delete data stored in Dataverse, the database that powers Microsoft’s CRM and ERP solutions.

Learn more in the [**Dynamics 365 documentation**](/documentation/connectors-and-triggers/connectors/enterprise-applications/dynamics-365.md).

<figure><img src="/files/tT7U8OqKwEbADbUudIt8" alt=""><figcaption></figcaption></figure>

### **Update: Agent Connector – Guardrails**

The connector now includes parameters to detect and optionally mask **Personally Identifiable Information (PII)** in the **User Prompt**.

You can enable detection for data types like CPF, CNPJ, email, credit card numbers, IP addresses, and more, or define custom regex patterns.

See what’s new in the [**Agent Connector documentation**](/documentation/connectors-and-triggers/connectors/ai-tools/llm.md#settings).

<figure><img src="/files/Ol8LIuvb54kXIw9loccj" alt=""><figcaption></figcaption></figure>

### **Update: Hash**

The **Hash** connector now supports all available encryption types for the **Hash Files** operation, providing stronger security and full compliance with modern cryptographic standards.

Learn more in the [**Hash connector documentation**](/documentation/connectors-and-triggers/connectors/security/hash.md).

<figure><img src="/files/CEjWkMZAlZTUTDXYrJ03" alt=""><figcaption></figcaption></figure>

## Platform Improvements

### **Redesign of the Usage Statistics table**

The tables showing pipelines linked to [**Accounts**](/documentation/developer-guide/platform-administration/settings/accounts.md) and [**Globals**](/documentation/developer-guide/platform-administration/settings/globals.md) are now called **Usage Statistics**. Along with the new name, they’ve been redesigned for better readability and visual consistency.

<figure><img src="/files/icVvyCnNomeqVZVbx4xs" alt=""><figcaption></figcaption></figure>

## Digibee Academy

### **New webinar available: Shielding Your Pipeline – Security and Governance of Globals and Accounts**

The new **Shielding Your Pipeline: Security and Governance of Globals and Accounts** webinar is now available on Digibee Academy! Learn how to strengthen your integrations with better security and governance practices.

You’ll explore:

* How to securely **create, update, and apply environment variables (globals)**
* **Safe credential management** using Digibee’s password vault
* **Governance best practices** for managing accounts
* How to **configure and segregate environments** using accounts in your pipelines

Watch now on [**Digibee Academy**](https://digibee.academy/webinars/shielding-your-pipeline-security-and-governance-of-globals-and-accounts/) and bring more security and governance to your projects!

## **Bug fixes**

* **Create Batch on Salesforce connector:** We fixed the bug that occurred when sending a `csv` file through the **Create Batch** operation.

## **Help us support you better**

We’re running a short survey to understand your experience with the Digibee Platform and how we can make our educational initiatives more useful for you and your team.

Take a minute to share your thoughts. Your input truly makes a difference!

<a href="https://docs.google.com/forms/d/e/1FAIpQLScWLLfLHKTRRnQ3fdci0MhHV6YNQE-79HR7FqgOG13BaW36Sw/viewform" class="button primary" data-icon="comment-dots">Share your feedback</a>


---

# Agent Instructions: 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:

```
GET https://docs.digibee.com/documentation/release-notes/november-2025/november-12.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
