v0.8.4
v0.8.4 is a point release of mainly fixes and chores, notably with some performance improvements (see: #2584, #2601). 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 --upgrade
What's Changed
- feat: add openai_embed function by @universalmind303 in #2538
- fix: options keyword is required before options block by @tychoish in #2445
- fix: ci cleanup cache command by @tychoish in #2552
- chore: disable regular benchmark runs by @tychoish in #2553
- ci: python build names by @greyscaled in #2559
- ci: fix pypi release by @universalmind303 in #2557
- fix: parquet over http by @universalmind303 in #2565
- chore(cloudauth): remove unused fields by @greyscaled in #2567
- chore(deps): Bump rust deps by @scsmithr in #2582
- chore(deps): bump slackapi/slack-github-action from 1.24.0 to 1.25.0 by @dependabot in #2577
- fix: predicate pushdowns for supported filetypes by @universalmind303 in #2584
- fix: bson timestamp type casting by @tychoish in #2593
- chore(release): atomic build and push jobs by @tychoish in #2564
- chore: df 35 upgrade by @universalmind303 in #2599
- fix: local file path resolution for json and bson by @tychoish in #2594
- fix: optimize ddl subqueries by @universalmind303 in #2601
- chore: add dbt test and fixtures by @talagluck in #2580
- chore: increase the history length for cli by @universalmind303 in #2608
- release: v0.8.4 by @greyscaled in #2595
New Contributors
- @talagluck made their first contribution in #2580
Full Changelog: v0.8.3...v0.8.4