Skip to content

chore(deps): bump the dependencies group across 1 directory with 3 updates #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates in the / directory: github.com/openfga/go-sdk, github.com/openfga/openfga and go.uber.org/mock.

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

Release notes

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

v0.7.1

0.7.1 (2025-04-07)

  • fix: resolves issue where SDK could stall when MaxParallelRequests * MaxBatchSize < body.Checks length
  • fix: resolves issue where private singleBatchCheck method in SdkClient prevented mocking

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.1

0.7.1 (2025-04-07)

  • fix: resolves issue where SDK could stall when MaxParallelRequests * MaxBatchSize < body.Checks length
  • fix: resolves issue where private singleBatchCheck method in SdkClient prevented mocking

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)

... (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

Updates go.uber.org/mock from 0.5.0 to 0.5.1

Release notes

Sourced from go.uber.org/mock's releases.

v0.5.1

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

Changelog

Sourced from go.uber.org/mock's changelog.

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 9, 2025 10:21
Copy link

stacklok-cloud bot commented Apr 9, 2025

Minder Vulnerability Report ✅

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

Vulnerability scan of 6aff507c:

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

@Siddhant-K-code
Copy link
Member

@rhamzeh builds are failing 😢

@rhamzeh
Copy link
Member

rhamzeh commented Apr 9, 2025

Yep! We just have to regenerate the mocks

@Siddhant-K-code
Copy link
Member

@rhamzeh: Yep! We just have to regenerate the mocks

I was wondering how can we do that. Shared here in #481 (comment)

I am wondering, how would you update the mocks 🤔

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

…dates

Bumps the dependencies group with 3 updates in the / directory: [github.com/openfga/go-sdk](https://github.com/openfga/go-sdk), [github.com/openfga/openfga](https://github.com/openfga/openfga) and [go.uber.org/mock](https://github.com/uber/mock).


Updates `github.com/openfga/go-sdk` from 0.6.6-0.20250324152300-586e2599b309 to 0.7.1
- [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.1)

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)

Updates `go.uber.org/mock` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/openfga/go-sdk
  dependency-version: 0.7.1
  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
- dependency-name: go.uber.org/mock
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-895d572277 branch from 13551fe to 6aff507 Compare April 14, 2025 12:39
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.

2 participants