Releases: openfga/cli
Releases · openfga/cli
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-output
flag intuple read
has 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 import
now 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 parent
is now supported!
See openfga/language#107 for more details on supported and unsupported functionality
Fixed:
- Fixed
fga model write
not writing models with conditions (#236) - Re-added support for condition parameters as identifiers and relation names (e.g.
list
andmap
)
v0.2.4
v0.2.3
v0.2.2
0.2.2 (2024-01-08)
Changed:
- add
fga store import
to import store data (#215) - allow specifying
tuple_file
to reference tuples in the FGA store format (#212) - support continuation token in
fga tuple changes
method and expose it in the output (#218) - add support for specifying condition/context in queries and in write (#219)
- allow more comments in the model (#221)
Fixed:
- fixed issue writing models with conditions