openfga @ v1.3.5
integrity
- size
- 649.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
-
Export metrics from MySQL and Postgres (#1023). Thanks @matoous!
To export datastore metrics, set
OPENFGA_METRICS_ENABLED=trueandOPENFGA_DATASTORE_METRICS_ENABLED=true.
Fixed
- Return all results when
OPENFGA_LIST_OBJECTS_MAX_RESULTS=0(#1067) - Promptly return if max results are met before deadline in ListObjects (#1064)
- Fix sort order on ReadChanges (#1079)
Changed
-
Write Authorization Models in a single database row (#1030)
:warning: In order to avoid downtime, we recommend upgrading to at least v1.3.3 before upgrading to v1.3.5.
This is the second of a series of releases that will progressively introduce changes via code and database migrations that will allow authorization models to be stored in a single database row.
download
unix · zip
curl -fL -o v1.3.5.zip https://ratatoskr.space/pkg/openfga/v1.3.5.zip
printf '%s %s\n' '61e4eb043944dbd16c62c16c62227aa4a182bb1d4d735023372b8c3309e66b6a' 'v1.3.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.3.5.zip"
$out = "v1.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "61e4eb043944dbd16c62c16c62227aa4a182bb1d4d735023372b8c3309e66b6a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.5.tar.gz https://ratatoskr.space/pkg/openfga/v1.3.5.tar.gz
printf '%s %s\n' '8fc2be34cbbb41f977f2b6e2c0f3c32de522393d2843198b1b919c0ebe54ed7d' 'v1.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.3.5.tar.gz"
$out = "v1.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8fc2be34cbbb41f977f2b6e2c0f3c32de522393d2843198b1b919c0ebe54ed7d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.5.zip
printf '%s %s\n' '61e4eb043944dbd16c62c16c62227aa4a182bb1d4d735023372b8c3309e66b6a' 'v1.3.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.5.zip"
$out = "v1.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "61e4eb043944dbd16c62c16c62227aa4a182bb1d4d735023372b8c3309e66b6a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.5.tar.gz
printf '%s %s\n' '8fc2be34cbbb41f977f2b6e2c0f3c32de522393d2843198b1b919c0ebe54ed7d' 'v1.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.5.tar.gz"
$out = "v1.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8fc2be34cbbb41f977f2b6e2c0f3c32de522393d2843198b1b919c0ebe54ed7d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.3.5.zip | zip | 649.7 KiB |
blake3-24 8092b6fca617115db9ffdac20ceb9ac9ef3ab6140faad33e
sha256 61e4eb043944dbd16c62c16c62227aa4a182bb1d4d735023372b8c3309e66b6a
sha1 4fa03cb1be4b9fec07ae4723b09698078a83ae80
|
| v1.3.5.tar.gz | tar.gz | 542.0 KiB |
blake3-24 410d510c44b33204738352981904d81a9b323694a9f4417d
sha256 8fc2be34cbbb41f977f2b6e2c0f3c32de522393d2843198b1b919c0ebe54ed7d
sha1 80cd4224346c71edfcb3bcd8f6d57b89657227b0
|
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.3.5.zip | zip | 653.1 KiB |
blake3-24 eba2d0d6a4a0ec983ab2959dc9249926397475fd5dabfb06
sha256 3fd2fdb020f10210d962d1509b0e8875b156e2000b514b1a1a1d401c5498f396
sha1 03eb544863a5109565fd0f8702643e2e25c5ae81
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.3.5.tar.gz"],
integrity = "sha256-j8K+NMu7Qfl38rbiwPPDLeUiOT0oQxmLG5GcDr5U7X0=",
strip_prefix = "openfga-v1.3.5",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.3.5.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.3.5
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.5.tar.gz"],
integrity = "sha256-j8K+NMu7Qfl38rbiwPPDLeUiOT0oQxmLG5GcDr5U7X0=",
strip_prefix = "openfga-v1.3.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.5.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.3.5