Skip to content
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

build(deps): bump github.com/openfga/openfga from 1.6.1 to 1.6.2 #14271

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

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

Release notes

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

v1.6.2

Added

  • Improve tracing in Check API by enhancing discoverability of model ID. #1964
  • Improve tracing in all APIs by adding the store ID to the span. #1965

Changed

  • ReadChanges now supports sorting. #1976.

    This is a breaking change related to the storage interface. If you are not implementing a storage adaptor, then these changes should not impact you.

Removed

  • Removed deprecated opentelemetry-connector memory_ballast extension. #1942.
  • Removed experimental logging of cache hits for each subproblem in Check API calls. #1960.

Fixed

Changelog

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

[1.6.2] - 2024-10-03

Full changelog

Added

  • Improve tracing in Check API by enhancing discoverability of model ID. #1964

  • Improve tracing in all APIs by adding the store ID to the span. #1965

  • Add a cache for datastore iterators on Check API. #1924.

    Can be configured via OPENFGA_CHECK_ITERATOR_CACHE_ENABLED and OPENFGA_CHECK_ITERATOR_CACHE_MAX_RESULTS.

Changed

  • ReadChanges now supports sorting. #1976.

    This is a breaking change related to the storage interface. If you are not implementing a storage adaptor, then these changes should not impact you.

Removed

  • Removed deprecated opentelemetry-connector memory_ballast extension. #1942.
  • Removed experimental logging of cache hits for each subproblem in Check API calls. #1960.

Fixed

Performance

  • Improve check performance in the case that the query involves resolving nested userset. Enable via experimental flag enable-check-optimizations. #1945
Commits
  • de050b4 Update CHANGELOG.md (#1988)
  • cf0d8f9 docs(v1.6.2): add release notes to CHANGELOG (#1973)
  • 55a1f17 chore(deps): bump grpc-ecosystem/grpc-health-probe from v0.4.29 to v0.4.33 in...
  • 1a4f70a deps: bump go patch version to 1.22.7 (#1987)
  • f472215 feat: increase fast path concurrency (#1981)
  • be41383 fix: amend #1980 (#1986)
  • 4199ed2 test: add tests for combinedtuplereader.go (#1968)
  • c45c5bc fix: faster tuple validation when reading from datastore (#1984)
  • fe5eb52 chore(deps): bump the dependencies group across 1 directory with 5 updates (#...
  • 540b94c fix: backwards compatible FindLatestModel storage method (#1980)
  • 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.6.1 to 1.6.2.
- [Release notes](https://github.com/openfga/openfga/releases)
- [Changelog](https://github.com/openfga/openfga/blob/main/CHANGELOG.md)
- [Commits](openfga/openfga@v1.6.1...v1.6.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/openfga/openfga-1.6.2 branch from c3f8b73 to cf0882f Compare October 14, 2024 15:08
@tomponline tomponline requested a review from hamistao October 16, 2024 08:29
This is needed to satisfy the OpenFGADatastore interface from openfga 1.6.2

Signed-off-by: hamistao <[email protected]>
Copy link
Member

@tomponline tomponline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ta

@tomponline tomponline merged commit e444ef3 into main Oct 16, 2024
27 checks passed
@tomponline tomponline deleted the dependabot/go_modules/main/github.com/openfga/openfga-1.6.2 branch October 16, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants