v0.9.1
v0.9.1
is a point release of mostly fixes and chores.
Notable Improvements
cloud_upload
can now be used in hybrid and remote contexts, such as with the CLI or Python and Node.js language bindings- You can now create tables from excel
CREATE EXTERNAL TABLE t FROM excel OPTIONS (
location = '<location>', -- required
has_header = 'true', -- optional, 'true' or 'false'
sheet_name = '<sheet_name>' -- optional, defaults to first sheet in the workbook
);
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: make bson copy to options more consistent by @tychoish in #2704
- chore: add postgres dbt model to dbt tests by @talagluck in #2703
- perf: improve bson iteration performance by @tychoish in #2707
- feat: support for
create external table excel <options>
by @hailelagi in #2684 - fix(rpc): set
is_cloud_instance
remote session var by @greyscaled in #2715 - refactor: extensible function registry by @universalmind303 in #2699
- chore: add SQLite to list of supported Databases by @judahrand in #2717
- chore: dependency upgrade by @tychoish in #2726
- fix: python dependency specification by @tychoish in #2483
- chore(deps): bump mio from 0.8.9 to 0.8.11 by @dependabot in #2733
- fix: Iceberg for format v1 by @vrongmeal in #2718
- chore: pytest path cleanup and port management by @tychoish in #2734
- fix: Generic object store access implementation by @vrongmeal in #2709
- fix: Allow a process to acquire a lease its already acquired by @scsmithr in #2735
- release: v0.9.1 by @greyscaled in #2736
- hotfix(py v0.9.1): omit version specification by @tychoish in #2741
New Contributors
- @hailelagi made their first contribution in #2684
- @judahrand made their first contribution in #2717
Full Changelog: v0.9.0...v0.9.1