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/).
77
88## [ Unreleased]
99
10+ ## [ 0.7.4] - 2025-08-15
11+
12+ Changed:
13+ - Update OpenFGA to v1.9.5
14+
1015Fixed:
1116- 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 ) )
1217
@@ -314,8 +319,9 @@ Initial OpenFGA CLI release
314319 * List relations a user has on an object
315320 * Use Expand to understand why access was granted
316321
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
319325[ 0.7.2 ] : https://github.com/openfga/cli/compare/v0.7.1...v0.7.2
320326[ 0.7.1 ] : https://github.com/openfga/cli/compare/v0.7.0...v0.7.1
321327[ 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 (
1515 github.com/openfga/api/proto v0.0.0-20250806222926-60b2b183a749
1616 github.com/openfga/go-sdk v0.7.1
1717 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
1919 github.com/rung/go-safecast v1.0.1
2020 github.com/schollz/progressbar/v3 v3.18.0
2121 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=
180180github.com/openfga/go-sdk v0.7.1 /go.mod h1:Fu00XYLWkfgmo3PV45EwSOhpaBNcuVMBOdklpKoaazw =
181181github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d h1:psf8S5GMPjUFGneGIgxGsQVSyQjS7d7i37Cd1yByhXo =
182182github.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 =
185185github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
186186github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30 /go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o =
187187github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
You can’t perform that action at this time.
0 commit comments