Releases: openfga/cli
Releases · openfga/cli
v0.6.3
v0.6.2
0.6.2 (2024-12-02)
Fixed:
- Fixed issue where
fga store import
would error when importing a store with no tuples (#408) - thanks @ap0calypse8 - Fixed repetition in
fga query check
error output (#405) - thanks @Siddhant-K-code
v0.6.1
0.6.1 (2024-09-09)
Fixed:
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
0.5.0 (2024-06-18)
Added:
fga store import
now shows a progress bar when writing tuples to show (#348) - thanks @Siddhant-K-code
Changed:
excluded_users
has been removed from thefga query list-users
output and the testing for ListUsers (#347)
BREAKING CHANGE:
This version removes the excluded_users
property from the fga query list-users
output and the ListUsers testing,
for more details see the associated API change.
v0.4.1
v0.4.0
0.4.0 (2024-05-07)
Added:
- Support querying the list users API with
fga query list-users
(#314) - Support for running list users tests via
fga model test
(#315)
Changed:
fga store import
now uses the filename if no name is provided (#318) - thanks @NeerajNagure