OpenFGA v0.3.0 is out #87
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
-
Hello everybody 👋
We just released OpenFGA v0.3.0, our biggest release yet. There are some breaking changes, so please take note of them below. Try it out and let us know what you think 🙌
Changes in this release
Support for v1.1 JSON Schema
*
and<type>:*
are treated:<type>:*
is interpreted differently according to the model version. v1.0 will interpret it as an object of type<type>
and id*
, whereas v1.1 will interpret is as all objects of type<type>
.*
is still supported in v1.0 models, but not supported in v1.1 models. A validation error will be thrown whenused in checks or writes and it will be ignored when evaluating.
ListObjects changes
The response has changed to include the object type, for example:
to
We have also improved validation and fixed support for Contextual Tuples that were causing inaccurate responses to be returned.
ReadTuples deprecation
Beta Was this translation helpful? Give feedback.
All reactions