Skip to content

Commit

Permalink
Prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and andrewdibiasio6 committed Nov 20, 2023
1 parent b603b14 commit 4350b5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## [Unreleased]

- Add a new "Optimized prepared statement" option when defining a database
- Add further detail in the query comments such as account ID, dashboard ID or card ID when available
## [4.1.0] - 2023-11-17

- Add a new "Optimized prepared statement" option when defining a database
- Add further detail in the query comments such as account ID, dashboard ID or card ID when available

## [4.0.0] - 2023-09-27

Expand Down Expand Up @@ -70,7 +72,9 @@
- Adds Starburst specific tests
- Adds github CI actions for testing and release

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

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

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

Please sign in to comment.