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)
Onfga 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 tofga tuple write
(#463)