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
Support for graceful shutdown on SIGTERM signal, improving termination handling in containerized environments #1928. Thanks @flex-seongbok@Siddhant-K-code
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 6 updates in the / directory:
0.6.0
0.6.1
0.2.0-beta.0
0.2.0-beta.2
1.6.0
1.6.2
0.4.0
0.5.0
1.34.2
1.35.1
3.14.6
3.16.1
Updates
github.com/openfga/go-sdk
from 0.6.0 to 0.6.1Release notes
Sourced from github.com/openfga/go-sdk's releases.
Changelog
Sourced from github.com/openfga/go-sdk's changelog.
Commits
f9c1c96
chore: bump sdk version written in code (#125)704f526
release: v0.6.1 (#124)8fe8b4f
refactor(OpenTelemetry): move to public API (#122)d41ae37
docs(OpenTelemetry): initial documentation and example (#123)6a4aa1a
chore(deps): bump the dependencies group with 2 updates (#119)Updates
github.com/openfga/language/pkg/go
from 0.2.0-beta.0 to 0.2.0-beta.2Release notes
Sourced from github.com/openfga/language/pkg/go's releases.
Commits
8118aec
release: js and go changelog entries (#340)cd20b11
release: js and go changelog entries733d874
build: update generated code for go and js (#339)220da0e
build: update generated code for js and go43e2347
ci(go): run tests on go 1.233715b64
ci: check that generated code is updated during build7f8a568
release: release new versions of go, js and java (#338)bb8a30e
release: release new versions of go, js and java9a78e9b
chore(deps): bump js and go dependencies (#337)9964028
chore(deps): bump js and go dependenciesUpdates
github.com/openfga/openfga
from 1.6.0 to 1.6.2Release notes
Sourced from github.com/openfga/openfga's releases.
Changelog
Sourced from github.com/openfga/openfga's changelog.
... (truncated)
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 forcombinedtuplereader.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)Updates
go.uber.org/mock
from 0.4.0 to 0.5.0Release notes
Sourced from go.uber.org/mock's releases.
Changelog
Sourced from go.uber.org/mock's changelog.
Commits
a9c44d9
Release v0.5.0 (#213)d164a16
Add gob mode to support custom package loading techniques in place of `--exec...d01ed30
deprecated reflect mode has been replaced with package mode (#207)6d5eb71
Regenerate generated mocks (#206)8adc9de
feat:mockgen
flag--build_constraint
to add//go:build
directives (#191)c50d83c
Support Go 1.22 and Go 1.23 (#203)33ccc99
Avoid stringer-related deadlocks without adding ISGOMOCK (#204)60372e3
chore: gofumpt -w . (#202)70a5e8c
Clarify documentation on Finish (#194)ec32d99
Bump goreleaser/goreleaser-action from 4 to 6 (#182)Updates
google.golang.org/protobuf
from 1.34.2 to 1.35.1Updates
github.com/schollz/progressbar/v3
from 3.14.6 to 3.16.1Release notes
Sourced from github.com/schollz/progressbar/v3's releases.
Commits
a10b636
add another theme787de03
add ascii theme from #2030e8db3d
Merge pull request #204 from janpfeifer/maine026913
Expanded Theme tests, and covered new BarStartFilled and BarEndFilled.d1e3b99
Added BarStartFilled and BarEndFilled fields to Theme struct.06775f1
Merge pull request #201 from babiel/go-mod-tidy7b730f8
Merge pull request #202 from babiel/data-racesd5971f1
style: go mod tidy2d34dad
fix: enable race detector for test and fix all detected racesf1b3580
Merge pull request #199 from chengxilo/update-spinnerDependabot 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