Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Unreleased]

## [5.0.0] - 2025-01-09
## [6.0.0] - 2025-01-10

- Bump Metabase version to v1.52.2
- Re-enable the :foreign-keys feature flag so that users can set external relationships in Metabase
Expand Down Expand Up @@ -77,7 +77,9 @@
- Adds Starburst specific tests
- Adds github CI actions for testing and release

[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/5.0.0...HEAD
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/6.0.0...HEAD

[6.0.0]: https://github.com/starburstdata/metabase-driver/compare/5.0.0...6.0.0

[5.0.0]: https://github.com/starburstdata/metabase-driver/compare/4.1.0...5.0.0

Expand Down
2 changes: 1 addition & 1 deletion drivers/starburst/resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
info:
name: Metabase Starburst Driver
version: 5.0.0
version: 6.0.0
description: Allows Metabase to connect to Starburst Enterprise, Starburst Galaxy, and Trino query engines.
contact-info:
name: Starburst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
(update :kerberos str->bool)
(update :kerberos-delegation bool->str)
(assoc :SSL (:ssl details-map))
(assoc :source "Starburst Metabase 5.0.0")
(assoc :source "Starburst Metabase 6.0.0")
(assoc-if :clientInfo "impersonate:true" (:impersonation details-map))
(assoc-if :explicitPrepare "false" (:prepared-optimized details-map))
(dissoc (if (remove-role? details-map) :roles :test))
Expand Down
Loading