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

chore(deps): bump the dependencies group across 1 directory with 2 updates #469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the dependencies group with 2 updates in the / directory: github.com/openfga/openfga and github.com/spf13/viper.

Updates github.com/openfga/openfga from 1.8.4 to 1.8.7

Release notes

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

v1.8.7

Added

  • Added storage.ErrTransactionThrottled for throttling errors applied at the datastore level. #2304.

Removed

Fixed

  • Fixed evaluation of certain recursive TTU cases behind the enable-check-optimizations flag. #2281

Full changelog

Changelog

  • 56bb7c04c7c5f9bc21204447e65e2cd97d20b932 Recursive TTUv2 cleanup and fixes (#2281)
  • ce372872901056e7b87023803a6b667c15453f35 Revert "feat: creates PassthroughError type to proxy errors through FGA" (#2305)
  • cd301c113563c630972d7f22a2acac1bdc74b983 chore(deps): bump the dependencies group across 1 directory with 15 updates (#2301)
  • a59069c1b808d78f36bf89255dae7945ddea45ec chore(deps): bump the dependencies group across 1 directory with 6 updates (#2295)
  • 473d9d1aefbb97181bcbedddc3a8ac51a8e3fcb4 chore(deps): bump the dependencies group with 2 updates (#2294)
  • 5a6f640e285edb19f9ab22bda4a70653bc133634 chore(deps): bump the dependencies group with 4 updates (#2299)
  • 3966521e7a1fce3f2c1b3d3f13fce39e3392d8db chore: remove extra cache-related metric (#2296)
  • 662bc8e6421f2d2e3b58b7643dcafbfe8e20465e docs(v1.8.7): add v1.8.7 release notes to CHANGELOG (#2302)
  • 49259cf142bedddd893cf8b0d0bb6e374811f6ae feat: add storage.ErrTransactionThrottled and associated server error (#2304)
  • bd0763535553e18328d1d484a2a8f80abd17fd20 feat: creates PassthroughError type to proxy errors through FGA (#2303)
  • 2835b0202cf42048f42fdc0f879a93f98bdbe9eb fix: add ttu recursive matrix tests (#2297)
  • 7f87fbe815ce7d124cc76eec0676973fed88ebfa perf: recursive userset v2 (#2270)
  • 718c126da201d404b75c9cdfcd7e57a4c47a0264 perf: use string iterators rather than tuple iterators (#2300)

v1.8.6

Added

Added cachecontroller_cache_invalidation_count metric to track invalidation operations. openfga/openfga#2282

Full changelog

Changelog

  • bf1744a3ffa42e2791d988014e2fd496df17a553 chore(deps): bump the dependencies group across 1 directory with 8 updates (#2288)
  • 728a148b36219e7ae1541d79a776ee961246dc26 chore(deps): bump the dependencies group across 1 directory with 8 updates (#2289)
  • 93568f7b58dc40aff3c6a6bca2893e0277e06e6a chore: dry run goreleaser on PRs to main (#2286)
  • 15a9cb838ca21370665c595c79960f7e488c207a chore: update changelog in prep for v1.8.6 (#2291)
  • 70e70e6648be8a4a019ea451577be585eb19d8aa feat: add cachecontroller_cache_invalidation_count metric (#2282)

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

... (truncated)

Changelog

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

[1.8.7] - 2025-03-07

Full changelog

Added

  • Added storage.ErrTransactionThrottled for throttling errors applied at the datastore level. #2304.

Removed

Fixed

  • Fixed evaluation of certain recursive TTU cases behind the enable-check-optimizations flag. #2281

[1.8.6] - 2025-02-20

Full changelog

Added

  • Added cachecontroller_cache_invalidation_count metric to track invalidation operations. #2282

[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.
Commits
  • 662bc8e docs(v1.8.7): add v1.8.7 release notes to CHANGELOG (#2302)
  • 49259cf feat: add storage.ErrTransactionThrottled and associated server error (#2304)
  • ce37287 Revert "feat: creates PassthroughError type to proxy errors through FGA" (#...
  • bd07635 feat: creates PassthroughError type to proxy errors through FGA (#2303)
  • 5a6f640 chore(deps): bump the dependencies group with 4 updates (#2299)
  • cd301c1 chore(deps): bump the dependencies group across 1 directory with 15 updates (...
  • 3966521 chore: remove extra cache-related metric (#2296)
  • 718c126 perf: use string iterators rather than tuple iterators (#2300)
  • 2835b02 fix: add ttu recursive matrix tests (#2297)
  • 7f87fbe perf: recursive userset v2 (#2270)
  • Additional commits viewable in compare view

Updates github.com/spf13/viper from 1.19.0 to 1.20.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.20.0

[!WARNING] This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉

Enhancements 🚀

Bug Fixes 🐛

Breaking Changes 🛠

Dependency Updates ⬆️

... (truncated)

Commits
  • c038295 docs: add update instructions for 1.20
  • 9c07e0f build: disable unused linters
  • 48112d6 ci: add Go 1.24 to the test matrix
  • 66e3e28 build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • 17b96ac New Logo
  • 8b223a4 build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1
  • 91fd363 chore: update afero
  • e75c48f Fix issues reported by testifylint
  • a5ea569 build(deps): bump github/codeql-action from 3.27.7 to 3.27.9
  • 54f2089 build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /remote
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 2 updates in the / directory: [github.com/openfga/openfga](https://github.com/openfga/openfga) and [github.com/spf13/viper](https://github.com/spf13/viper).


Updates `github.com/openfga/openfga` from 1.8.4 to 1.8.7
- [Release notes](https://github.com/openfga/openfga/releases)
- [Changelog](https://github.com/openfga/openfga/blob/main/CHANGELOG.md)
- [Commits](openfga/openfga@v1.8.4...v1.8.7)

Updates `github.com/spf13/viper` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.19.0...v1.20.0)

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

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 Mar 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2025 13:06
Copy link

Minder Vulnerability Report ✅

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

Vulnerability scan of 7611194f:

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

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