Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 19:54
· 8 commits to main since this release
v0.4.0
9b4fe29

0.4.0 (2024-04-30)

  • feat: support the ListUsers endpoint (#97)

  • feat!: support overriding storeId per request (#97)
    OpenFgaClient now supports specifying the storeId in the options to override it per request

    [BREAKING CHANGE] the underlying OpenFgaApi now expects storeId as the first param on relevant methods,
    if you are still using this class, make sure you update your references when needed.