framework icon indicating copy to clipboard operation
framework copied to clipboard

duckdb 1.29.0; self-host extensions

Open Fil opened this issue 4 months ago • 8 comments

🎉 1.29.0! new version of DuckDB-wasm 🎉

https://github.com/duckdb/duckdb-wasm/releases/tag/v1.29.0

The repo had 296 commits since the last stable release a year ago. This is not including the commits on the linked DuckDB itself, which is now in version 1.1.1.

See https://duckdb.org/2024/09/09/announcing-duckdb-110 for the new features and changes in DuckDB. For example, the nice HISTOGRAM() function:

duckdb-histogram

The most notable new feature in duckdb-wasm is the support for extensions, in particular the "spatial" extension which includes the whole of GDAL, enabling geographic compute (projections, areas, etc), and introducing compatibility with dozens of new formats (shapefiles, excel sheets, etc.).

  • https://duckdb.org/2023/12/18/duckdb-extensions-in-wasm.html
  • https://duckdb.org/docs/extensions/spatial/overview.html
  • https://gdal.org/
  • https://duckdb.org/2024/09/09/announcing-duckdb-110
  • https://github.com/duckdb/duckdb/releases/tag/v1.1.1

Other extensions: autocomplete, fts, icu, inet, json, parquet, spatial, sqlite_scanner, substrait, tpcds, tpch, vss.

related:

  • #1070
  • #1508
  • #1598 (maybe)
  • #1009
  • #1380
  • https://github.com/observablehq/framework/discussions/834

Fil avatar Oct 09 '24 15:10 Fil