> For the complete documentation index, see [llms.txt](https://docs-v3.toucantoco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.toucantoco.com/additional-ressources/latest-releases/2026-releases.md).

# 2026 Releases

## v166 — June 2026

### New Features 🎉

* Migrated to the new authentication service powered by Keycloak.
* An account page has been added to manage the account.
* Axis labels has been added for the bubble chart.

### Bug Fixes

* In filters, checkboxes can now have a VOID default value.
* In filters, the monthy/quarter date filter now excludes the last day.
* Added display options for labels and values for the circular chart.
* Added options to disable the tooltip, axis names and axis units.

***

## v165 — April 2026

### New Features 🎉

* Custom chart type is now available for specifcic needs

### Bug Fixes

* Waterfall charts no longer get truncated in dashboard PDF exports
* PDF export via embed now correctly applies the current dashboard filters
* CSV export no longer incorrectly skips shared datasets
* Tip overlay no longer overlaps the chart when no narrative is present
* WebSocket connections now properly check permissions
* EJS-templated visualization names are now correctly resolved in CSV/XLSX export filenames

***

### v164 — March 2026

### New Features 🎉

* `openOnClick` option added for HTML and text tiles
* HTML tile now supports auto height on save

### Bug Fixes

* Crossfilter no longer causes infinite loops when cache is enabled
* Dashboard filters are now correctly refreshed after a dataset upload (embed)
* Filters can now be properly reset through the SDK

## February 24, 2026 - v163

### Bug Fixes

<details>

<summary>We fixed</summary>

Data

* Outdated connectivity by upgrading the Oracle client.

Filters

* Dashboard header filters were inconsistent between staging and production environments.

App

* The staging/production toggle was rendered incorrectly.

</details>

## January, 2026 - v162

### Bug Fixes

<details>

<summary>We fixed</summary>

Data

* S3 and SFTP limitations by adding status and listing support.
* Security validation for PEM data in MySQL and Snowflake connectors.

Filters

* Filter ID extraction for insecure templates.
* Date filters failed on BigQuery datasets.

</details>

## January 13, 2026 - v161

### New Features 🎉

**🚀 Data Execution Service**

The service enters in its v0.11.5 version supporting the following:

<details>

<summary><strong>Improvements and fixes</strong></summary>

**Improvements**

* Implementation of HTTP API connector.
* Enable SSE-C encryption for cache storage.

**Fixes**

* Use in-memory aggregation for "`count distinct`" with `keepOriginalGranularity`.
* Connector status check: check all resolved addresses to see if a port is open.
* Turn off `uniquegroups` for `mssql` nativeSQL implementation.
* Fix nativeSQL implementations for `argmin`, `argmax`.<br>

</details>

### Bug Fixes

<details>

<summary>We fixed</summary>

Data

* API/operations: remove inactive operations from the current operation list.
* Update the dependencies for our Excel library.
* OAuth2: URL-encode the encrypted connector config to preserve special characters.
* The loaded geodata was not always correct for GeoJSON files.
* OAuth Token Exchange Failure: when trying to use OAuth for token exchange with older systems, the exchange process failed.

Story

* When editing a dataset linked to a chart, the chart’s aggregation was being reset.

</details>


---

# 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-v3.toucantoco.com/additional-ressources/latest-releases/2026-releases.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.
