Releases: observablehq/stdlib
Releases · observablehq/stdlib
v5.2.4
12 Dec 23:42
Compare
Sorry, something went wrong.
No results found
Downgrade DuckDB (Wasm) to 1.17.0.
v5.2.3
12 Dec 23:42
Compare
Sorry, something went wrong.
No results found
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
06 Dec 21:52
Compare
Sorry, something went wrong.
No results found
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
21 Nov 22:12
Compare
Sorry, something went wrong.
No results found
Use DuckDB’s automatic delimiter by default for CSV and TSV files. #325
v5.1.0
18 Nov 15:39
Compare
Sorry, something went wrong.
No results found
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
11 Nov 21:56
Compare
Sorry, something went wrong.
No results found
Fix DuckDBClient’s query parameter interpolation. #321
Improve the performance of SQL and data table cells for streaming clients. #318
v5.0.1
10 Nov 23:20
Compare
Sorry, something went wrong.
No results found
Expose a dialect on DuckDBClient.
v5.0.0
10 Nov 02:54
Compare
Sorry, something went wrong.
No results found
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
07 Nov 19:32
Compare
Sorry, something went wrong.
No results found
Add T-SQL LIMIT/OFFSET syntax for data table cells.
v3.23.0
17 Oct 18:43
Compare
Sorry, something went wrong.
No results found
Add loadDataSource
to support file attachment data sources for SQL and data table cells.