Skip to content

Commit 46f8912

Browse files
committed
release: v0.2.5 with ListRelations and improved parallization
1 parent f3e3ed4 commit 46f8912

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.2.5
4+
5+
### [0.2.5](https://github.com/openfga/js-sdk/compare/v0.2.4...v0.2.5) (2023-04-21)
6+
7+
- feat(client): implement `listRelations` to check what relationships a user has with an object
8+
- feat!: `schema_version` is now required when calling `WriteAuthorizationModel`
9+
- fix(client): proper parallel limit for batch fns (BatchCheck, etc..)
10+
- chore(ci): publish provenance data
11+
- chore(deps): update dependencies
12+
313
## v0.2.4
414

515
### [0.2.4](https://github.com/openfga/js-sdk/compare/v0.2.3...v0.2.4) (2023-03-09)

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class Configuration {
6666
* @type {string}
6767
* @memberof Configuration
6868
*/
69-
private static sdkVersion = "0.2.4";
69+
private static sdkVersion = "0.2.5";
7070

7171
/**
7272
* provide scheme (e.g. `https`)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfga/sdk",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "JavaScript and Node.js SDK for OpenFGA",
55
"author": "OpenFGA",
66
"keywords": [

0 commit comments

Comments
 (0)