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.0 to 1.6.1 #4474

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

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

Release notes

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

v1.6.1

Changed

  • Support context in assertions #1907

Added

  • Stack trace when logging panics #1904

  • Throttling metric throttled_requests_count for observing the number of throttled requests for a given throttling configuration #1863

  • New metric on number of allowed vs. non-allowed Check responses #1911

  • New datastore engine: SQLite (beta) #1615 Thanks @​DanCech!

    openfga migrate --datastore-engine sqlite --datastore-uri openfga.sqlite
    openfga run --datastore-engine sqlite --datastore-uri openfga.sqlite
    

Fixed

  • When a request gets cancelled by a client, throw a 4xx, not a 5xx. #1905
  • Makes the pkg.logger.Logger.With immutable by creating a child logger instead of mutating the delegate one to prevent side effects 1906
  • Extend request timeout to 10s for slow tests 1926
  • Improve performance of Check API in the case that the query involves resolving a tuple to userset and/or a userset, by streaming intermediate results. #1888
Changelog

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

[1.6.1] - 2024-09-12

Changed

  • Support context in assertions #1907

Added

  • Stack trace when logging panics #1904
  • Throttling metric throttled_requests_count for observing the number of throttled requests for a given throttling configuration #1863
  • New metric on number of allowed vs. non-allowed Check responses #1911

New datastore engine: SQLite (beta) #1615

openfga migrate --datastore-engine sqlite --datastore-uri openfga.sqlite
openfga run --datastore-engine sqlite --datastore-uri openfga.sqlite

Thanks @​DanCech!

Fixed

  • When a request gets cancelled by a client, throw a 4xx, not a 5xx. #1905
  • Makes the pkg.logger.Logger.With immutable by creating a child logger instead of mutating the delegate one to prevent side effects 1906
  • Extend request timeout to 10s for slow tests 1926

Performance

  • Improve performance of Check API in the case that the query involves resolving a tuple to userset and/or a userset, by streaming intermediate results. #1888
Commits
  • b985c58 docs(v1.6.1): add v1.6.1 release notes to CHANGELOG (#1925)
  • 7be1b5b Extend request timeout to 10s for slow tests (#1926)
  • f3be13c feat: add SQLite support (#1615)
  • d07302b chore(deps): bump the dependencies group with 5 updates (#1919)
  • 7420b13 chore(deps): bump snyk/actions from 9213221444c2dc9e8b2502c1e857c26d851e84a7 ...
  • 7dfc0ff chore: update to latest openfga/api (#1915)
  • 81222f5 refactor: remove unused emptyTupleIterator (#1917)
  • b8787d5 ci: reorganize 'main' workflow and delete unused workflow (#1912)
  • f4e6828 perf: stream dispatches for TTU and userset slowpath (#1888)
  • 3f4b983 fix: makes Logger.With immutable. (#1906)
  • 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.0 to 1.6.1.
- [Release notes](https://github.com/openfga/openfga/releases)
- [Changelog](https://github.com/openfga/openfga/blob/main/CHANGELOG.md)
- [Commits](openfga/openfga@v1.6.0...v1.6.1)

---
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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 13, 2024
Copy link

Minder Vulnerability Report ✅

Minder analyzed this PR and found it does not add any new vulnerable dependencies.

Vulnerability scan of bc6650f1:

  • 🐞 vulnerable packages: 0
  • 🛠 fixes available for: 0

Copy link

@stacklok-cloud-staging stacklok-cloud-staging bot left a comment

Choose a reason for hiding this comment

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

Dependency Information

Minder analyzed the dependencies introduced in this pull request and detected that some dependencies do not meet your security profile.

📦 Dependency: golang.org/x/exp

Trusty Score: 0

Scoring details
Component Score
User activity 0
Repository activity 0
From activity
Package activity 0
Provenance 10
Trust-summary 0
Malicious false

@blkt blkt merged commit 70b6b16 into main Sep 13, 2024
22 checks passed
@blkt blkt deleted the dependabot/go_modules/github.com/openfga/openfga-1.6.1 branch September 13, 2024 07:37
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.

1 participant