v0.9.0
Highlights
For highlights and details since 0.8
, check out our full announcement: https://glaredb.com/blog/announcing-v0.9.0 🎉 !
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
- fix(virtual_listing): signatures by @greyscaled in #2648
- chore(ci): build images from 'main' by @greyscaled in #2653
- chore(args): refactor imports by @greyscaled in #2656
- fix: infer excel files by extension by @tychoish in #2655
- chore(ci): move postgres tests and simplify tunnels testing by @tychoish in #2647
- chore: dependency upgrade for 2024-02-16 by @tychoish in #2669
- Feat: Create External Table support for Excel by @hemanth94 in #2652
- feat: SQLite data source by @vrongmeal in #2568
- fix: excel files should default to having a header like csv files by @tychoish in #2672
- fix: move supervisor into metastore by @universalmind303 in #2674
- chore: parametrize dbt test, add test case by @talagluck in #2673
- feat(read_ file funcs): infer from compressed formats by @hemanth94 in #2639
- chore(infer_func_for_file): remove dead code by @greyscaled in #2677
- feat:
cloud_upload(<filename>)
table func by @greyscaled in #2670 - feat: const aliases and read_xlsx alias by @tychoish in #2657
- fix: Alter table renames view successfully by @vrongmeal in #2678
- fix: report time display for DDL commands by @hemanth94 in #2681
- feat:
cosine_similarity
function by @universalmind303 in #2680 - feat: add object store table support for bson format data by @tychoish in #2600
- chore: reduce caching overhead for build steps by @tychoish in #2686
- feat: add support for reading local parquet metadata by @universalmind303 in #2685
- chore: upgrade dependencies by @tychoish in #2698
- chore(
cloud_upload
): improve err msg by @greyscaled in #2705 - chore: pytest hacking by @tychoish in #2606
- release: v0.9.0 by @greyscaled in #2711
Full Changelog: v0.8.5...v0.9.0