From 6cf01342f11e992cdc1d87180e6ccf6073c2e80d Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Fri, 15 Aug 2025 16:30:37 -0400 Subject: [PATCH 1/2] chore(deps): bump openfga --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3e97c161..5694ae86 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/openfga/api/proto v0.0.0-20250806222926-60b2b183a749 github.com/openfga/go-sdk v0.7.1 github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d - github.com/openfga/openfga v1.9.4 + github.com/openfga/openfga v1.9.5 github.com/rung/go-safecast v1.0.1 github.com/schollz/progressbar/v3 v3.18.0 github.com/spf13/cobra v1.9.1 diff --git a/go.sum b/go.sum index a4594c0c..7ffbcdc9 100644 --- a/go.sum +++ b/go.sum @@ -180,8 +180,8 @@ github.com/openfga/go-sdk v0.7.1 h1:ZFFDRoSWAHcbOzPFUWPLUpoIOJZRoQ6KgJp2vyfB82g= github.com/openfga/go-sdk v0.7.1/go.mod h1:Fu00XYLWkfgmo3PV45EwSOhpaBNcuVMBOdklpKoaazw= github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d h1:psf8S5GMPjUFGneGIgxGsQVSyQjS7d7i37Cd1yByhXo= github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250812011519-a7cd7602df5d/go.mod h1:7K8gidWVX+87JD+tyhZY9VQFNYVhlQeMgFlm1T9xf28= -github.com/openfga/openfga v1.9.4 h1:7RJEUeuI6IJRr84LlzLu0G+iIoP+Xf5clSbnrxoeGOQ= -github.com/openfga/openfga v1.9.4/go.mod h1:prbb9r4bAp24mYi/DQK97Q3fqiLivlH+8maopVNnxdE= +github.com/openfga/openfga v1.9.5 h1:CtlyxP8D6cG1/EC5GLgJHSZYz4Wcbzh9b3jF10oMuw4= +github.com/openfga/openfga v1.9.5/go.mod h1:prbb9r4bAp24mYi/DQK97Q3fqiLivlH+8maopVNnxdE= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o= github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= From c52af3ddde49786f4c51b1ff0dd9073dd170d282 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Fri, 15 Aug 2025 16:30:50 -0400 Subject: [PATCH 2/2] release: v0.7.4 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7205df23..d7f73d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.7.4] - 2025-08-15 + +Changed: +- Update OpenFGA to v1.9.5 + Fixed: - 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)) @@ -314,8 +319,9 @@ Initial OpenFGA CLI release * List relations a user has on an object * Use Expand to understand why access was granted -[Unreleased]: https://github.com/openfga/cli/compare/v0.7.3...HEAD -[0.7.2]: https://github.com/openfga/cli/compare/v0.7.2...v0.7.3 +[Unreleased]: https://github.com/openfga/cli/compare/v0.7.4...HEAD +[0.7.4]: https://github.com/openfga/cli/compare/v0.7.3...v0.7.4 +[0.7.3]: https://github.com/openfga/cli/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/openfga/cli/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/openfga/cli/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/openfga/cli/compare/v0.6.6...v0.7.0