Releases: MaterializeInc/metabase-materialize-driver
Release v1.2.1
Release of the Materialize driver for Metabase
What's Changed
- Change docker compose action by @bobbyiliev in #51
- Disable telemetry in CI by @bobbyiliev in #52
- Add application name with driver and metabase versions by @bobbyiliev in #54
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
Release of the Materialize driver for Metabase
What's Changed
- Set
max_tables
as system parameter by @bobbyiliev in #49 - Upgrade to Metabase v50 by @bobbyiliev in #50
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
Release of the Materialize driver for Metabase
What's Changed
- Database syncing settings by @bobbyiliev in #48
- Add default advanced options
- Upgrade to the latest Metabase image
- Removed Honey SQL 1
- Set the default cluster to
quickstart
- Disabled uploads and custom PK tests
Full Changelog: v1.0.3...v1.1.0
Release v1.0.3
Release of the Materialize driver for Metabase
What's Changed
- Change SSL to enabled by default by @bobbyiliev in #46
- Prepare v1.0.3 release changes by @bobbyiliev in #47
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
Release of the Materialize driver for Metabase
What's Changed
- Add Docker run example command by @bobbyiliev in #40
- Add contact info to manifest file by @bobbyiliev in #41
- Add schema filter options by @bobbyiliev in #42
- Fix Postgres root cert error by @bobbyiliev in #44
- Prepare v1.0.2 release changes by @bobbyiliev in #45
Full Changelog: v1.0.1...v1.0.2
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.