Skip to content

Releases: openfga/cli

v0.6.1

09 Sep 17:18
v0.6.1
f47cb26
Compare
Choose a tag to compare

0.6.1 (2024-09-09)

Fixed:

  • Fixed issue where fga store import, fga tuple write and fga tuple delete could not be ran due to an issue with the --max-tuples-per-write and --max-parallel-requests options (#389)
  • Fixed an issue where List Users failed test output did not include the returned response (#391)

v0.6.0

06 Sep 15:59
v0.6.0
34fa32f
Compare
Choose a tag to compare

0.6.0 (2024-09-08)

Added:

  • Support usage of consistency parameter (#381)

v0.5.3

16 Aug 17:41
v0.5.3
a421792
Compare
Choose a tag to compare

Changelog

0.5.3 (2024-08-15)

Fixed:

  • Bump OpenFGA to v1.5.9 to fix an issue in the check API CVE-2024-42473

v0.5.2

08 Aug 14:06
v0.5.2
53a584b
Compare
Choose a tag to compare

Changelog

0.5.2 (2024-08-08)

Fixed:

  • Fixed issue where an error in getting the store infga store import fails the import (#365)

v0.5.1

25 Jun 14:35
v0.5.1
41629a5
Compare
Choose a tag to compare

0.5.1 (2024-06-25)

Fixed:

  • Fixed issue where fga store import output could no longer be piped to jq (#355) - thanks @Siddhant-K-code

v0.5.0

18 Jun 20:30
v0.5.0
9c09864
Compare
Choose a tag to compare

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 the fga 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

05 Jun 17:43
v0.4.1
afe53f7
Compare
Choose a tag to compare

0.4.1 (2024-06-05)

Added:

  • Support asserting the excluded_users in list_users tests (#337)

Fixed:

  • fga store import now outputs store and model details when writing to an existing store (#336)

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: