v0.0.7
Highlights
- data sources:
- can now connect to a data source using SSH tunnels
- postgres compatibility
- support
NUMERIC
- support
- builtins:
version()
function to return the version of glaredb
What's Changed
- feat: Allow specifying spill path on startup by @scsmithr in #964
- feat: Add version func and var by @scsmithr in #966
- fix: Filter out CTEs when building table providers by @scsmithr in #969
- feat: Implement tunnels (with SSH) by @vrongmeal in #975
- feat: Retry mutations when encountering out of date catalog by @scsmithr in #977
- feat: Gracefully shutdown by @scsmithr in #978
- build(deps): Bump deps by @vrongmeal in #979
- build(deps): bump datafusion from
06e9f53
to90775b4
by @vrongmeal in #981 - build(deps): bump datafusion from
90775b4
to063f99f
by @vrongmeal in #983 - fix: Change logic when determining when to exit worker by @scsmithr in #985
- feat: Pass cloud auth code via cli arg by @scsmithr in #987
- fix: Support
NUMERIC
for Postgres datasource. by @vrongmeal in #988 - release: v0.0.7 by @greyscaled in #989
Full Changelog: v0.0.6...v0.0.7