Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/openfga/openfga from 1.8.1 to 1.8.2 (sta…
…ble-5.21) (#14664) Bumps [github.com/openfga/openfga](https://github.com/openfga/openfga) from 1.8.1 to 1.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openfga/openfga/releases">github.com/openfga/openfga's releases</a>.</em></p> <blockquote> <h2>v1.8.2</h2> <h3>Added</h3> <ul> <li>Add metrics <code>cachecontroller_find_changes_and_invalidate_histogram</code> on latency for cache controller in finding changes and invalidating. <a href="https://redirect.github.com/openfga/openfga/pull/2135">#2135</a></li> <li>Improve <code>Check</code> performance when cache controller is enabled by invalidating iterator and sub-problem cache asynchronously when read changes API indicates there are recent writes/deletes for the store. <a href="https://redirect.github.com/openfga/openfga/pull/2124">#2124</a></li> <li>Improve check cache key generation performance via <code>strings.Builder</code> <a href="https://redirect.github.com/openfga/openfga/pull/2161">#2161</a>.</li> </ul> <h3>Fixed</h3> <ul> <li>Labels of metrics that went past the <code>max</code> histogram bucket are now labelled "+Inf" instead of ">max". <a href="https://redirect.github.com/openfga/openfga/pull/2146">#2146</a></li> <li>Prevent possible data races by waiting for in-flight cached iterator goroutines during server shutdown <a href="https://redirect.github.com/openfga/openfga/pull/2145">#2145</a></li> <li>Correct incorrect check result returned when using experimental flag <code>enable-check-optimizations</code> and model has intersection or exclusion within a TTU or Userset. <a href="https://redirect.github.com/openfga/openfga/pull/2157">#2157</a></li> </ul> <p><a href="https://github.com/openfga/openfga/compare/v1.8.1...v1.8.2">Full changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openfga/openfga/blob/main/CHANGELOG.md">github.com/openfga/openfga's changelog</a>.</em></p> <blockquote> <h2>[1.8.2] - 2024-12-13</h2> <p><a href="https://github.com/openfga/openfga/compare/v1.8.1...v1.8.2">Full changelog</a></p> <h3>Added</h3> <ul> <li>Add metrics <code>cachecontroller_find_changes_and_invalidate_histogram</code> on latency for cache controller in finding changes and invalidating. <a href="https://redirect.github.com/openfga/openfga/pull/2135">#2135</a></li> <li>Improve <code>Check</code> performance when cache controller is enabled by invalidating iterator and sub-problem cache asynchronously when read changes API indicates there are recent writes/deletes for the store. <a href="https://redirect.github.com/openfga/openfga/pull/2124">#2124</a></li> <li>Improve check cache key generation performance via <code>strings.Builder</code> <a href="https://redirect.github.com/openfga/openfga/pull/2161">#2161</a>.</li> </ul> <h3>Fixed</h3> <ul> <li>Labels of metrics that went past the <code>max</code> histogram bucket are now labelled "+Inf" instead of ">max". <a href="https://redirect.github.com/openfga/openfga/pull/2146">#2146</a></li> <li>Prevent possible data races by waiting for in-flight cached iterator goroutines during server shutdown <a href="https://redirect.github.com/openfga/openfga/pull/2145">#2145</a></li> <li>Correct incorrect check result returned when using experimental flag <code>enable-check-optimizations</code> and model has intersection or exclusion within a TTU or Userset. <a href="https://redirect.github.com/openfga/openfga/pull/2157">#2157</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openfga/openfga/commit/2c188cd5466c7836eff1479535f87c207be75947"><code>2c188cd</code></a> docs: bump changelog in prep for 1.8.2 (<a href="https://redirect.github.com/openfga/openfga/issues/2166">#2166</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/642e0e3341db569684534bfaea093d04e2e6cbcb"><code>642e0e3</code></a> chore: bump proto definitions for batch check API fix (<a href="https://redirect.github.com/openfga/openfga/issues/2165">#2165</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/001950e9bcdd5da8efc1cfee48501355c473b17d"><code>001950e</code></a> chore(deps): bump the dependencies group across 1 directory with 8 updates (#...</li> <li><a href="https://github.com/openfga/openfga/commit/10b591c3c5ecd0d7565526a59e4fb7531a84c736"><code>10b591c</code></a> chore(deps): bump the dependencies group across 1 directory with 8 updates (#...</li> <li><a href="https://github.com/openfga/openfga/commit/ac23d46cef54c3216f5e9ee01250baf9caa19153"><code>ac23d46</code></a> chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (<a href="https://redirect.github.com/openfga/openfga/issues/2162">#2162</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/ccc06b5ee1f45acb80101f2e562fd79b143c5750"><code>ccc06b5</code></a> perf: use <code>strings.builder</code> when generating check cache key (<a href="https://redirect.github.com/openfga/openfga/issues/2161">#2161</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/ebbf2d45582ca9678e886ec8a767ef285704548e"><code>ebbf2d4</code></a> refactor: resolution depth in Check API (<a href="https://redirect.github.com/openfga/openfga/issues/2159">#2159</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/c9bea07d80c93f5b24fd69f31054550108d838b6"><code>c9bea07</code></a> perf: cache controller async invalidation (<a href="https://redirect.github.com/openfga/openfga/issues/2124">#2124</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/ac7df57ad9fc939f938312caa79d82637b4e7c26"><code>ac7df57</code></a> fix: enforce order by object id for ReadStartingWithUser (<a href="https://redirect.github.com/openfga/openfga/issues/2158">#2158</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/5bd446f993c468c55920533b9e85616d9315022b"><code>5bd446f</code></a> fix: fastpath v2 tuples not iterated correctly for intersection and exclusion...</li> <li>Additional commits viewable in <a href="https://github.com/openfga/openfga/compare/v1.8.1...v1.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/openfga/openfga&package-manager=go_modules&previous-version=1.8.1&new-version=1.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information