Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 98 additions & 0 deletions en/ReleaseNotes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,104 @@ rss: true
mode: "wide"
---

<Update label="January 16, 2026">

### Changes, improvements, and bug fixes

#### General

- Added LlamaIndex as an AI integration.
- OData API now supports the X-HTTP-METHOD header translating a POST request to UPDATE.
- Fixed an OData issue where NULL values were translated as empty strings.

#### Connectors

- REST (Update): Driver updated to the latest version.
- Veeva Vault (Update): Driver updated to the latest version.
- Exchange (Update): User-defined credentials, or UDC, now enabled.

</Update>

<Update label="January 9, 2026">

### Changes, improvements, and bug fixes

#### General

- Added the following AI integrations: LangGraph, Cursor, Claude Code, and Windsurf.
- Removed sub-account API access for Embedded Cloud administrators.
- Fixed an issue with merging SSO accounts.

#### Connectors

- ADP (Update): Driver updated to the latest version, and now includes the new WorkersLeaves view.
- Azure Analysis Services (Fix): The URL can now start with the prefix `asazure://`.
- Bullhorn CRM (Update): Driver updated to the latest version.

</Update>

<Update label="January 2, 2026">

### Changes, improvements, and bug fixes

#### General

- In the Excel Add-in and the Google Sheets add-on, fields returned in the Query Builder now appear in the order returned by the driver, rather than in alphabetical order.
- In the Excel Add-in, fixed an issue when executing a query in the SQL editor where there was a formula in a null column.

</Update>

<Update label="December 26, 2025">

### Changes, improvements, and bug fixes

#### General

- The `OR` operator is now supported in the Google Sheets query builder.

#### Connectors

- Azure Analysis Services (Update): Driver updated to the latest version.
- REST (Update): Driver updated to the latest version.
- Sybase IQ (Update): Driver updated to the latest version.

</Update>

<Update label="December 19, 2025">

### Changes, improvements, and bug fixes

#### General

- Agent Bricks added as an AI integration.
- Broken connections can now no longer be selected on Data Explorer, Workspaces, or Jobs pages.
- Google Sheets add-on Refresh feature updated to reflect multiple databases or derived views.

#### Connectors

- ADP (Fix): You can now save connections even if they do not authenticate.
- API Connector (Fix): Fixed issue with adding repeat elements to a table.
- Exchange (Update): Driver updated to the latest version.
- Odoo (Update): Connect AI now supports connectivity to Odoo self-hosted. Driver also updated to the latest version.
- Xero (Update): Added support for executing the CustomReportSchema stored procedure. Driver updated to the latest version.

</Update>

<Update label="December 12, 2025">

### Changes, improvements, and bug fixes

#### General

- Fixed comparison operators when using the OData API.

#### Connectors

- API Connector (Fix): Fixed issue when unrelated square brackets are passed along with body filters in the request body.
- Veeva Vault (Update): Driver updated to the latest version.

</Update>

<Update label="December 5, 2025">

### Changes, improvements, and bug fixes
Expand Down