DuckDB 1.1.0 Released

TL;DR: DuckDB released version 1.1.0, codenamed “Eatoni,” introducing various exciting features like friendly SQL, packed columns, and SQL variables. Users can now benefit from IEEE-754 semantics for division by zero and an error when scalar subqueries return multiple values. Community Extensions and optimized performance, such as Dynamic Filter Pushdown from Joins and Parallel Streaming Queries, are also highlighted. This release showcases improvements in Window Functions, GeoParquet spatial features, and Nested ART Rework for speed enhancement. The articulate information can be found in the release notes on the official site.

https://duckdb.org/2024/09/09/announcing-duckdb-110.html

To top