Skip to content

Conversation

@dependabot
Copy link

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

Bumps github.com/openfga/openfga from 1.5.4 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)

v1.8.8

Added

  • Added a new CheckResolver (ShadowResolver) to allow comparing changes across different CheckResolvers. #2308.

Changed

  • Extend object_id VARCHAR in MySQL to 255 characters. #2230.

Full changelog

Changelog

  • 0f16ee6fa24fc189533ffb08f3b86258c2810c11 Mysql: Extend object_id VARCHAR to 255 (#2230)
  • 75119286623fcd8ea18ef75557c119be0dd18d7e chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#2325)
  • 825cd8a7ccaf79ef197e1915ebfb3b5bd878bca1 chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#2311)
  • 7e99b6f7d6f3317e8f46bdc2b170ca14f202dfca chore(deps): bump the dependencies group across 1 directory with 3 updates (#2319)
  • ae0a7000ea0639c6a98ad34c0301e3d11c6deed8 chore(deps): bump the dependencies group across 1 directory with 4 updates (#2318)
  • 426e31e549f23c1894b93f80ffe7b5ecc3b8b706 chore(deps): bump the dependencies group across 1 directory with 6 updates (#2332)
  • 459e6e6bd0a2b11bdffd77d276826162c0678307 docs(v1.8.8): add v1.8.8 release notes to CHANGELOG (#2320)
  • 2b5324d6da1c8cdc1cbafde1eb328a62fa8c1bd2 docs(v1.8.8): add v1.8.8 release notes to CHANGELOG (#2333)
  • 2bbff464516f25dc39c8576c12242518cf6d5734 feat: Add Shadow Check Resolver to allow comparing results (#2308)
  • 4d1606ebf55eef63df2794bb686a201234c10378 fix: fix shadow resolver for Checks that have cycles and better reliability (#2317)
  • d500124ab8a5a9cca6550ef89b322c754988bd1d tests: consolidate matrix test infrastucture (#2322)
  • cc40ed7b1c1429a26c27d33555ab3c95f1aab836 tests: moves ListObjects matrix assertions and adds Weight1 wildcard test (#2327)

v1.8.7

Added

  • Added storage.ErrTransactionThrottled for throttling errors applied at the datastore level. #2304.

Removed

Fixed

  • Fixed evaluation of certain recursive TTU cases behind the enable-check-optimizations flag. #2281

... (truncated)

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.

[1.8.8] - 2025-03-18

Full changelog

Added

  • Added a new CheckResolver (ShadowResolver) to allow comparing changes across different CheckResolvers. #2308.

Changed

  • Extend object_id VARCHAR in MySQL to 255 characters. #2230.

[1.8.7] - 2025-03-07

Full changelog

Added

  • Added storage.ErrTransactionThrottled for throttling errors applied at the datastore level. #2304.

Removed

Fixed

  • Fixed evaluation of certain recursive TTU cases behind the enable-check-optimizations flag. #2281

[1.8.6] - 2025-02-20

Full changelog

Added

  • Added cachecontroller_cache_invalidation_count metric to track invalidation operations. #2282

[1.8.5] - 2025-02-19

Full changelog

Added

  • Improve Check performance for sub-problems when caching is enabled #2193.
  • Improve Check performance for relations involving public wildcard. Enable via experimental flag enable-check-optimizations. #2180.
  • Improve Check API performance when experimental flag enable-check-optimizations is turned on and contextual tuples are involved. #2150
  • Added metrics to track invalid cache hits: check_cache_invalid_hit_count and tuples_iterator_cache_invalid_hit_count #2222.
  • Move Check performance optimizations out of experimental mode: shortcutting based on path, recursive userset fast path, and recursive TTU fast path. #2236
  • Improve Check API performance when experimental flag enable-check-optimizations is turned on and the model contains union of a TTU and algebraic operations. #2200
  • Implement dynamic TLS certificate reloading for HTTP and gRPC servers. #2182
  • Publicize check.RunMatrixTests method to allow testing against any ClientInterface. #2267.

Changed

  • Performance optimizations for string operations and memory allocations across the codebase #2238 and #2241
  • Update to Go 1.23 as the min supported version and bump the container image to go1.23.6

... (truncated)

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 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 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 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/openfga](https://github.com/openfga/openfga) from 1.5.4 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.5.4...v1.8.9)

---
updated-dependencies:
- dependency-name: github.com/openfga/openfga
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 7, 2025
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update or ping for review. Thank you for your contributions!

@github-actions github-actions bot added the stale label Jan 8, 2026
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 stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants