# April 28

## **Release Notes 04/28/2025**

### **New AI Assistant Experience (General Availability)**

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

The AI Assistant experience has been redesigned for a smoother, more integrated experience within the Canvas, accelerating time-consuming tasks like:

* Designing the integration logic
* Generating JOLT specifications
* Getting general guidance and support

[Learn more in the documentation.](/documentation/developer-guide/development-cycle/build-overview/canvas/ai-assistant.md)

### **Log Streaming (General Availability)**

**Log Streaming** is a data streaming feature that enables you to configure and stream logs to external tools of your preference. Save time by quickly accessing logs, streamlining your analysis, and connecting data across systems. Check out the [documentation](/documentation/developer-guide/platform-administration/settings/data-streaming.md) and learn [how to configure the Log Streaming with Datadog](/documentation/developer-guide/platform-administration/settings/data-streaming/how-to.md).

### **Improvements when registering new OAuth providers**

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

Now when you **create a new provider**, it can be used as a **base provider**, a kind of template, to simplify the process of filling in information when creating other providers.

[Learn more in the documentation.](/documentation/developer-guide/platform-administration/settings/accounts/new-oauth2-architecture/registration-of-new-oauth-providers.md)

### **Help Center sunset**

All troubleshooting articles have been relocated from the [Help Center](https://help.digibee.com/en/) to the [**Troubleshooting**](https://docs.digibee.com/documentation/troubleshooting/) section of our **Documentation Portal**. This ensures better organization and allows for regular updates, improving the accuracy and clarity of the information.

Please be aware that the Help Center will be deactivated on **May 5, 2025**. Remember to update any saved links to point to the new location in the Documentation Portal.

### **Documentation**

We published the following documentation:

#### **Troubleshooting**

* [**How to build an HL7 message**](/documentation/connectors-and-triggers/connectors/industry-solutions/hl7/build-an-hl7-message.md)**:** Learn how the basic structure of an HL7 message works.
* [**How to use the CORS policy on the Digibee Integration Platform**](/documentation/troubleshooting/integration-guides/how-to-cors-policy.md)**:** Understand how the CORS policy works and how to use it.

#### **Best practices**

* [**Notification model in event-driven integrations:**](/documentation/resources/best-practices/notification-model-in-event-driven-integrations.md) Learn how to design a notification strategy for event-driven architectures.
* [**OAuth2 integration model with Digibee:**](/documentation/resources/best-practices/oauth2-integration-model-with-digibee.md) Learn how to implement an OAuth2-based integration model to authorize connections.
* [**Best practices for error handling in pipelines:**](/documentation/resources/best-practices/best-practices-for-error-handling-in-pipelines.md) Learn how to implement efficient error handling in your pipeline.

#### **ZTNA**

* [**A guide for ZTNA Groups feature**](/documentation/developer-guide/connectivity-management/ztna/ztna-groups.md)**:** Learn how to visualize and create ZTNA groups for your Edge Routers.

#### **Documentation updates**

* [**DB V2: Usage scenarios**](/documentation/connectors-and-triggers/connectors/structured-data/db-v2.md)
* [**OAuth architecture**](/documentation/developer-guide/platform-administration/settings/accounts/new-oauth2-architecture.md)
* [**How to register new OAuth providers**](/documentation/developer-guide/platform-administration/settings/accounts/new-oauth2-architecture/registration-of-new-oauth-providers.md)

### **Improvements and bug fixes**

#### **Improvements**

* **Improvements on Connector Latency:** The [Connector Latency](/documentation/developer-guide/development-cycle/dashboards/pipeline-metrics/connector-latency.md) chart has been improved, including: a more responsive legend that adapts better to different screen sizes, adjustments to the chart’s horizontal axis, and chart’s name adjusted to "Top Offenders in Rest V2 Connector Latency."
* **Email Trigger V2 improvements:** The [Email Trigger V2](/documentation/connectors-and-triggers/triggers/web-protocols/email-v2.md) now supports Microsoft Azure Key type accounts.

#### **Bug fixes**

* **Error when promoting multi-instance pipelines:** We fixed the bug that caused an execution error when promoting a multi-instance pipeline to production in the test environment, preventing the operation from completing.
* **Connector Latency chart is linking data points incorrectly:** We fixed the bug in the Connector Latency chart that linked non-existent data points, making it difficult to read and understand the chart.
* **Copy button not working in Inspect Mode on Canvas:** We fixed a bug that prevented the copy button from working in the Execution Panel when using the Inspect Mode.
* **Data not persisting when editing URL parameter on REST V2:** We fixed the bug that caused data to not persist when editing the URL parameter in the REST V2 connector configuration form.


---

# 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/april-2025/april-28.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.
