github openfga/openfga v0.3.2

latest releases: v1.5.4-rc1, v1.5.3, v1.5.2...
15 months ago

Added

  • OpenTelemetry metrics integration with an otlp exporter (#360) - thanks @AlexandreBrg!

    To export OpenTelemetry metrics from an OpenFGA instance you can now provide the otel-metrics experimental flag along with the --otel-telemetry-endpoint and --otel-telemetry-protocol flags. For example,

    ./openfga run --experimentals=otel-metrics --otel-telemetry-endpoint=127.0.0.1:4317 --otel-telemetry-protocol=http
    

    For more information see the official documentation on Experimental Features and Telemetry.

  • Type-bound public access support in the optimized ListObjects implementation (when the list-objects-optimized experimental feature is enabled) (#444)

Fixed

  • Tuple validations for models with schema version 1.1 (#446, #457)
  • Evaluate rewrites on nested usersets in the optimized ListObjects implementation (#432)

Don't miss a new openfga release

NewReleases is sending notifications on new releases.