Skip to content

Commit 93281fd

Browse files
committed
Update roadmap
1 parent 88b8db1 commit 93281fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

roadmap.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toc: false
1515
<h1>Development Roadmap</h1>
1616
</div>
1717

18-
_(Last updated: October 2025)_
18+
_(Last updated: December 2025)_
1919

2020
The DuckDB project is governed by the [non-profit DuckDB Foundation]({% link foundation/index.html %}).
2121
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
3232
* 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)
3333
* Rust support for extensions
3434
* 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 %}).
3636
* Improved support for Delta Lake through the [`delta` extension]({% link docs/stable/core_extensions/delta.md %}).
3737
* 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.
3838
* [`MATCH_RECOGNIZE`](https://github.com/duckdb/duckdb/discussions/3994) for pattern matching
3939
* [`GEOMETRY` type](https://github.com/duckdb/duckdb/pull/19136)
40-
* Distribution of Windows ARM64 extensions
4140
* [Support for async I/O](https://github.com/duckdb/duckdb/discussions/3560)
4241
* [Parallel Python UDFs](https://github.com/duckdb/duckdb/issues/14817)
4342

0 commit comments

Comments
 (0)