Releases: observablehq/stdlib
Releases · observablehq/stdlib
v5.2.4
- Downgrade DuckDB (Wasm) to 1.17.0.
v5.2.3
- Upgrade D3 to 7.7.0.
- Update Observable Plot to 0.6.1.
- Upgrade JS Zip to 3.10.1.
- Upgrade sql.js to 1.8.0.
- Upgrade Vega Lite to 5.6.0.
- Upgrade Mermaid to 9.2.2.
- Upgrade Leaflet to 1.9.3.
- Upgrade DuckDB (Wasm) to 1.20.0.
v5.2.2
- Add support for using Arquero tables as data sources
- Add support for Oracle-specific syntax in makeQueryTemplate
- Return SQLiteDatabaseClient's tables in alphabetical order
- Fix caching bug by updating cache for array data sources if length differs
v5.1.1
- Use DuckDB’s automatic delimiter by default for CSV and TSV files. #325
v5.1.0
- Add support for TSV files in DuckDBClient.of.
- Add support for Arrow and Parquet files as sources for data table and SQL cells.
- Add support for Arrow tables as sources for data table and SQL cells.
- Add support for CSV, TSV, and JSON files as sources for SQL cells.
- Add support for arrays of objects or primitives as sources for SQL cells.
- Add support for propagating data source name for data table and SQL cells.
- Add weak caching of data sources in loadDataSource.
- Add applyDataTableOperations method for data table cells.
- Fix escaping of table name in DuckDBClient’s describeColumns.
- Fix escaping in query generated by makeQueryTemplate.
- Fix DuckDBClient’s schema inference for FLOAT type.
v5.0.2
- Fix DuckDBClient’s query parameter interpolation. #321
- Improve the performance of SQL and data table cells for streaming clients. #318
v5.0.1
- Expose a dialect on DuckDBClient.
v5.0.0
- Adopt ES modules. #316
- Add DuckDBClient as a recommended library. #310 #313
- Add getArrowTableSchema and isArrowTable to support Apache Arrow in data table cells.
v3.24.0
- Add T-SQL LIMIT/OFFSET syntax for data table cells.
v3.23.0
- Add
loadDataSource
to support file attachment data sources for SQL and data table cells.