v0.8.5
v0.8.5 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
- fix: fixedsizelist in delta by @universalmind303 in #2607
- fix: add pg_rewrite and pg_depend tables by @talagluck in #2612
- chore(publish nodejs): set working-dir by @greyscaled in #2611
- fix(deps): remove dynamic linking to 'lzma' by @universalmind303 in #2631
- feat: support inserts into mongodb by @tychoish in #2605
- feat: lance insert_into support by @tychoish in #2613
- fix(information_schema): identity_cycle, is_updatable by @greyscaled in #2616
- chore: upgrade dependencies by @tychoish in #2632
- fix: create view nested query by @universalmind303 in #2637
- chore(deps): bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 by @dependabot in #2638
- fix(metastore): make builtin schemas readonly by @greyscaled in #2617
- fix: Unsigned integer types being cast to integers by @hemanth94 in #2640
- fix: make insert plan schema correct and clear by @tychoish in #2642
- release: v0.8.5 by @greyscaled in #2646
Full Changelog: v0.8.4...v0.8.5