Skip to content

chore(deps): bump the dependencies group with 2 updates#481

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/dependencies-3320840b3c
Closed

chore(deps): bump the dependencies group with 2 updates#481
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/dependencies-3320840b3c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the dependencies group with 2 updates: github.com/openfga/go-sdk and github.com/openfga/openfga.

Updates github.com/openfga/go-sdk from 0.6.6-0.20250324152300-586e2599b309 to 0.7.0

Release notes

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

v0.7.0

0.7.0 (2025-04-02)

  • feat: fix and improve retries and rate limit handling. (#176) The SDK now retries on network errors and the default retry handling has been fixed for both the calls to the OpenFGA API and the API Token Issuer for those using ClientCredentials The SDK now also respects the rate limit headers (Retry-After) returned by the server and will retry the request after the specified time. If the header is not sent or on network errors, it will fall back to exponential backoff.
  • feat: retry on network errors when calling the token issuer (#182)
  • feat: add support for server-side BatchCheck (#187)
  • fix: use defaults when transaction options were only partially set (#183)
  • chore: log retry attempts when debug mode is enabled (#182)

[!WARNING] BREAKING CHANGES: This release contains a breaking change around its handling of BatchCheck

  • The new BatchCheck requires OpenFGA v1.8.0+ server.
  • The existing BatchCheck method has been renamed to ClientBatchCheck. The existing BatchCheckResponse has been renamed to ClientBatchCheckResponse.

NOTE: This release was previously released as v0.6.6, but has been re-released as v0.7.0 due to the breaking changes.

v0.6.6

0.6.6 (2025-04-02)

[!WARNING] BREAKING CHANGES: This has been re-released as v0.7.0 due to breaking changes around BatchCheck. Check the release notes there.

Changelog

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

v0.7.0

0.7.0 (2025-04-02)

  • feat: fix and improve retries and rate limit handling. (#176) The SDK now retries on network errors and the default retry handling has been fixed for both the calls to the OpenFGA API and the API Token Issuer for those using ClientCredentials The SDK now also respects the rate limit headers (Retry-After) returned by the server and will retry the request after the specified time. If the header is not sent or on network errors, it will fall back to exponential backoff.
  • feat: retry on network errors when calling the token issuer (#182)
  • feat: add support for server-side BatchCheck (#187)
  • fix: use defaults when transaction options were only partially set (#183)
  • chore: log retry attempts when debug mode is enabled (#182)

[!WARNING] BREAKING CHANGES: This release contains a breaking change around it's handling of BatchCheck

  • The new BatchCheck requires OpenFGA v1.8.0+ server.
  • The existing BatchCheck method has been renamed to ClientBatchCheck. The existing BatchCheckResponse has been renamed to ClientBatchCheckResponse.

NOTE: This release was previously released as v0.6.6, but has been re-released as v0.7.0 due to the breaking changes.

v0.6.6

0.6.6 (2025-04-02)

[!WARNING] BREAKING CHANGES: This has been re-released as v0.7.0 due to breaking changes around BatchCheck.

v0.6.5

0.6.5 (2025-02-06)

  • feat: support assertions with context and contextual tuples (#169)
  • fix: populate start_time in request (#166)

v0.6.4

0.6.4 (2025-01-29)

  • feat: add support for start_time parameter in ReadChanges endpoint (#158)
  • fix: correctly set request level storeId in non-transactional write (#162)
  • fix: api client should set default telemetry if not specified (#160)
  • docs: replace readable names with uuid (#146) - thanks @​sccalabr
  • fix: support marshaling client.ClientWriteResponse (#145) - thanks @​Fedot-Compot
  • fix: update client interface with store and model getter/setter (#155)
  • fix: api client should set default telemetry if not specified (#160)
  • fix: Do not ignore request level storeId in non-transactional write (#162)

v0.6.3

... (truncated)

Commits

Updates github.com/openfga/openfga from 1.8.8 to 1.8.9

Release notes

Sourced from github.com/openfga/openfga's releases.

v1.8.9

Added

  • Updated grpc logs for the healthcheck service to log at the Debug level instead of at the Info level. #2340
  • Separate out experimental list objects optimization flag (enable-list-objects-optimizations) from experimental check optimization flag (enable-check-optimizations) to allow individual optimization. #2341.

Full changelog

Changelog

  • a24f0fea3ff86876df837e67b712803fb653bdf0 chore(deps): bump the dependencies group with 3 updates (#2347)
  • 09fb1b775ad589be98111f0f74c9c5100cc5ac85 chore(deps): bump the dependencies group with 5 updates (#2329)
  • ee82979118d34fc75c6a5e8c02173a7ac7f90f43 chore(deps): bump the dependencies group with 5 updates (#2346)
  • 3d34d7411e10cb6a8b9dd11c16f8eecb5fdccded docs(v1.8.9): add v1.8.9 release notes to CHANGELOG (#2348)
  • 3e7e9e5d04afba4cf60f0524ab29fa18adaef708 feat: Downgrade grpc logs for healthcheck service to Debug level (#2340)
  • 33153583a6144d7fde547afd145132436c63bd55 feat: add list object experimental flag (#2341)
Changelog

Sourced from github.com/openfga/openfga's changelog.

[1.8.9] - 2025-04-01

Full changelog

Added

  • Updated grpc logs for the healthcheck service to log at the Debug level instead of at the Info level. #2340
  • Separate out experimental list objects optimization flag (enable-list-objects-optimizations) from experimental check optimization flag (enable-check-optimizations) to allow individual optimization. #2341.
Commits
  • 3d34d74 docs(v1.8.9): add v1.8.9 release notes to CHANGELOG (#2348)
  • 5e8b4d2 docs: make note that shadow resolver is a temporary feature (#2349)
  • a24f0fe chore(deps): bump the dependencies group with 3 updates (#2347)
  • 3315358 feat: add list object experimental flag (#2341)
  • ee82979 chore(deps): bump the dependencies group with 5 updates (#2346)
  • aa86826 test: ListObjects tuple_cycle_len2_userset (#2345)
  • fef77a2 test: LO test for #usersets_recursive (#2344)
  • 3e7e9e5 feat: Downgrade grpc logs for healthcheck service to Debug level (#2340)
  • 4c4766b test: LO test for usersets-user#alg_combined_oneline (#2343)
  • 09fb1b7 chore(deps): bump the dependencies group with 5 updates (#2329)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [github.com/openfga/go-sdk](https://github.com/openfga/go-sdk) and [github.com/openfga/openfga](https://github.com/openfga/openfga).


Updates `github.com/openfga/go-sdk` from 0.6.6-0.20250324152300-586e2599b309 to 0.7.0
- [Release notes](https://github.com/openfga/go-sdk/releases)
- [Changelog](https://github.com/openfga/go-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openfga/go-sdk/commits/v0.7.0)

Updates `github.com/openfga/openfga` from 1.8.8 to 1.8.9
- [Release notes](https://github.com/openfga/openfga/releases)
- [Changelog](https://github.com/openfga/openfga/blob/main/CHANGELOG.md)
- [Commits](openfga/openfga@v1.8.8...v1.8.9)

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

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 Apr 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2025 13:19
@ghost
Copy link

ghost commented Apr 7, 2025

Minder Vulnerability Report ✅

Minder analyzed this PR and found it does not add any new vulnerable dependencies.

Vulnerability scan of 2bd45c93:

  • 🐞 vulnerable packages: 0
  • 🛠 fixes available for: 0

Copy link
Member

@Siddhant-K-code Siddhant-K-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BLOCK

We need to handle batch check breaking changes in github.com/openfga/go-sdk v0.7.0

@Siddhant-K-code
Copy link
Member

I am wondering, how would you update the mocks 🤔

As, make generate-mocks seems to ruin more things and have more errors now.

@Siddhant-K-code
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 9, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-3320840b3c branch April 9, 2025 10:21
@Siddhant-K-code
Copy link
Member

#483 is opened now

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.

1 participant

Comments