v0.8.1
v0.8.1 is a point release of fixes and chores. Refer to the commits below for more detail.
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
- feat: Support Boolean datatypes after klickhouse switch by @vrongmeal in #2407
- fix: Pushdown SQL Server
WHERE
clause by @vrongmeal in #2316 - chore: Schedule python/node bindings builds by @scsmithr in #2404
- add commit-sha to cli by @universalmind303 in #2411
- chore(deps): Bump deps by @scsmithr in #2426
- Fix : Adding keywords for PRQL for higlighting by @hemanth94 in #2413
- update readme by @universalmind303 in #2397
- chore: move slt runner into main binary by @tychoish in #2401
- fix: Infer and scan BSON files from file path by @vrongmeal in #2410
- chore: Remove
--exclude testing
from justfile by @scsmithr in #2428 - fix: Error instead of panic when converting pg timestamps to arrow by @vrongmeal in #2430
- implement
pg_catalog.pg_type
table by @universalmind303 in #2392 - chore: Remove openssh from slt crate cargo.toml by @scsmithr in #2432
- chore: Post release build results to slack by @scsmithr in #2433
- ci: move minio into its own job by @universalmind303 in #2435
- release: v0.8.1 by @greyscaled in #2439
Full Changelog: v0.8.0...v0.8.1