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.5.9 to 1.6.0 (#14028
) Bumps [github.com/openfga/openfga](https://github.com/openfga/openfga) from 1.5.9 to 1.6.0. <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.6.0</h2> <h3>Changed</h3> <ul> <li>Consistency options experimental flag has been removed and is now enabled by default. Refer to the <a href="https://openfga.dev/docs/interacting/consistency">consistency options documentation</a> for details. <a href="https://redirect.github.com/openfga/openfga/pull/1889">#1889</a></li> <li>Require at least Go 1.22.6 <a href="https://redirect.github.com/openfga/openfga/pull/1831">#1831</a>. Thanks <a href="https://github.com/tranngoclam"><code>@tranngoclam</code></a></li> <li>Add a "query_duration_ms" field on each log <a href="https://redirect.github.com/openfga/openfga/pull/1831">#1807</a>. Thanks <a href="https://github.com/lalalalatt"><code>@lalalalatt</code></a></li> <li>Default logging to stdout instead of stderr <a href="https://redirect.github.com/openfga/openfga/pull/1830">#1830</a></li> </ul> <h2>Fixed</h2> <ul> <li>Check API: internal fixes <a href="https://redirect.github.com/openfga/openfga/pull/1843">#1843</a></li> <li>Correct docker file syntax <a href="https://redirect.github.com/openfga/openfga/pull/1852">#1852</a></li> </ul> <h2>Performance</h2> <ul> <li>Performance improvements for Check API: <ul> <li>introduce an optimization when the input request relation is pointing to a computed relation <a href="https://redirect.github.com/openfga/openfga/pull/1793">#1793</a></li> <li>batch calls that compute membership checks and start processing them earlier <a href="https://redirect.github.com/openfga/openfga/pull/1804">#1804</a></li> <li>performance improvement in wildcard scenarios <a href="https://redirect.github.com/openfga/openfga/pull/1848">#1848</a></li> </ul> </li> <li>Performance improvement in tuple validation on reads <a href="https://redirect.github.com/openfga/openfga/pull/1825">#1825</a></li> </ul> <h3>Breaking changes</h3> <ul> <li>Set a maximum limit on bytes to the WriteAssertions API: 64 KB <a href="https://redirect.github.com/openfga/openfga/pull/1847">#1847</a></li> </ul> </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.6.0] - 2024-08-30</h2> <p><a href="https://github.com/openfga/openfga/compare/v1.5.9...v1.6.0">Full changelog</a></p> <h3>Changed</h3> <ul> <li>Consistency options experimental flag has been removed and is now enabled by default. Refer to the <a href="https://openfga.dev/docs/interacting/consistency">consistency options documentation</a> for details. <a href="https://redirect.github.com/openfga/openfga/pull/1889">#1889</a></li> <li>Require at least Go 1.22.6 <a href="https://redirect.github.com/openfga/openfga/pull/1831">#1831</a>. Thanks <a href="https://github.com/tranngoclam"><code>@tranngoclam</code></a></li> <li>Add a "query_duration_ms" field on each log <a href="https://redirect.github.com/openfga/openfga/pull/1831">#1807</a>. Thanks <a href="https://github.com/lalalalatt"><code>@lalalalatt</code></a></li> <li>Default logging to stdout instead of stderr <a href="https://redirect.github.com/openfga/openfga/pull/1830">#1830</a></li> </ul> <h2>Fixed</h2> <ul> <li>Check API: internal fixes <a href="https://redirect.github.com/openfga/openfga/pull/1843">#1843</a></li> <li>Correct docker file syntax <a href="https://redirect.github.com/openfga/openfga/pull/1852">#1852</a></li> </ul> <h2>Performance</h2> <ul> <li>Performance improvements for Check API: <ul> <li>introduce an optimization when the input request relation is pointing to a computed relation <a href="https://redirect.github.com/openfga/openfga/pull/1793">#1793</a></li> <li>batch calls that compute membership checks and start processing them earlier <a href="https://redirect.github.com/openfga/openfga/pull/1804">#1804</a></li> <li>performance improvement in wildcard scenarios <a href="https://redirect.github.com/openfga/openfga/pull/1848">#1848</a></li> </ul> </li> <li>Performance improvement in tuple validation on reads <a href="https://redirect.github.com/openfga/openfga/pull/1825">#1825</a></li> </ul> <h3>Breaking changes</h3> <ul> <li>Set a maximum limit on bytes to the WriteAssertions API: 64 KB <a href="https://redirect.github.com/openfga/openfga/pull/1847">#1847</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openfga/openfga/commit/5efeccfce74c21ce7b69159be48faaa95b38f444"><code>5efeccf</code></a> chore: add v1.6.0 release notes to CHANGELOG (<a href="https://redirect.github.com/openfga/openfga/issues/1898">#1898</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/42d22d4e7c35a41581a500fe7e7b7705ae02faa8"><code>42d22d4</code></a> feat: remove Check optimizations experimental flag (<a href="https://redirect.github.com/openfga/openfga/issues/1895">#1895</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/cd50d7ec5e24af6c57429a1604f140bbf8fb5bca"><code>cd50d7e</code></a> chore: add tests for TypeSystem type creation (<a href="https://redirect.github.com/openfga/openfga/issues/1887">#1887</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/3d83acddfee2db79469ddc71def536818b852385"><code>3d83acd</code></a> test: add cycle tests to the test matrix (<a href="https://redirect.github.com/openfga/openfga/issues/1894">#1894</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/28495e004036ee323665e2b9cd82c9322b988842"><code>28495e0</code></a> ci: add action to enforce adding changelog entries (<a href="https://redirect.github.com/openfga/openfga/issues/1893">#1893</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/a4fdfd98eece39ca4a8126f17dde40edc2f810e9"><code>a4fdfd9</code></a> test: run ListUsers and ListObects tests as part of the test matrix (<a href="https://redirect.github.com/openfga/openfga/issues/1891">#1891</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/c2ef51f0c3fd80a62bd7ceed29360de5984b73d5"><code>c2ef51f</code></a> refactor: split Check into multiple files (<a href="https://redirect.github.com/openfga/openfga/issues/1883">#1883</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/545b3592b95419cd47152983e36cb3029dac952f"><code>545b359</code></a> refactor: internal errors (<a href="https://redirect.github.com/openfga/openfga/issues/1858">#1858</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/f578351a17572c59ee639d1de8156cb35dc17dcb"><code>f578351</code></a> test: add unit test for consume usersets (<a href="https://redirect.github.com/openfga/openfga/issues/1860">#1860</a>)</li> <li><a href="https://github.com/openfga/openfga/commit/23e48b76f6cf24422c6f3517f5d5f9f7fa216ab8"><code>23e48b7</code></a> test: use different store per test in the test matrix (<a href="https://redirect.github.com/openfga/openfga/issues/1890">#1890</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openfga/openfga/compare/v1.5.9...v1.6.0">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.5.9&new-version=1.6.0)](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