# 2026 Releases

## v165 — April 2026

### New 🎉

* 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 🎉

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