From 2641938e3893a1c176122d027258be618b432d2b Mon Sep 17 00:00:00 2001 From: Flo Date: Sun, 7 Apr 2024 18:13:51 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c1289..a319208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.5.1 (2024-04-07) + +BUG FIXES: + +- Ignore unsupported granular permissions rather than crashing because of an unexpected Metabase API response. (#49, thanks @ellingtonjp!) +- Ignore permissions for the Metabase Analytics database (Pro feature), for which granular permissions are always set. + ## 0.5.0 (2024-04-03) NEW FEATURES: From 845730a8905a63767c0d79ec0a9ec69f11ce6107 Mon Sep 17 00:00:00 2001 From: Flo Date: Sun, 7 Apr 2024 18:15:36 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20Metabase=20supporte?= =?UTF-8?q?d=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad82a90..e8779ca 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,8 @@ Unfortunately, this provider relies on the Metabase API which is [subject to bre | Provider version \ Metabase version | .44 | .45 | .46 | .47 | .48 | .49 | | ----------------------------------: | :-: | :-: | :-: | :-: | :-: | :-: | -| 0.1 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 0.2 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 0.3 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 0.4 | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | -| 0.5 | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | +| <= 0.3 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| >= 0.4 | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ## 🔨 `mbtf` importer tool