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: 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