Skip to content

Releases: openfga/python-sdk

v0.1.1

17 Jan 23:00
v0.1.1
36bd43e
Compare
Choose a tag to compare

0.1.1 (2023-01-17)

  • chore(deps): upgrade dependencies

v0.1.0

15 Dec 01:38
v0.1.0
a8f35ef
Compare
Choose a tag to compare

0.1.0 (2022-12-14)

Updated to include support for OpenFGA 0.3.0

Changes:

  • [BREAKING] feat(list-objects)!: response has been changed to include the object type e.g. response that was {"object_ids":["roadmap"]}, will now be {"objects":["document:roadmap"]}

Fixes:

  • fix(models): update interfaces that had incorrectly optional fields to make them required

v0.0.1

19 Oct 17:52
v0.0.1
3cceb25
Compare
Choose a tag to compare

0.0.1 (2022-10-19)

Initial OpenFGA Python SDK release

  • Support for OpenFGA API
  • CRUD stores
  • Create, read & list authorization models
  • Writing and Reading Tuples
  • Checking authorization
  • Using Expand to understand why access was granted