Releases: openfga/js-sdk
Releases · openfga/js-sdk
v0.3.2
0.3.1 (2024-02-13)
- feat: add example project
- feat: add support for
apiUrl
configuration option and deprecate apiScheme
and apiHost
- fix: use correct content type for token request
- fix: make body in
readChanges
optional
v0.3.1
0.3.1 (2024-01-26)
- chore: use latest API interfaces
- chore: dependency updates
v0.3.0
0.3.0 (2023-12-11)
- feat: support for conditions
- chore!: use latest API interfaces
- chore: dependency updates
Note: a lot of previously optional fields in models have been marked as required in this release
v0.3.0-beta.1
- feat!: initial support for conditions
v0.2.9
0.2.9 (2023-10-20)
- chore(deps): update dependencies
v0.2.8
0.2.8 (2023-08-18)
- fix: set http keep-alive to true
- fix: list relations should throw when an underlying check errors
- fix: return raw response in client check
- chore(deps): update dependencies
v0.2.7
0.2.7 (2023-08-16)
- fix(credentials): fix calculation of token expiry (@KlausVii)
- chore(deps): update dependencies
v0.2.6
0.2.6 (2023-05-19)
- feat(validation): ensure storeId and authorizationModelId are in valid ulid format
- fix(client): ensure that the api connection is valid
- fix(credentials): retry on client credential exchange in case of errors
- chore(deps): update dependencies
v0.2.5
0.2.5 (2023-04-21)
- feat(client): implement
listRelations
to check what relationships a user has with an object
- feat!:
schema_version
is now required when calling WriteAuthorizationModel
- fix(client): proper parallel limit for batch fns (BatchCheck, etc..)
- chore(ci): publish provenance data
- chore(deps): update dependencies