Download Latest Version v1.18.1 source code.zip (1.4 MB)
Email in envelope

Get an email when there's a new version of OpenFGA

Home / v1.18.1
Name Modified Size InfoDownloads / Week
Parent folder
openfga.intoto.jsonl 2026-06-29 29.4 kB
checksums.txt 2026-06-29 1.7 kB
checksums.txt.pem 2026-06-29 3.3 kB
checksums.txt.sig 2026-06-29 96 Bytes
openfga_1.18.1_darwin_arm64.tar.gz.sbom.json 2026-06-29 215.6 kB
openfga_1.18.1_linux_386.tar.gz.sbom.json 2026-06-29 213.8 kB
openfga_1.18.1_linux_amd64.tar.gz.sbom.json 2026-06-29 215.6 kB
openfga_1.18.1_windows_amd64.tar.gz.sbom.json 2026-06-29 222.5 kB
openfga_1.18.1_darwin_amd64.tar.gz.sbom.json 2026-06-29 217.1 kB
openfga_1.18.1_linux_arm64.tar.gz.sbom.json 2026-06-29 214.1 kB
openfga_1.18.1_windows_386.tar.gz.sbom.json 2026-06-29 220.7 kB
openfga_1.18.1_windows_arm64.tar.gz.sbom.json 2026-06-29 221.0 kB
openfga_1.18.1_darwin_arm64.tar.gz 2026-06-29 19.5 MB
openfga_1.18.1_linux_386.tar.gz 2026-06-29 19.5 MB
openfga_1.18.1_linux_amd64.tar.gz 2026-06-29 20.8 MB
openfga_1.18.1_windows_amd64.tar.gz 2026-06-29 21.3 MB
openfga_1.18.1_darwin_amd64.tar.gz 2026-06-29 21.2 MB
openfga_1.18.1_linux_arm64.tar.gz 2026-06-29 18.7 MB
openfga_1.18.1_windows_386.tar.gz 2026-06-29 20.4 MB
openfga_1.18.1_windows_arm64.tar.gz 2026-06-29 18.7 MB
README.md 2026-06-29 2.0 kB
v1.18.1 source code.tar.gz 2026-06-29 1.1 MB
v1.18.1 source code.zip 2026-06-29 1.4 MB
Totals: 23 Items   164.3 MB 1

Added

  • Added diagnostic logging in experimental weighted_graph_check when v2 Check resolution might produce a different result than v1 for the same query. These logs surface authorization models that may be affected by a future v1 deprecation, and no operator action is required. #3149
  • Added diagnostic logging in Expand and ListUsers when v2 resolution might produce a different result than v1 for the same query. Note that v2 has not been created yet for these endpoints, these logs purely add visibility for a future v1 deprecation, and no operator action is required. #3182

Changed

  • Extended experimental weighted_graph_check to BatchCheck: when the flag is enabled, each item in the batch is evaluated using the weighted graph algorithm, with per-item fallback to the standard algorithm on non-terminal errors. #3154
  • Use proto.MarshalOptions{Deterministic: true} when serializing authorization models to the serialized_protobuf column, ensuring consistent stored bytes within a given OpenFGA version for models with map-keyed type definitions. #3171
  • Thank You @danielwegener for the contribution!
  • The in_cidr condition now treats IPv4-mapped IPv6 addresses as their IPv4 equivalents (RFC 4291 §2.5.5.2), so ::ffff:192.168.1.1 matches an IPv4 CIDR such as 192.168.1.0/24. See internal/condition/types/ipaddress.go. #3181
  • Thank you @kanywst for the contribution!

New Contributors

Full Changelog: https://github.com/openfga/openfga/compare/v1.18.0...v1.18.1

Source: README.md, updated 2026-06-29