Skip to content
Tech News
← Back to articles

DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser

read original get DuckDB SQL Database → more articles
Why This Matters

DuckDB 1.5.2 introduces important bug fixes, performance enhancements, and support for the new DuckLake v1.0 lakehouse format, making it a more robust and versatile database solution for local, server, and browser environments. Its integration with Iceberg features and WebAssembly improvements enhance data management capabilities for developers and data professionals alike.

Key Takeaways

Announcing DuckDB 1.5.2

The DuckDB team · 3 min

TL;DR: We are releasing DuckDB version v1.5.2, a patch release with bugfixes and performance improvements, and support for the DuckLake v1.0 lakehouse format.

In this blog post, we highlight a few important fixes in DuckDB v1.5.2, the second patch release in DuckDB's v1.5 line. You can find the complete release notes on GitHub.

To install the new version, please visit the installation page.

We are proud to release a stable, production-ready lakehouse specification and its reference implementation in DuckDB.

We published a detailed blog post on the DuckLake site but here's a quick summary: DuckLake v1.0 ships dozens of bugfixes and guarantees backward-compatibility. Additionally, it has a number of cool features: data inlining, sorted tables, bucket partitioning, and deletion buffers as Iceberg-compatible Puffin files. More on this in the announcement blog post.

The Iceberg extension ships a number of new features. It now supports the following:

GEOMETRY type

type ALTER TABLE statement

... continue reading