Skip to content

v0.0.13

Compare
Choose a tag to compare
@greyscaled greyscaled released this 07 Jun 15:32
· 265 commits to main since this release
v0.0.13
af345e1

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 for function_name and function_type
    • can now connect to postgres with TLS
  • 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

New Contributors

Full Changelog: v0.0.12...v0.0.13