File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.4] - 2025-08-15
11
+
12
+ Changed:
13
+ - Update OpenFGA to v1.9.5
14
+
10
15
Fixed:
11
16
- Remove duplicate error messages in query commands (` list-objects ` , ` list-users ` , ` list-relations ` ) by fixing error handling pattern ([ #559 ] ( https://github.com/openfga/cli/pull/559 ) )
12
17
@@ -314,8 +319,9 @@ Initial OpenFGA CLI release
314
319
* List relations a user has on an object
315
320
* Use Expand to understand why access was granted
316
321
317
- [ Unreleased ] : https://github.com/openfga/cli/compare/v0.7.3...HEAD
318
- [ 0.7.2 ] : https://github.com/openfga/cli/compare/v0.7.2...v0.7.3
322
+ [ Unreleased ] : https://github.com/openfga/cli/compare/v0.7.4...HEAD
323
+ [ 0.7.4 ] : https://github.com/openfga/cli/compare/v0.7.3...v0.7.4
324
+ [ 0.7.3 ] : https://github.com/openfga/cli/compare/v0.7.2...v0.7.3
319
325
[ 0.7.2 ] : https://github.com/openfga/cli/compare/v0.7.1...v0.7.2
320
326
[ 0.7.1 ] : https://github.com/openfga/cli/compare/v0.7.0...v0.7.1
321
327
[ 0.7.0 ] : https://github.com/openfga/cli/compare/v0.6.6...v0.7.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/openfga/api/proto v0.0.0-20250806222926-60b2b183a749
16
16
github.com/openfga/go-sdk v0.7.1
17
17
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d
18
- github.com/openfga/openfga v1.9.4
18
+ github.com/openfga/openfga v1.9.5
19
19
github.com/rung/go-safecast v1.0.1
20
20
github.com/schollz/progressbar/v3 v3.18.0
21
21
github.com/spf13/cobra v1.9.1
Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ github.com/openfga/go-sdk v0.7.1 h1:ZFFDRoSWAHcbOzPFUWPLUpoIOJZRoQ6KgJp2vyfB82g=
180
180
github.com/openfga/go-sdk v0.7.1 /go.mod h1:Fu00XYLWkfgmo3PV45EwSOhpaBNcuVMBOdklpKoaazw =
181
181
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d h1:psf8S5GMPjUFGneGIgxGsQVSyQjS7d7i37Cd1yByhXo =
182
182
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d /go.mod h1:7K8gidWVX+87JD+tyhZY9VQFNYVhlQeMgFlm1T9xf28 =
183
- github.com/openfga/openfga v1.9.4 h1:7RJEUeuI6IJRr84LlzLu0G+iIoP+Xf5clSbnrxoeGOQ =
184
- github.com/openfga/openfga v1.9.4 /go.mod h1:prbb9r4bAp24mYi/DQK97Q3fqiLivlH+8maopVNnxdE =
183
+ github.com/openfga/openfga v1.9.5 h1:CtlyxP8D6cG1/EC5GLgJHSZYz4Wcbzh9b3jF10oMuw4 =
184
+ github.com/openfga/openfga v1.9.5 /go.mod h1:prbb9r4bAp24mYi/DQK97Q3fqiLivlH+8maopVNnxdE =
185
185
github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
186
186
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30 /go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o =
187
187
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
You can’t perform that action at this time.
0 commit comments