Skip to content

Bump github.com/openfga/openfga from 1.6.2 to 1.8.5 - #5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/openfga/openfga-1.8.5
Open

Bump github.com/openfga/openfga from 1.6.2 to 1.8.5#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/openfga/openfga-1.8.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2025

Copy link
Copy Markdown

Bumps github.com/openfga/openfga from 1.6.2 to 1.8.5.

Release notes

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

v1.8.5

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 We follow Go's version support policy and will only support the latest two major versions of Go. Now that Go 1.24 is out, we have dropped support for Go < 1.23.

Fixed

  • Optimized database dialect handling by setting it during initialization instead of per-call, fixing SQL syntax errors in MySQL #2252
  • Fixed incorrect invalidation by cache controller on cache iterator. #2190, #2216
  • Fixed incorrect types in configuration JSON schema #2217, #2228.
  • Fixed BatchCheck API to validate presence of the tuple_key property of a BatchCheckItem #2242
  • Fixed incorrect check and list objects evaluation when model has a relation directly assignable to both public access AND userset with the same type and type bound public access tuple is assigned to the object.

v1.8.4

Fixed

  • Fixed missing binding between flags and environment variables for the cache controller feature #2184
  • Fixed Read API to validate user field and assert presence of both type and value. #2195

Security

  • Address CVE-2024-56323 - an issue affecting Check and ListObjects results for users using Conditions in Contextual Tuples. Please see the CVE report for more details.

Full changelog: [1.8.3...1.8.4]

Changelog

  • 67dcf3dce3db0899c1363ac641c096249a9071b0 avoid mutating reference input (#2203)
  • ab3ed12779eee39f462a8283b439fdac5a2da03c chore(deps): bump go.opentelemetry.io/proto/otlp from 1.4.0 to 1.5.0 in the dependencies group (#2192)
  • 9ec0ab1d01dec37dd540638f9429b7e851099520 chore: bump api to bring fix for read api validation (#2195)
  • a19aecaf512769bf2b5d88750c757e6012f5cb29 chore: introduce new ordered combined iterator (#2197)
  • f05b67ad2ee4f5020e96836263632c6d57a29305 chore: remove dead cache key code (#2206)
  • 67206f14395fb6b4361b8037562adba5f35dd651 chore: replace sprintf in cache code (#2207)
  • 4bf4c88fd9153c1d7adc748d5d0fa8fea9312727 fix: cache-controller flags not respecting the environment variables (#2184)
  • a4491e49f446d5aa121b384675ced9010a35f761 fix: iterator need to be flushed after invalidation (#2198)
  • e1d332fac5b0ced9c481dc39799abf43c3ae2726 rework cache key hash generation (#2194)

v1.8.3

Added

  • Improve Check performance for Userset relationships that include set operations. Enable via experimental flag enable-check-optimizations. #2140
  • Add name as a filter to ListStores. The name parameter instructs the API to only include results that match that name. #2103

... (truncated)

Changelog

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

[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 We follow Go's version support policy and will only support the latest two major versions of Go. Now that Go 1.24 is out, we have dropped support for Go < 1.23.

Fixed

  • Optimized database dialect handling by setting it during initialization instead of per-call, fixing SQL syntax errors in MySQL #2252
  • Fixed incorrect invalidation by cache controller on cache iterator. #2190, #2216
  • Fixed incorrect types in configuration JSON schema #2217, #2228.
  • Fixed BatchCheck API to validate presence of the tuple_key property of a BatchCheckItem #2242
  • Fixed incorrect check and list objects evaluation when model has a relation directly assignable to both public access AND userset with the same type and type bound public access tuple is assigned to the object.

[1.8.4] - 2025-01-13

Full changelog

Fixed

  • Fixed missing binding between flags and environment variables for the cache controller feature #2184
  • Fixed Read API to validate user field and assert presence of both type and value. #2195

Security

  • Address CVE-2024-56323 - an issue affecting Check and ListObjects results for users using Conditions in Contextual Tuples. Please see the CVE report for more details.

[1.8.3] - 2024-12-31

Full changelog

Added

  • Improve Check performance for Userset relationships that include set operations. Enable via experimental flag enable-check-optimizations. #2140
  • Add name as a filter to ListStores. The name parameter instructs the API to only include results that match that name. #2103
  • Additional guard against nil context at the time of server initialization #2187

Fixed

  • Ensure Check Cache Key considers contextual_tuple conditions and their contexts #2160.

[1.8.2] - 2024-12-13

Full changelog

Added

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/openfga/openfga](https://github.com/openfga/openfga) from 1.6.2 to 1.8.5.
- [Release notes](https://github.com/openfga/openfga/releases)
- [Changelog](https://github.com/openfga/openfga/blob/main/CHANGELOG.md)
- [Commits](openfga/openfga@v1.6.2...v1.8.5)

---
updated-dependencies:
- dependency-name: github.com/openfga/openfga
  dependency-type: direct:production
...

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 19, 2025
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