OpenFGA v0.4.1
is out - hiding Schema v1.0
support behind flags & bringing various fixes to ListObjects
#119
rhamzeh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks!
We just released OpenFGA
v0.4.1
. It is includes thev0.4.0
changes, as that release was held due to issues discovered after the release was cut.v0.4.1
continues the Schema v1.0 deprecation journey by turning off support forv1.0
by default unless some flags are set. This release also brings in various important improvements, especially toListObjects
.If you are running through docker:
docker pull openfga/openfga
openfga/openfga:v0.4.1
Changes in this release
Removed
v1.0
models by default. If you need support for it for now, you can use the:OPENFGA_ALLOW_WRITING_1_0_MODELS
: set totrue
to allowWriteAuthorizationModel
to accept schemav1.0
models.OPENFGA_ALLOW_EVALUATING_1_0_MODELS
: set totrue
to allowCheck
,Expand
,ListObjects
,Write
andWriteAssertions
that target schemav1.0
models.ReadAuthorizationModel
,ReadAuthorizationModels
andReadAssertions
are unaffected and will continue to work regardless of the target model schema version.Added
timeout
flag tomigrate
command (chore: addtimeout
flag tomigrate
command openfga#634)Fixed
Beta Was this translation helpful? Give feedback.
All reactions