Releases: openfga/js-sdk
Releases · openfga/js-sdk
v0.7.0
0.7.0 (2024-08-30)
- feat!: enhancements to OpenTelemetry support (#149)
Checkout the telemetry docs for more on how to enable and configure OpenTelemetry metrics.
BREAKING CHANGE:
This version changes the way in which telemetry is configured and reported. See #149 for additional information.
0.6.3
v0.6.2
0.6.2 (2024-07-31)
- feat: add support for specifying consistency when evaluating or reading (#129)
Note: To use this feature, you need to be running OpenFGA v1.5.7+ with the experimental flagenable-consistency-params
enabled.
See the OpenFGA v1.5.7 release notes for details.
v0.6.1
v0.6.0
v0.5.0
0.5.0 (2024-06-14)
- chore!: remove excluded users from ListUsers response
This version removes the excluded_users
property from the ListUsersResponse
and ClientListUsersResponse
interfaces, for more details see the associated API change.
v0.4.0
0.4.0 (2024-04-30)
-
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 expectsstoreId
as the first param on relevant methods,
if you are still using this class, make sure you update your references when needed.
v0.3.5
v0.3.4
0.3.4 (2024-03-15)
- chore: bump deps. resolves CVE-2024-28849 in follow-redirects%0A