Skip to content

Releases: openfga/js-sdk

v0.7.0

27 Sep 23:15
v0.7.0
10534cc
Compare
Choose a tag to compare

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

28 Aug 22:07
v0.6.3
0d6bfb8
Compare
Choose a tag to compare

0.6.3 (2024-08-28)

  • fix: set the consistency parameter correctly in OpenFgaClient (#143)

v0.6.2

31 Jul 17:03
v0.6.2
2d47da1
Compare
Choose a tag to compare

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 flag enable-consistency-params enabled.
    See the OpenFGA v1.5.7 release notes for details.

v0.6.1

11 Jul 14:56
v0.6.1
d544153
Compare
Choose a tag to compare

0.6.1 (2024-07-11)

  • fix(metrics): add missing request model id attribute (#122)

Important

In this release we have changed our TypeScript compile target to ES2020 to align with our stated supported environments

v0.6.0

28 Jun 15:39
v0.6.0
011b066
Compare
Choose a tag to compare

0.6.0 (2024-06-28)

  • feat: add opentelemetry metrics reporting (#117)

v0.5.0

17 Jun 11:12
v0.5.0
ee24c7d
Compare
Choose a tag to compare

0.5.0 (2024-06-14)

  • chore!: remove excluded users from ListUsers response

⚠️ BREAKING CHANGE ⚠️

This version removes the excluded_users property from the ListUsersResponse and ClientListUsersResponse interfaces, for more details see the associated API change.

v0.4.0

30 Apr 19:54
v0.4.0
9b4fe29
Compare
Choose a tag to compare

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.

v0.3.5

19 Mar 14:53
v0.3.5
be2ad5c
Compare
Choose a tag to compare

0.3.5 (2024-03-19)

  • feat: add support for modular models metadata

v0.3.4

15 Mar 21:06
v0.3.4
2cf4991
Compare
Choose a tag to compare

0.3.4 (2024-03-15)

v0.3.3

26 Feb 10:56
v0.3.3
5e3a6f4
Compare
Choose a tag to compare

0.3.3 (2024-02-26)

  • fix: do not call ReadAuthorizationModel on BatchCheck or non-Transactional Write