You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roadmap.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ toc: false
15
15
<h1>Development Roadmap</h1>
16
16
</div>
17
17
18
-
_(Last updated: October 2025)_
18
+
_(Last updated: December 2025)_
19
19
20
20
The DuckDB project is governed by the [non-profit DuckDB Foundation]({% link foundation/index.html %}).
21
21
The Foundation and [DuckDB Labs](https://duckdblabs.com) are not funded by external investors (e.g., venture capital).
@@ -32,12 +32,11 @@ This section lists the features that the DuckDB team plans to work on **in the c
32
32
* Migration and documentation to [C client API]({% link docs/stable/clients/c/overview.md %}) and [C extension API](https://github.com/duckdb/extension-template-c)
33
33
* Rust support for extensions
34
34
* Improvements to lakehouse formats
35
-
*Improved support for the Iceberg format through the [`iceberg` extension]({% link docs/stable/core_extensions/iceberg/overview.md %}). This was partially implemented in [v1.4.0]({% post_url 2025-09-16-announcing-duckdb-140 %}), which can write to Iceberg tables.
35
+
*Continuous improvement for the Iceberg format through the [`iceberg` extension]({% link docs/stable/core_extensions/iceberg/overview.md %}). Several Iceberg improvements, including write support, were released in [DuckDB v1.4 releases]({% post_url 2025-11-28-iceberg-writes-in-duckdb %}).
36
36
* Improved support for Delta Lake through the [`delta` extension]({% link docs/stable/core_extensions/delta.md %}).
37
37
* In May 2025, we released [DuckLake](https://ducklake.select/), a new lakehouse format. We would like to emphasize that we are still committed to developing both the `iceberg` and `delta` extensions. We also strive to [provide interoperability]({% post_url 2025-09-17-ducklake-03 %}#interoperability-with-iceberg) between DuckLake and other lakehouse formats.
38
38
*[`MATCH_RECOGNIZE`](https://github.com/duckdb/duckdb/discussions/3994) for pattern matching
0 commit comments