openfga @ v1.8.7
integrity
- size
- 819.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Added
storage.ErrTransactionThrottledfor throttling errors applied at the datastore level. #2304.
Removed
- Removed recently-added
tuples_iterator_cache_invalid_hit_countmetric. Thecachecontroller_cache_invalidation_countfrom 1.8.6 better accomplishes the same goal. [#2296)[https://github.com/openfga/openfga/pull/2296/]
Fixed
- Fixed evaluation of certain recursive TTU cases behind the
enable-check-optimizationsflag. #2281
Changelog
- 56bb7c04c7c5f9bc21204447e65e2cd97d20b932 Recursive TTUv2 cleanup and fixes (#2281)
- ce372872901056e7b87023803a6b667c15453f35 Revert "feat: creates
PassthroughErrortype 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.7release notes to CHANGELOG (#2302) - 49259cf142bedddd893cf8b0d0bb6e374811f6ae feat: add
storage.ErrTransactionThrottledand associated server error (#2304) - bd0763535553e18328d1d484a2a8f80abd17fd20 feat: creates
PassthroughErrortype 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)
download
unix · zip
curl -fL -o v1.8.7.zip https://ratatoskr.space/pkg/openfga/v1.8.7.zip
printf '%s %s\n' 'f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6' 'v1.8.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.8.7.zip"
$out = "v1.8.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.7.tar.gz https://ratatoskr.space/pkg/openfga/v1.8.7.tar.gz
printf '%s %s\n' '2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31' 'v1.8.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.8.7.tar.gz"
$out = "v1.8.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.8.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.zip
printf '%s %s\n' 'f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6' 'v1.8.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.zip"
$out = "v1.8.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.tar.gz
printf '%s %s\n' '2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31' 'v1.8.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.tar.gz"
$out = "v1.8.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.8.7.zip | zip | 821.9 KiB |
blake3-24 c9f563f0454fced9a29f1d0d1ffa1c46042148c976d99eb8
sha256 f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6
sha1 4d37e99a6f967386db64d9078e6d6d231cbf369b
|
| v1.8.7.tar.gz | tar.gz | 642.0 KiB |
blake3-24 1f7cd9f885e42aa11e25796e90b7267b359a4f294fafc3b5
sha256 2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31
sha1 36e8dda0cf57a62d04f1d56cc0d07f6b1fa5ed08
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.8.7.zip | zip | 831.4 KiB |
blake3-24 3e7a80b1156a15b8c9b15548c6f0df0258aa94de4e745744
sha256 ae3162b5513f29f2dbbc9147badaf26b01b8d66bd67df243583521e98143b05d
sha1 a4a2acc27ebc5e8c578d46a57b44be11fe6c1bb4
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.8.7.tar.gz"],
integrity = "sha256-LSnlV50jgqpT6wPTAh4pmfN2vqrpS8FiyTKIWa7ybjE=",
strip_prefix = "openfga-v1.8.7",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.8.7.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.8.7
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.tar.gz"],
integrity = "sha256-LSnlV50jgqpT6wPTAh4pmfN2vqrpS8FiyTKIWa7ybjE=",
strip_prefix = "openfga-v1.8.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.8.7