Skip to content

build(deps): bump @openfga/sdk from 0.9.2 to 0.9.3 in /server in the dependencies group#467

Merged
rhamzeh merged 1 commit into
mainfrom
dependabot/npm_and_yarn/server/dependencies-9c69c80058
Mar 10, 2026
Merged

build(deps): bump @openfga/sdk from 0.9.2 to 0.9.3 in /server in the dependencies group#467
rhamzeh merged 1 commit into
mainfrom
dependabot/npm_and_yarn/server/dependencies-9c69c80058

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group in /server with 1 update: @openfga/sdk.

Updates @openfga/sdk from 0.9.2 to 0.9.3

Release notes

Sourced from @​openfga/sdk's releases.

v0.9.3

v0.9.3 (2026-02-27)

  • feat: add executeApiRequest and executeStreamedApiRequest methods to OpenFgaClient for calling arbitrary API endpoints with full SDK support (authentication, retries, telemetry, error handling). See documentation for more. (#298, #345) - thanks @​Abishek-Newar!
  • fix: use current SDK version in telemetry meter (#335)
  • fix: disable httprequestduration metric by default to avoid high cardinality (#344)
  • fix: apply expiry buffer before reusing cached tokens (#331)
  • chore!: drop support for Node.js v16 & 18. We recommend updating to a node-runtime that is supported upstream - currently 20 (maintenance), 22 (maintenance), 24 (LTS) and 25 (current). The minimum supported version of Node.js is now v20. This is in line with our stated supported environments

What's Changed

New Contributors

Full Changelog: openfga/js-sdk@v0.9.2...v0.9.3

Changelog

Sourced from @​openfga/sdk's changelog.

v0.9.3

v0.9.3 (2026-02-27)

  • feat: add executeApiRequest and executeStreamedApiRequest methods to OpenFgaClient for calling arbitrary API endpoints with full SDK support (authentication, retries, telemetry, error handling). See documentation for more. (#298, #345) - thanks @​Abishek-Newar!
  • fix: use current SDK version in telemetry meter (#335)
  • fix: disable httprequestduration metric by default to avoid high cardinality (#344)
  • fix: apply expiry buffer before reusing cached tokens (#331)
  • chore!: drop support for Node.js v16 & 18. We recommend updating to a node-runtime that is supported upstream - currently 20 (maintenance), 22 (maintenance), 24 (LTS) and 25 (current). The minimum supported version of Node.js is now v20. This is in line with our stated supported environments
Commits
  • f340e03 release: v0.9.3 (#342)
  • c800ac1 chore(deps): upgrade dependencies (#248)
  • 0f1b6a9 chore: improve api executor flow (#345)
  • 5470381 fix: honor explicit msg in FgaError constructor (#325)
  • 10e5e54 fix: make FgaApiAuthenticationError inherit from FgaApiError (#327)
  • e3879c3 fix: apply expiry buffer before reusing cached tokens (#331)
  • 92ef2d2 chore: npm audit fix (#341)
  • 7e95579 feat: Add APIExecutor for calling arbitrary API endpoints (#298)
  • 9e55466 fix: use current SDK version in telemetry meter (#335)
  • a7090e2 chore(deps-dev): bump the dependencies group with 4 updates (#323)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 2, 2026
Copilot AI review requested due to automatic review settings March 2, 2026 21:31
@dependabot
dependabot Bot requested a review from a team as a code owner March 2, 2026 21:31
@dependabot
dependabot Bot removed the request for review from Copilot March 2, 2026 21:31
Copilot AI review requested due to automatic review settings March 3, 2026 04:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the server-side dependency on @openfga/sdk to pick up upstream fixes/features.

Changes:

  • Bump @openfga/sdk in server/package.json from ^0.9.2 to ^0.9.3.
  • Refresh server/package-lock.json for the new @openfga/sdk version and transitive dependency metadata.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
server/package.json Updates the declared @openfga/sdk dependency version.
server/package-lock.json Locks @openfga/[email protected] and reflects updated dependency/engine metadata.
Files not reviewed (1)
  • server/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread server/package.json
Comment thread server/package-lock.json
@SoulPancake
SoulPancake self-requested a review March 3, 2026 05:07
@rhamzeh

rhamzeh commented Mar 10, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/server/dependencies-9c69c80058 branch from 609839f to a9443ac Compare March 10, 2026 19:01
Bumps the dependencies group in /server with 1 update: [@openfga/sdk](https://github.com/openfga/js-sdk).


Updates `@openfga/sdk` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/openfga/js-sdk/releases)
- [Changelog](https://github.com/openfga/js-sdk/blob/main/CHANGELOG.md)
- [Commits](openfga/js-sdk@v0.9.2...v0.9.3)

---
updated-dependencies:
- dependency-name: "@openfga/sdk"
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/server/dependencies-9c69c80058 branch from a9443ac to 38bb40e Compare March 10, 2026 19:11
@rhamzeh
rhamzeh added this pull request to the merge queue Mar 10, 2026
Merged via the queue into main with commit befce5a Mar 10, 2026
13 checks passed
@rhamzeh
rhamzeh deleted the dependabot/npm_and_yarn/server/dependencies-9c69c80058 branch March 10, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants