Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dev.openfga:openfga-sdk from 0.7.0 to 0.8.1 in /modules/openfga #9992

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2025

Bumps dev.openfga:openfga-sdk from 0.7.0 to 0.8.1.

Release notes

Sourced from dev.openfga:openfga-sdk's releases.

v0.8.1

0.8.1 (2025-02-18)

  • fix: use HTTP 1.1 by default (#148)
  • fix: ensure default telemetry attributes are sent (#145)
  • feat: add batch check telemetry attribute (#143)

v0.8.0

0.8.0 (2025-02-07)

  • feat!: add support for server-side batchCheck method (#141) - thanks @​piotrooo!! This is a more efficient way to check on multiple tuples than calling the existing client-side batchCheck. Using this method requires an OpenFGA v1.8.0+ server. The existing batchCheck method has been renamed to clientBatchCheck. The existing BatchCheckResponse has been renamed to ClientBatchCheckResponse.
  • feat: add support for start_time parameter in ReadChanges endpoint (#137)

BREAKING CHANGES:

  • Usage of the existing batchCheck method should now use the clientBatchCheck method.

v0.7.2

0.7.2 (2024-12-18)

  • fix: Ensure executor is shutdown (#133)

v0.7.1

0.7.1 (2024-09-23)

  • refactor(OpenTelemetry): remove SDK version from meter name
  • fix(OpenTelemetry): http.request.method should be enabled by default (#114)
  • chore(deps): update dependencies (#110, #111, #112)
  • docs(OpenTelemetry): update Metrics and Attributes tables (#115)
Changelog

Sourced from dev.openfga:openfga-sdk's changelog.

v0.8.1

0.8.1 (2025-02-18)

  • fix: use HTTP 1.1 by default (#148)
  • fix: ensure default telemetry attributes are sent (#145)
  • feat: add batch check telemetry attribute (#143)

v0.8.0

0.8.0 (2025-02-07)

  • feat!: add support for server-side batchCheck method (#141) - thanks @​piotrooo!! This is a more efficient way to check on multiple tuples than calling the existing client-side batchCheck. Using this method requires an OpenFGA v1.8.0+ server. The existing batchCheck method has been renamed to clientBatchCheck. The existing BatchCheckResponse has been renamed to ClientBatchCheckResponse.
  • feat: add support for start_time parameter in ReadChanges endpoint (#137)

BREAKING CHANGES:

  • Usage of the existing batchCheck method should now use the clientBatchCheck method.

v0.7.2

0.7.2 (2024-12-18)

  • fix: Ensure executor is shutdown (#133)

v0.7.1

0.7.1 (2024-09-23)

  • refactor(OpenTelemetry): remove SDK version from meter name
  • fix(OpenTelemetry): http.request.method should be enabled by default (#114)
  • chore(deps): update dependencies (#110, #111, #112)
  • docs(OpenTelemetry): update Metrics and Attributes tables (#115)
Commits
  • b7a0078 release: release v0.8.1 (#151)
  • 25b2c7d feat: add batch check telemetry attribute (#143)
  • f487f6c fix: ensure default telemetry attributes are sent (#145)
  • de4e783 fix: use http1.1 by default (#148)
  • 44a62f3 docs: remove unsupported attributes from docs (#146)
  • 899bc3e release!: release v0.8.0 (#144)
  • b7484e6 Merge pull request #142 from openfga/docs/batch-check
  • cc16f05 docs: Update README for server-side batch check
  • fdab6d2 Merge pull request #141 from piotrooo/feat/batch-check
  • 6e9777a feat!: support server-side batch check endpoint
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.openfga:openfga-sdk](https://github.com/openfga/java-sdk) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/openfga/java-sdk/releases)
- [Changelog](https://github.com/openfga/java-sdk/blob/main/CHANGELOG.md)
- [Commits](openfga/java-sdk@v0.7.0...v0.8.1)

---
updated-dependencies:
- dependency-name: dev.openfga:openfga-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2025 03:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2025
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 java Pull requests that update Java code modules/openfga
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants