Skip to content

Releases: GlareDB/glaredb

v0.0.8

19 May 18:36
v0.0.8
e250ee5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

16 May 16:55
v0.0.7
8baf5c6
Compare
Choose a tag to compare

Highlights

  • data sources:
    • can now connect to a data source using SSH tunnels
  • postgres compatibility
    • support NUMERIC
  • builtins:
    • version() function to return the version of glaredb

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

08 May 17:25
v0.0.6
f93a2ed
Compare
Choose a tag to compare

Highlights

  • snowflake:
    • retry connection on failure
  • postgres-compatibility
    • add current_database
    • add current_schema
    • add current_user
  • fixes:
    • panic when decimals had percision greater than 28

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

01 May 16:18
v0.0.5
02fecb6
Compare
Choose a tag to compare

Highlights

  • Postgres compatibility
    • Column aliases in views
    • Drop schema with cascade
    • Support 'OR REPLACE' when creating a view
  • Fixes:
    • Object names case insensitivity (unless quoted)
    • Built-in objects cannot be alterred/dropped

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

25 Apr 16:14
v0.0.4
f67ea03
Compare
Choose a tag to compare

Highlights

  • Postgres compatibility:
    • Initial support for slash commands (example: \d)
  • Connection:
    • Connection strings can now be namespaced by organization name
  • Fixes:
    • Object name lengths

Internal Highlights

  • Serverless:
    • Added an option for limiting memory. This ensures several serverless databases can
      run on a shared node, without degrading performance.

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

18 Apr 19:25
v0.0.3
0ef840c
Compare
Choose a tag to compare

Highlights

  • Datasources
    • Virtual catalog for BigQuery
    • Virtual catalog for MySQL
    • Virtual catalog for MongoDB
    • Virtual catalog for Snowflake
    • max_datasource_count for setting limits on number of datasources
    • Add validations when creating external databases
  • Queries
    • Renaming tables and external databases (via ALTER)

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.1: The first version tag!

02 Nov 21:37
v0.0.1
5f23f55
Compare
Choose a tag to compare
Bunch of features added since the last release...