Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and lpoulain committed Mar 6, 2023
1 parent d502ef7 commit d00a692
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## [Unreleased]

- Bump Metabase version to v1.45.0
- Adds [convertTimezone](https://www.metabase.com/docs/latest/questions/query-builder/expressions/converttimezone) support
- Adds [datetimeDiff](https://www.metabase.com/docs/latest/questions/query-builder/expressions/datetimediff) support
## [2.0.0] - 2023-03-06

- Bump Metabase version to v1.45.0
- Adds [convertTimezone](https://www.metabase.com/docs/latest/questions/query-builder/expressions/converttimezone) support
- Adds [datetimeDiff](https://www.metabase.com/docs/latest/questions/query-builder/expressions/datetimediff) support

## [1.0.7] - 2022-12-12

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

[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/1.0.7...HEAD
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/2.0.0...HEAD

[2.0.0]: https://github.com/starburstdata/metabase-driver/compare/1.0.7...2.0.0

[1.0.7]: https://github.com/starburstdata/metabase-driver/compare/1.0.6...1.0.7

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: 1.0.7
version: 2.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 @@ -111,7 +111,7 @@
(update :kerberos str->bool)
(update :kerberos-delegation bool->str)
(assoc :SSL (:ssl details-map))
(assoc :source "Starburst Metabase 1.0.7")
(assoc :source "Starburst Metabase 2.0.0")

;; remove any Metabase specific properties that are not recognized by the Trino JDBC driver, which is
;; very picky about properties (throwing an error if any are unrecognized)
Expand Down

0 comments on commit d00a692

Please sign in to comment.