Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 23:02
· 228 commits to main since this release
6d5f204

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 --experimentals has 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]