Skip to content

Commit 742405f

Browse files
authored
release(v0.2.2): with store import and better condition support (#220)
2 parents a385e2e + e60a850 commit 742405f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.2.2
4+
5+
### [0.2.2](https://github.com/openfga/cli/compare/v0.2.1...v0.2.2) (2024-01-08)
6+
7+
Changed:
8+
- add `fga store import` to import store data (#215)
9+
- allow specifying `tuple_file` to reference tuples in the FGA store format (#212)
10+
- support continuation token in `fga tuple changes` method and expose it in the output (#218)
11+
- add support for specifying condition/context in queries and in write (#219)
12+
- allow more comments in the model (#221)
13+
14+
Fixed:
15+
- fixed issue writing models with conditions
16+
317
## v0.2.1
418

519
### [0.2.1](https://github.com/openfga/cli/compare/v0.2.0...v0.2.1) (2023-12-14)

0 commit comments

Comments
 (0)