Skip to content

Releases: observablehq/stdlib

v5.2.4

12 Dec 23:42
b7e5313
Compare
Choose a tag to compare
  • Downgrade DuckDB (Wasm) to 1.17.0.

v5.2.3

12 Dec 23:42
8f832f4
Compare
Choose a tag to compare
  • 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
d35a160
Compare
Choose a tag to compare
  • 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
0b4f503
Compare
Choose a tag to compare
  • Use DuckDB’s automatic delimiter by default for CSV and TSV files. #325

v5.1.0

18 Nov 15:39
bdb54f8
Compare
Choose a tag to compare
  • 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
8a4af97
Compare
Choose a tag to compare
  • 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
6058924
Compare
Choose a tag to compare
  • Expose a dialect on DuckDBClient.

v5.0.0

10 Nov 02:54
dc79e05
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add T-SQL LIMIT/OFFSET syntax for data table cells.

v3.23.0

17 Oct 18:43
46a7bba
Compare
Choose a tag to compare
  • Add loadDataSource to support file attachment data sources for SQL and data table cells.