Skip to content

Commit 98d9b25

Browse files
authored
release: v0.7.1 (#537)
1 parent f3bd12d commit 98d9b25

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Changelog
22

3-
#### [Unreleased](https://github.com/openfga/cli/compare/v0.7.0...HEAD)
3+
#### [Unreleased](https://github.com/openfga/cli/compare/v0.7.1...HEAD)
4+
5+
6+
7+
#### [0.7.1](https://github.com/openfga/cli/compare/v0.7.0...v0.7.1) (2025-07-10)
8+
9+
Added:
10+
- Added `jsonl` tuple import support (https://github.com/openfga/cli/pull/530)
11+
- Added support for multiple tuple files in the store file (https://github.com/openfga/cli/pull/506)
12+
- Note: Support for this feature in the OpenFGA IDE plugins is not yet available
13+
- Added support for grouping user/object in store tests (https://github.com/openfga/cli/pull/513)
14+
- Note: Support for this feature in the OpenFGA IDE plugins is not yet available
415

516
Changed:
617
- Adjusted defaults for `--max-tuples-per-write`, `--max-parallel-requests`, `--max-rps`, and `--rampup-period-in-sec` when `--max-rps` is specified (#517).
718

19+
Documentation:
20+
- Improved documentation for the store file format (https://github.com/openfga/cli/pull/518)
821

922
#### [0.7.0](https://github.com/openfga/cli/compare/v0.6.6...v0.7.0) (2025-06-10)
1023

0 commit comments

Comments
 (0)