Skip to content

chore(deps): bump github.com/openfga/go-sdk from 0.7.3 to 0.7.4#261

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/openfga/go-sdk-0.7.4
Feb 10, 2026
Merged

chore(deps): bump github.com/openfga/go-sdk from 0.7.3 to 0.7.4#261
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/openfga/go-sdk-0.7.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps github.com/openfga/go-sdk from 0.7.3 to 0.7.4.

Release notes

Sourced from github.com/openfga/go-sdk's releases.

v0.7.4

0.7.4 (2026-01-21)

  • fix: ListRelations now surfaces errors instead of treating them as false (#267)
  • feat: add a generic API Executor fgaClient.GetAPIExecutor() to allow calling any OpenFGA API method. See Calling Other Endpoints for more.
  • feat: add generic ToPtr[T any](https://github.com/openfga/go-sdk/blob/HEAD/v T) *T function for creating pointers to any type
  • deprecation: PtrBool, PtrInt, PtrInt32, PtrInt64, PtrFloat32, PtrFloat64, PtrString, and PtrTime are now deprecated in favor of the generic ToPtr function
  • chore: add a top-level makefile in go-sdk to simplify running tests and linters: (#250)
  • feat: add fga-client.http_request.duration metric (#266)
  • feat: add support for StreamedListObjects endpoint (#271)

What's Changed

New Contributors

Full Changelog: openfga/go-sdk@v0.7.3...v0.7.4

Changelog

Sourced from github.com/openfga/go-sdk's changelog.

v0.7.4

0.7.4 (2026-01-21)

  • fix: ListRelations now surfaces errors instead of treating them as false (#267)
  • feat: add a generic API Executor fgaClient.GetAPIExecutor() to allow calling any OpenFGA API method. See Calling Other Endpoints for more.
  • feat: add generic ToPtr[T any](https://github.com/openfga/go-sdk/blob/main/v T) *T function for creating pointers to any type
  • deprecation: PtrBool, PtrInt, PtrInt32, PtrInt64, PtrFloat32, PtrFloat64, PtrString, and PtrTime are now deprecated in favor of the generic ToPtr function
  • chore: add a top-level makefile in go-sdk to simplify running tests and linters: (#250)
  • feat: add fga-client.http_request.duration metric (#266)
  • feat: add support for StreamedListObjects endpoint (#271)
Commits
  • e4a5781 release: v0.7.4 (#273)
  • 0ccad6c chore: make streamed list objects client methods public (#271)
  • 7191445 fix: Stop retrying context cancellation (#270)
  • 50d4822 chore(deps): bump the dependencies group with 3 updates (#268)
  • ce39370 chore(deps): bump the dependencies group with 2 updates (#269)
  • b6eadfa feat: add fga-client.http_request.duration metric (#266)
  • a16d49f fix: list relations should not swallow errors (#267)
  • f5f3c56 feat: add APIExecutor for raw HTTP calls to OpenFGA endpoints (#258)
  • d3a44cc chore(deps): bump the dependencies group with 2 updates (#265)
  • 944ecd8 chore: make streamed list objects client methods private (#264)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/openfga/go-sdk](https://github.com/openfga/go-sdk) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/openfga/go-sdk/releases)
- [Changelog](https://github.com/openfga/go-sdk/blob/main/CHANGELOG.md)
- [Commits](openfga/go-sdk@v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: github.com/openfga/go-sdk
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 10, 2026
@github-actions github-actions bot merged commit 387c0d3 into main Feb 10, 2026
2 of 3 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/openfga/go-sdk-0.7.4 branch February 10, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants