# 2.10

This release introduces a major upgrade to the Datalogz platform, focused on making BI environments easier to monitor, govern, and optimize at scale.

We’ve redesigned core parts of the platform to:

* Deliver more actionable alerts with less noise
* Provide clear executive visibility into BI performance
* Enable stronger governance and operational workflows
* Lay the foundation for automation, lineage, and integrations

## What’s New

### **BI 360 with Executive Summary**

New executive-level views make it easier to understand BI performance at a glance.

* An [executive summary](/guides/bi-360/executive-summary.md) which shows the BI health at a glance.
* New [insights](/guides/bi-360/bi-360-insights.md) with a redefined KPI library (usage, cost, health, governance)

**Result:** Faster, clearer insights for business and executive stakeholders.

### **Workflows (v1)**

We’ve introduced the first version of [workflows](/guides/workflows.md) to support operational processes.

* **Visual + YAML builder:** Drag-and-drop jobs on a canvas, or edit the same Workflow as YAML. Pick your view; they stay in sync.
* **Send Email module:** Send to a static address, a Datalogz Team, or the alert row's owner via `{{owner}}`.
* **Manual steps:** Pause a run until an approver clicks **Approve** on the Sessions tab.
* **Credentials vault:** Reusable variables for Jira, ServiceNow, Slack, PagerDuty, SMTP, and custom integrations. Store secrets once, reference them everywhere.
* **Run from any alert:** A **Run Workflow** dropdown on every alert detail view fires against the rows you've got filtered in.
* **Sessions:** Every run logged with status, duration, per-job logs, and approval controls.

**Result:** More consistent and scalable BI operations.

### **Dependency Lineage**

New lineage capabilities in [Inventory](/guides/inventory.md) provide visibility into how assets are connected.

* Understand upstream and downstream dependencies
* Trace relationships between datasets and reports

**Result:** Faster impact analysis and improved trust in your data.

### **Smarter Monitoring & Alerts**

We’ve completely rebuilt the monitoring and alerting system to help teams focus on what actually matters.

* Create and manage monitors easily
* Get cleaner, deduplicated alerts with improved grouping
* Support for event-based alerts in addition to asset-level issues
* Better visibility into alert history and context

**Result:** Fewer, higher-quality alerts and faster issue resolution.

## Enhancements

### **Enhanced Metrics & Trend Analysis**

We’ve redesigned how metrics are captured and analyzed.

* Clear distinction between **current state** and **historical trends**
* Improved performance and accuracy of metrics

**Result:** Better visibility into how your BI environment is evolving over time.

### **Governance & Organization Enhancements**

* Improved permissions and access control
* Expanded collections and tagging capabilities
* Continued rollout of similarity detection
* New APIs to expose core platform functionality

**Result:** More flexibility in organizing, governing, and integrating your BI environment.

{% hint style="info" %}
Check out our new [Quick Start Guide](/guides/organizational-setup/quick-start-guide.md) for easy user onboarding.
{% endhint %}


---

# 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.datalogz.io/guides/release-notes/2.10.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.
