OpenFGA v0.3.4 is out #103
Closed
craigpastro
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Second time is the charm!
This release actually updates the environment variables names, e.g.,
OPENFGA_MAX_TUPLES_PER_WRITE
instead ofOPENFGA_MAXTUPLESPERWRITE
. Thank you @xXAvoraXx for reporting it! Again, for the full list please see .config-schema.json. The old variables names will disappear in a future release so please update to the new names.A stack overflow bug in
ListObjects
was squashed. Thank you @wonderbeyond for reporting it.We added OpenTelemetry tracing to this release. Get more observability into what OpenFGA is doing.
Finally, we removed the
ReadTuples
endpoint. The same functionality is available by usingRead
with an empty tuple key in the body. Hopefully, you won't miss a thing.For the full list of changes please see the changelog.
As always, try it out and let us know how it goes!
Beta Was this translation helpful? Give feedback.
All reactions