v0.0.13
Highlights
- data sources:
- add functions for reading data sources directly, without connecting them
read_mongodb
read_mysql
read_bigquery
read_snowflake
read_postgres
- there is a new catalog table
glare_catalog.functions
with columns forfunction_name
andfunction_type
- can now connect to postgres with TLS
- add functions for reading data sources directly, without connecting them
- local:
- there's a new 1-line install script in our README
glaredb local
SQL shell now has sytnax highlighting and multiline support
- fixes:
- corrected data source and ssh tunnel limits in GlareDB Cloud
What's Changed
- chore: Run ssh tunnel tests separately by @scsmithr in #1071
- feat: Make context provider async by @vrongmeal in #1066
- feat: Support
EXPLAIN
in async DF planner by @vrongmeal in #1072 - build(deps): Bump deps by @scsmithr in #1079
- fix: max datasource and tunnel counting by @greyscaled in #1082
- chore: Move metastore related protos and types to separate crates by @scsmithr in #1083
- build(deps): bump clap from 4.3.0 to 4.3.1 by @dependabot in #1080
- chore: Remove setting version to "pre-release" by @scsmithr in #1087
- feat: Add functions for reading data sources by @scsmithr in #1086
- feat(cli): add highlighting & multiline sql support by @universalmind303 in #1091
- chore: Run ci on pull_request by @scsmithr in #1092
- chore(readme): manual installation; typo by @greyscaled in #1093
- feat: Support connecting to external postgres dbs with tls by @scsmithr in #1094
- release: v0.0.13 by @greyscaled in #1095
New Contributors
- @universalmind303 made their first contribution in #1091
Full Changelog: v0.0.12...v0.0.13