v0.9.2
v0.9.2
is a point release of mostly fixes and chores.
Installing or Updating
CLI
To install or update just run the following command in the directory you want
the binary:
curl https://glaredb.com/install.sh | sh
Python
pip install glaredb
Node.js
npm install @glaredb/glaredb
What's Changed
- chore: add dbt read_csv test by @talagluck in #2732
- feat: insert into sqlite tables by @tychoish in #2745
- refactor: move parser into own crate by @universalmind303 in #2747
- feat: Initial globbing ranges support by @vrongmeal in #2654
- feat: initial external table schema by @tychoish in #2333
- feat: multi-line json streaming by @tychoish in #2729
- chore: add relative path regression test by @tychoish in #2749
- chore: cleanup in python bindings tests by @tychoish in #2750
- fix: kdl support in hybrid by @tychoish in #2751
- chore: add note to python init.py files by @tychoish in #2753
- fix: error string clarifying quotes by @tychoish in #2755
- feat: add some table aliases for lance,iceberg and delta by @universalmind303 in #2752
- chore: upgrade dependencies by @tychoish in #2769
- fix: Retry writing lease when error code 429 (too many requests). by @vrongmeal in #2773
- chore: add explicit schema support for json streaming by @tychoish in #2766
- Update profiles.yml by @talagluck in #2780
- chore: change lance ref by @tychoish in #2781
- chore: update cargo lock by @tychoish in #2782
- fix: Remove incorrect temp table check during resolve by @scsmithr in #2783
- chore: deps upgrade 2024-03-15 by @tychoish in #2792
- chore: Create a new temp object when writing lease all the time. by @vrongmeal in #2776
- fix: respect bigquery limit by @tychoish in #2754
- fix: resolve aliased catalogs by @universalmind303 in #2793
- feat: access sqlite dbs from object storage by @tychoish in #2772
- fix: Allow HTTP object store for json/bson etc. by @vrongmeal in #2784
- chore: benchmark read_json functions by @tychoish in #2794
- feat: change default 'json' extension handler by @tychoish in #2797
- feat: add nix derivation by @cmoog in #2727
- chore: add better regclass and oid cast support by @universalmind303 in #2795
- chore: update readme table and style by @tychoish in #2800
- fix: properly alias all sessions by @universalmind303 in #2802
- release: v0.9.2 by @greyscaled in #2801
- chore(deps): bump black from 23.3.0 to 24.3.0 by @tychoish in #2807
- chore(npm): fix napi argument by @greyscaled in #2808
Full Changelog: v0.9.1...v0.9.2