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
* Validate object names at metastore level by f0ssel in https://github.com/GlareDB/glaredb/pull/887
* add memory limit option by f0ssel in https://github.com/GlareDB/glaredb/pull/890
* chore: Remove storing columns directly on external tables by scsmithr in https://github.com/GlareDB/glaredb/pull/891
* feat: Allow org names in hostnames, db names, and/or options by scsmithr in https://github.com/GlareDB/glaredb/pull/893
* feat: Initial slash command support for psql by scsmithr in https://github.com/GlareDB/glaredb/pull/894
* build(deps): Bump deps by scsmithr in https://github.com/GlareDB/glaredb/pull/903
* test: Add snowflake SLT testing by vrongmeal in https://github.com/GlareDB/glaredb/pull/909
* chore: fix ci for snowflake PR cleanup by vrongmeal in https://github.com/GlareDB/glaredb/pull/910
* chore: add username and password to pr cleanup ci by vrongmeal in https://github.com/GlareDB/glaredb/pull/911
* build: Update rust to 1.69 by scsmithr in https://github.com/GlareDB/glaredb/pull/912
* chore: Specify branch instead of revision for datafusion by scsmithr in https://github.com/GlareDB/glaredb/pull/914
* chore: tag v0.0.4 by greyscaled in https://github.com/GlareDB/glaredb/pull/915
**Full Changelog**: https://github.com/GlareDB/glaredb/compare/v0.0.3...v0.0.4