v0.3.1
Added
-
Datastore configuration flags to control connection pool settings
--datastore-max-open-conns
--datastore-max-idle-conns
--datastore-conn-max-idle-time
--datastore-conn-max-lifetime
These flags can be used to fine-tune database connections for your specific deployment of OpenFGA. -
Log level configuration flags
--log-level(can be one of ['none', 'debug', 'info', 'warn', 'error', 'panic', 'fatal']) -
Support for Experimental Feature flags
A new flag--experimentalshas been added to enable certain experimental features in OpenFGA. For more information see Experimental Features.
Security
- Patches CVE-2022-23542 - relationship reads now respect type restrictions from prior models [#422]