Skip to content

Commit 0191ec5

Browse files
committed
chore: release 0.9.6
Release-As: 0.9.6
1 parent 1ca65d8 commit 0191ec5

7 files changed

Lines changed: 25 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.5"
2+
".": "0.9.6"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## [0.9.6](https://github.com/openfga/js-sdk/compare/v0.9.5...v0.9.6) (2026-05-11)
5+
6+
7+
### Added
8+
9+
* add APIExecutor dedicated examples ([#385](https://github.com/openfga/js-sdk/issues/385)) ([e1faea8](https://github.com/openfga/js-sdk/commit/e1faea8))
10+
* draft releases, version verification, and reusable workflows ([#396](https://github.com/openfga/js-sdk/issues/396)) ([83bf30e](https://github.com/openfga/js-sdk/commit/83bf30e))
11+
12+
### Fixed
13+
14+
* correctly set default retry params ([#394](https://github.com/openfga/js-sdk/issues/394)) ([6b03882](https://github.com/openfga/js-sdk/commit/6b03882)) , Thanks @kamilogorek
15+
* prevent token refresh thundering herd ([#333](https://github.com/openfga/js-sdk/issues/333)) ([025346f](https://github.com/openfga/js-sdk/commit/025346f))
16+
* stop mutating token refresh errors into auth errors ([#329](https://github.com/openfga/js-sdk/issues/329)) ([d5cbccb](https://github.com/openfga/js-sdk/commit/d5cbccb))
17+
18+
### Documentation
19+
20+
* parse raw stream ([#389](https://github.com/openfga/js-sdk/issues/389)) ([7331c56](https://github.com/openfga/js-sdk/commit/7331c56))
21+
422
## [0.9.5](https://github.com/openfga/js-sdk/compare/v0.9.4...v0.9.5) (2026-04-10)
523

624

constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Version of the OpenFGA JavaScript SDK.
1616
*/
1717

18-
const SdkVersion = "0.9.5"; // x-release-please-version
18+
const SdkVersion = "0.9.6"; // x-release-please-version
1919

2020
/**
2121
* User agent used in HTTP requests.

example/example1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node example1.mjs"
1010
},
1111
"dependencies": {
12-
"@openfga/sdk": "file:../.."
12+
"@openfga/sdk": "^0.9.6"
1313
},
1414
"engines": {
1515
"node": ">=20.19.0"

example/streamed-list-objects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node streamedListObjects.mjs"
1010
},
1111
"dependencies": {
12-
"@openfga/sdk": "file:../..",
12+
"@openfga/sdk": "^0.9.6",
1313
"@openfga/syntax-transformer": "^0.2.1"
1414
},
1515
"engines": {

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.9.5",
3+
"version": "0.9.6",
44
"description": "JavaScript and Node.js SDK for OpenFGA",
55
"author": "OpenFGA",
66
"keywords": [

0 commit comments

Comments
 (0)