We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ffa7ba + 61701ca commit 9c09864Copy full SHA for 9c09864
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+### [0.5.0](https://github.com/openfga/cli/compare/v0.4.1...v0.5.0) (2024-06-18)
4
+
5
+Added:
6
+- `fga store import` now shows a progress bar when writing tuples to show (#348)
7
8
+Changed:
9
+- `excluded_users` has been removed from the `fga query list-users` output and the testing for ListUsers (#347)
10
11
+BREAKING CHANGE:
12
13
+This version removes the `excluded_users` property from the ``fga query list-users` output and the ListUsers testing,
14
+for more details see the [associated API change](https://github.com/openfga/api/pull/171).
15
16
### [0.4.1](https://github.com/openfga/cli/compare/v0.4.0...v0.4.1) (2024-06-05)
17
18
Added:
0 commit comments