> For the complete documentation index, see [llms.txt](https://docs.zbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zbrain.ai/zbrain-release-notes/zbrain-coi-release-notes/version-2.3.4-or-jun-26-2025.md).

# Version 2.3.4 | Jun 26, 2025

### **Overview** <a href="#overview" id="overview"></a>

This release introduces Google sign-in for faster and more secure authentication, enabling users to log in directly with their Google accounts while ensuring proper role assignment (admin, executive, operator). The update also addresses multiple dashboard, filter, UI and notification issues to improve data accuracy, usability and access management across the platform.

### Release summary <a href="#release-summary" id="release-summary"></a>

| **Component**         | **Capability**                 | **What it delivered**                                                                                                       |
| --------------------- | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
| Authentication        | Google sign-in integration     | Enabled sign-in using Google accounts, with seamless redirection and automatic role assignment (admin, executive, operator) |
| Dashboard and metrics | Deployment and analytics fixes | Corrected 0 of 0 deployed display and fixed Time to Deploy calculations.                                                    |
| Dashboard             | Pagination behavior            | Pagination controls are now hidden when no data is available                                                                |
| Filters               | Status filter correction       | Fixed issues with In Progress and Under Review filters in Identified Opportunities section                                  |
| User management       | Tenant-invite fix              | Restored the ability to invite users with roles: admin, executive and operator                                              |
| User management       | Role-based notification fix    | Company details update notifications now appear in the owner’s account instead of the executive’s                           |
| Notifications         | Use case event notifications   | Notifications for use case creation/deletion are now displayed correctly                                                    |

### **New feature** <a href="#new-feature" id="new-feature"></a>

#### **Google sign-in integration** <a href="#google-sign-in-integration" id="google-sign-in-integration"></a>

COI now supports signing in with Google accounts for faster and more secure access.

**What’s new:**

* Users can authenticate directly with their Google account.
* After successful sign-in, users are redirected back to their designated role (admin, executive, operator).
* Invited users can also sign in with Google and access the platform in their assigned role.

**Benefits:**

* Simplifies onboarding by removing the need for separate credentials.
* Strengthens authentication with OAuth standards.
* Provides seamless redirection to the platform post-login.
* Scales access management for enterprise teams.

### **Bug fixes** <a href="#bug-fixes" id="bug-fixes"></a>

#### **Dashboard & metrics** <a href="#dashboard-and-metrics" id="dashboard-and-metrics"></a>

* Fixed an issue where deployed high priority use cases incorrectly displayed as 0 of 0 deployed. Counts now reflect actual deployments.
* Fixed inaccurate ‘Time to Deploy’ values in the AI CoE Dashboard, ensuring users see correct deployment durations.
* Fixed an issue in the AI CoE Dashboard where the pagination control in the AI Opportunities section stayed active even when no data was available. Pagination controls are now hidden when no further data exists.

#### **Filters & UI behavior** <a href="#filters-and-ui-behavior" id="filters-and-ui-behavior"></a>

* Fixed broken filters for In Progress and Under Review opportunities, ensuring results are displayed correctly.

#### **User management & notifications** <a href="#user-management-and-notifications" id="user-management-and-notifications"></a>

* Restored functionality of the Invite User feature, enabling admins to invite executives, other admins, and operators successfully.
* Fixed an issue where company details update notifications appeared in an invited executive’s account instead of the owner’s. The notification now appears in the owner’s account.
* Notifications for use case creation and deletion now appear properly in the notification panel.


---

# 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.zbrain.ai/zbrain-release-notes/zbrain-coi-release-notes/version-2.3.4-or-jun-26-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.
