From ffeace438d9ff7be5d5514670feb294576c0f521 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Fri, 12 Sep 2025 19:57:20 -0400 Subject: [PATCH 1/2] release(go): v0.7.2 --- config/clients/go/CHANGELOG.md.mustache | 7 ++++++- config/clients/go/config.overrides.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/clients/go/CHANGELOG.md.mustache b/config/clients/go/CHANGELOG.md.mustache index 530eae9a2..66c96092b 100644 --- a/config/clients/go/CHANGELOG.md.mustache +++ b/config/clients/go/CHANGELOG.md.mustache @@ -2,7 +2,12 @@ ## [Unreleased](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v{{packageVersion}}...HEAD) -- feat: add contextual tuples support in Expand requests +## {{packageVersion}} + +### [{{packageVersion}}](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.7.1...{{packageVersion}}) (2025-09-15) + +- feat: add contextual tuples support in Expand requests - thanks @SoulPancake +- feat: Support passing name filter to ListStores (#213) - thanks @Oscmage ## v0.7.1 diff --git a/config/clients/go/config.overrides.json b/config/clients/go/config.overrides.json index ace5538a3..46c0e11f1 100644 --- a/config/clients/go/config.overrides.json +++ b/config/clients/go/config.overrides.json @@ -2,7 +2,7 @@ "sdkId": "go", "gitRepoId": "go-sdk", "packageName": "openfga", - "packageVersion": "0.7.1", + "packageVersion": "0.7.2", "packageDescription": "Go SDK for OpenFGA", "packageDetailedDescription": "This is an autogenerated Go SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).", "fossaComplianceNoticeId": "41c01c64-f74a-414a-9e39-7aeca87bc47b", From 1ede9828c9002fe1bcf2d7407fdae12d9ce65f6e Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Mon, 6 Oct 2025 15:35:42 -0400 Subject: [PATCH 2/2] chore(go): fix changelog --- config/clients/go/CHANGELOG.md.mustache | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/clients/go/CHANGELOG.md.mustache b/config/clients/go/CHANGELOG.md.mustache index 66c96092b..a94894617 100644 --- a/config/clients/go/CHANGELOG.md.mustache +++ b/config/clients/go/CHANGELOG.md.mustache @@ -4,10 +4,11 @@ ## {{packageVersion}} -### [{{packageVersion}}](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.7.1...{{packageVersion}}) (2025-09-15) +### [{{packageVersion}}](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.7.1...v{{packageVersion}}) (2025-09-15) -- feat: add contextual tuples support in Expand requests - thanks @SoulPancake -- feat: Support passing name filter to ListStores (#213) - thanks @Oscmage +- feat: add contextual tuples support in Expand requests (https://github.com/openfga/sdk-generator/pull/547) - thanks @SoulPancake +- feat: Support passing name filter to ListStores (#186, #213) - thanks @Oscmage! +- fix: 5xx errors were not being properly retried (#204) - thanks @maxlegault for reporting ## v0.7.1