Releases: MaterializeInc/metabase-materialize-driver
Release v1.0.1
What's Changed
- Add Docker Hub release workflow by @bobbyiliev in #31
- Update Docker image build script by @bobbyiliev in #32
- Add Github Action Schedules by @bobbyiliev in #34
- Grant createdb to materialize test user by @bobbyiliev in #35
- Add materialize bootstrap role by @bobbyiliev in #36
- Switch tests to use mz_system user by @bobbyiliev in #37
- Prepare for Metabase v0.47.1 test suite by @bobbyiliev in #38
- Fix driver path in Docker workflow by @bobbyiliev in #39
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Release of the Materialize driver for Metabase
What's Changed
- Upgrade to Metabase v0.47.0 by @bobbyiliev in #25
- Add release GH workflow by @bobbyiliev in #26
- Disable connection-impersonation by @bobbyiliev in #28
- Prepare for v1.0.0 release by @bobbyiliev in #29
Full Changelog: v0.1.0...v1.0.0
v0.1.0
What's Changed
- Remove custom JDBC driver by @bobbyiliev in #19
- Add Metabase tests by @bobbyiliev in #20
- Compatibility with Metabase
v0.46.x
New Contributors
- @bobbyiliev made their first contribution in #19
Full Changelog: v0.0.8...v0.1.0
Support non-default schemas and XRAY functionality
This release includes the following changes, enabling users to access database objects in non-default schemas and Metabase's XRAY functionality:
Update available type aliases
Necessary to include a forked pgjdbc change that adds additional type aliases supported by Materialize.
Fix initial table scan and metadata collection
v0.0.5 Metabase-Materialize-Driver 0.0.5: Fix initial table scan and metadata
Support getSchemas
Now that Materialize supports schemas and has the necessary Postgres compatibility work, support getSchemas
. Related: #13.
Fix Metabase XRAY break
This release contains the pgjdbc
changes shown here: MaterializeInc/pgjdbc#7
Update Materialize connection string
Now that Materialize supports databases and schemas as a namespacing mechanism, this release connects to Materialize instances using a default materialize database field.
Materialize Driver with forked pgjdbc
This release generates code that allows Metabase to connect to Materialize using a forked version of pgjdbc.