Skip to content

Commit

Permalink
release(v0.2.2): with store import and better condition support (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jan 9, 2024
2 parents a385e2e + e60a850 commit 742405f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.2.2

### [0.2.2](https://github.com/openfga/cli/compare/v0.2.1...v0.2.2) (2024-01-08)

Changed:
- add `fga store import` to import store data (#215)
- allow specifying `tuple_file` to reference tuples in the FGA store format (#212)
- support continuation token in `fga tuple changes` method and expose it in the output (#218)
- add support for specifying condition/context in queries and in write (#219)
- allow more comments in the model (#221)

Fixed:
- fixed issue writing models with conditions

## v0.2.1

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

0 comments on commit 742405f

Please sign in to comment.