Skip to content

Releases: openfga/cli

v0.4.0

07 May 13:15
v0.4.0
7f8f869
Compare
Choose a tag to compare

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

v0.3.1

29 Apr 15:24
v0.3.1
0c1e3a0
Compare
Choose a tag to compare

0.3.1 (2024-04-29)

Added:

  • fga store import now outputs the store and model details (#299) - thanks @NeerajNagure
  • fga store export to support exporting a store (#306)
  • Support specifying output format using --output-format for fga model transform (#308)

Changed:

  • fga tuple write returns simpler error messages (#303) - thanks @shruti2522

v0.3.0

28 Mar 21:44
v0.3.0
22466ca
Compare
Choose a tag to compare

Changelog

0.3.0 (2024-03-28)

Added:

v0.3.0-beta.1

13 Mar 22:10
v0.3.0-beta.1
8734c80
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

0.3.0-beta.1 (2024-03-13)

Added:

v0.2.7

13 Mar 22:19
v0.2.7
17f1c02
Compare
Choose a tag to compare

0.2.7 (2024-03-13)

Added:

Changed:

  • Simplify the output of model test (#265)
  • go >= v1.21.8 is now required (#272)

Deprecated:

  • The --simple-output flag in tuple read has been deprecated in favour of --output-format=simple-json (#250) - thanks @edwin-Marrima

v0.2.6

28 Feb 12:51
v0.2.6
dc4e396
Compare
Choose a tag to compare

Changelog

0.2.6 (2024-02-28)

Fixed:

v0.2.5

23 Jan 16:37
v0.2.5
6e528a8
Compare
Choose a tag to compare

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 and map)

v0.2.4

16 Jan 18:07
v0.2.4
cfeef61
Compare
Choose a tag to compare

0.2.4 (2024-01-16)

Fixed:

  • Fixed support for reading json models (#228)

v0.2.3

11 Jan 16:03
v0.2.3
f543d6b
Compare
Choose a tag to compare

0.2.3 (2024-01-11)

Changed:

  • add support for using csv files to import tuples (#222)

v0.2.2

09 Jan 17:51
v0.2.2
742405f
Compare
Choose a tag to compare

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