Skip to content

Releases: openfga/cli

v0.7.2

11 Jul 14:48
v0.7.2
e1b9c49
Compare
Choose a tag to compare

Changelog

0.7.2 (2025-07-11)

Fixed:

  • Store tuple files being required (#539)

v0.7.1

10 Jul 15:13
v0.7.1
98d9b25
Compare
Choose a tag to compare

Changelog

0.7.1 (2025-07-10)

Added:

  • Added jsonl tuple import support (#530)
  • Added support for multiple tuple files in the store file (#506) - thanks @SoulPancake!
    • Note: Support for this feature in the OpenFGA IDE plugins is not yet available
  • Added support for grouping user/object in store tests (#513)
    • Note: Support for this feature in the OpenFGA IDE plugins is not yet available

Changed:

  • Adjusted defaults for --max-tuples-per-write, --max-parallel-requests, --max-rps, and --rampup-period-in-sec when --max-rps is specified (#517).

Documentation:

v0.7.0

12 Jun 10:39
v0.7.0
bb88057
Compare
Choose a tag to compare

0.7.0 (2025-06-12)

Note

This release includes a change to the configuration file (.fga.yaml) lookup order to simplify multi-project usage.
The lookup is now in the following order:

Added:

  • Include current working directory in the config file resolution (#504) - thanks @OsmanMElsayed

Fixed:

v0.6.6

23 Apr 15:39
v0.6.6
5cb2d23
Compare
Choose a tag to compare

Changelog

0.6.6 (2025-04-23)

Added:

Changed:

  • fix validate command to properly exit with non-zero status on errors (#485) - thanks @Siddhant-K-code

v0.6.5

24 Mar 23:16
v0.6.5
dd24e16
Compare
Choose a tag to compare

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)
    On fga tuple write we now support the following flags: --max-rps and --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 import has now been aliased to fga tuple write (#463)

v0.6.4

07 Feb 17:32
v0.6.4
9d3951b
Compare
Choose a tag to compare

0.6.4 (2025-02-07)

Added:

  • Support for start-time parameter in changes command (#443)
  • Support importing assertions during fga store import (#446) - Thanks @sujitha-av

v0.6.3

22 Jan 12:35
v0.6.3
123afcc
Compare
Choose a tag to compare

0.6.3 (2025-01-22)

Added:

  • Introduced --hide-imported-tuples flag to fga tuple write to suppress logging of successfully imported tuples (#437) - thanks @Siddhant-K-code

v0.6.2

02 Dec 14:26
v0.6.2
3d77e34
Compare
Choose a tag to compare

0.6.2 (2024-12-02)

Fixed:

  • Fixed issue where fga store import would error when importing a store with no tuples (#408) - thanks @ap0calypse8
  • Fixed repetition in fga query check error output (#405) - thanks @Siddhant-K-code

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)