Releases: openfga/cli
Releases · openfga/cli
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 importnow uses the filename if no name is provided (#318) - thanks @NeerajNagure
v0.3.1
0.3.1 (2024-04-29)
Added:
fga store importnow outputs the store and model details (#299) - thanks @NeerajNagurefga store exportto support exporting a store (#306)- Support specifying output format using
--output-formatforfga model transform(#308)
Changed:
fga tuple writereturns simpler error messages (#303) - thanks @shruti2522
v0.3.0
v0.3.0-beta.1
v0.2.7
0.2.7 (2024-03-13)
Added:
- Support for exporting tuples as CSV (#250) - thanks @edwin-Marrima
Changed:
Deprecated:
- The
--simple-outputflag intuple readhas been deprecated in favour of--output-format=simple-json(#250) - thanks @edwin-Marrima
v0.2.6
v0.2.5
0.2.5 (2024-01-23)
Added:
- Add support for oauth2 credentials with scopes instead of audience (#232) - thanks @le-yams
fga tuple importnow supports any columns order and optional fields are no longer required (#230) - thanks @le-yams- Support for mixed operators in the model.
define viewer: ([user] but not blocked) or owner or viewer from parentis now supported!
See openfga/language#107 for more details on supported and unsupported functionality
Fixed:
- Fixed
fga model writenot writing models with conditions (#236) - Re-added support for condition parameters as identifiers and relation names (e.g.
listandmap)