Releases: openfga/cli
Releases · openfga/cli
v0.6.5
0.6.5 (2025-03-24)
Added:
- Support for RPS ramp up for tuple writes, which can be helpful when importing a large amount of tuples (#463)
Onfga tuple writewe now support the following flags:--max-rpsand--rampup-period-in-sec. If one is set, both are required.
e.g.--max-rps 10 --rampup-period-in-sec 10
If these flags are set the CLI will start ramping up requests from 1RPS to the configured max RPS over the configured period
Changed:
- The deprecated
fga tuple importhas now been aliased tofga tuple write(#463)
v0.6.4
v0.6.3
v0.6.2
0.6.2 (2024-12-02)
Fixed:
- Fixed issue where
fga store importwould error when importing a store with no tuples (#408) - thanks @ap0calypse8 - Fixed repetition in
fga query checkerror 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 importnow shows a progress bar when writing tuples to show (#348) - thanks @Siddhant-K-code
Changed:
excluded_usershas been removed from thefga query list-usersoutput 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.