Skip to content

Releases: openfga/js-sdk

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

v0.3.2

13 Feb 17:34
v0.3.2
73d4e48
Compare
Choose a tag to compare

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

27 Jan 04:27
v0.3.1
c373a55
Compare
Choose a tag to compare

0.3.1 (2024-01-26)

  • chore: use latest API interfaces
  • chore: dependency updates

v0.3.0

12 Dec 15:57
v0.3.0
44c13d4
Compare
Choose a tag to compare

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

02 Nov 17:01
v0.3.0-beta.1
b509833
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release
  • feat!: initial support for conditions

v0.2.10

01 Nov 19:21
v0.2.10
8725ba2
Compare
Choose a tag to compare

0.2.10 (2023-11-01)

v0.2.9

20 Oct 12:39
v0.2.9
0ab4d04
Compare
Choose a tag to compare

0.2.9 (2023-10-20)

  • chore(deps): update dependencies