OpenFGA v1.3.3 has been released! #215
jpadilla
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently released OpenFGA
v1.3.3
!This is the first of a series of releases that will change the database schema to support the new ABAC feature:
Persist Authorization Models serialized protobuf in the database
We'll progressively introduce changes via code and database migrations that will allow authorization models to be stored in a single database row. See Store authorization models in a single database row openfga#1025 for more information.
Configurable size limit for Authorization Models
We've introduced a new size limit for authorization models, providing a consistent behavior across datastores, which defaults to 256KB. This can be configured by using the
--max-authorization-model-size-in-bytes
flag.Upgrading to this version will enable you to migrate to a future version with ABAC support with zero-downtime.
If you are running through docker:
docker pull openfga/openfga
openfga/openfga:v1.3.3
Check out the release notes for more, and a list of all the changes from the previous release.
Beta Was this translation helpful? Give feedback.
All reactions