Skip to content

Commit

Permalink
release(java-sdk): release v0.8.1 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Feb 18, 2025
2 parents b267484 + e4d6ebd commit 9f239d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions config/clients/java/CHANGELOG.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased](https://github.com/openfga/java-sdk/compare/v{{packageVersion}}...HEAD)

## v0.8.1

### [0.8.1](https://github.com/openfga/java-sdk/compare/v0.8.0...v0.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](https://github.com/openfga/java-sdk/compare/v0.7.2...v0.8.0) (2025-02-07)
Expand Down
2 changes: 1 addition & 1 deletion config/clients/java/config.overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"gitRepoId": "java-sdk",
"artifactId": "openfga-sdk",
"groupId": "dev.openfga",
"packageVersion": "0.8.0",
"packageVersion": "0.8.1",
"apiPackage": "dev.openfga.sdk.api",
"authPackage": "dev.openfga.sdk.api.auth",
"clientPackage": "dev.openfga.sdk.api.client",
Expand Down

0 comments on commit 9f239d0

Please sign in to comment.