Skip to content

Commit 6168670

Browse files
committed
release(v0.2.4): client - fix read and add sleep on batch calls
1 parent d8146f3 commit 6168670

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3+
## v0.2.4
4+
5+
### [0.2.4](https://github.com/openfga/js-sdk/compare/v0.2.3...v0.2.4) (2023-03-09)
6+
7+
- fix(client): OpenFgaClient `read` was not passing in pagination options
8+
- feat(client): implement sleep in batch calls to lower the possibility of hitting rate limits
9+
310
## v0.2.3
411

5-
### [0.2.3](https://github.com/openfga/js-sdk/compare/v0.2.2...v0.2.3) (2023-02-28)
12+
### [0.2.3](https://github.com/openfga/js-sdk/compare/v0.2.2...v0.2.3) (2023-03-07)
613

714
- feat(client): client wrapper with a slightly changed interface
815
- feat(client): implement `batchCheck` to check multiple tuples in parallel

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.3";
69+
private static sdkVersion = "0.2.4";
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.3",
3+
"version": "0.2.4",
44
"description": "JavaScript and Node.js SDK for OpenFGA",
55
"author": "OpenFGA",
66
"keywords": [

0 commit comments

Comments
 (0)