Skip to content

Commit

Permalink
Prepare release 5.0.0
Browse files Browse the repository at this point in the history
Prepare release 5.0.0
  • Loading branch information
web-flow authored and lpoulain committed Jan 10, 2025
1 parent a7bc1dd commit 27498cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [5.0.0] - 2025-01-09

- Bump Metabase version to v1.52.2
- Re-enable the :foreign-keys feature flag so that users can set external relationships in Metabase

## [4.1.0] - 2023-11-17

- Add a new "Optimized prepared statement" option when defining a database
Expand Down Expand Up @@ -72,7 +77,9 @@
- Adds Starburst specific tests
- Adds github CI actions for testing and release

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

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

[4.1.0]: https://github.com/starburstdata/metabase-driver/compare/4.0.0...4.1.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: 4.1.0
version: 5.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 4.1.0")
(assoc :source "Starburst Metabase 5.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

0 comments on commit 27498cf

Please sign in to comment.