Skip to content

Commit 25b8ebb

Browse files
authored
fix: changelog and acknowledge contributor
Updated the changelog to reflect new features and fixes, including the addition of a counter metric for HTTP requests and acknowledgment for contributions.
1 parent 4b5184f commit 25b8ebb

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,12 @@
66
### Added
77

88
* oauth2 scopes for authentication ([#326](https://github.com/openfga/java-sdk/issues/326)) ([c02b3cc](https://github.com/openfga/java-sdk/commit/c02b3cca5ac41c96a5f09971f35d054922aea916))
9-
* release automation configs ([#312](https://github.com/openfga/java-sdk/issues/312)) ([dbd003f](https://github.com/openfga/java-sdk/commit/dbd003fff357a31d65f6cff19f6ae7622d6da4c5))
10-
* report a per call http metric ([#310](https://github.com/openfga/java-sdk/issues/310)) ([cc3a5f2](https://github.com/openfga/java-sdk/commit/cc3a5f26ce78fe0796dc1acf57bc9f2829c2e534))
9+
* Add `fga-client.request.count` counter metric to track the total number of HTTP requests made to the FGA server. This metric is **disabled by default** and must be explicitly enabled via `TelemetryConfiguration`. ([#310](https://github.com/openfga/java-sdk/issues/310)) ([cc3a5f2](https://github.com/openfga/java-sdk/commit/cc3a5f26ce78fe0796dc1acf57bc9f2829c2e534))
1110

1211

1312
### Fixed
1413

15-
* attach Authorization header to streaming and ApiExecutor requests ([#330](https://github.com/openfga/java-sdk/issues/330)) ([#331](https://github.com/openfga/java-sdk/issues/331)) ([b09ca16](https://github.com/openfga/java-sdk/commit/b09ca167e9fd9fbbe8d8f83c1fa8af8fd054c84d))
16-
17-
18-
### Miscellaneous
19-
20-
* release 0.9.8 ([8d1395c](https://github.com/openfga/java-sdk/commit/8d1395c994e84c4d98dc22397c5b537c89e5ea3b))
21-
22-
## [Unreleased](https://github.com/openfga/java-sdk/compare/v0.9.7...HEAD)
23-
24-
### Added
25-
- Add `fga-client.request.count` counter metric to track the total number of HTTP requests made to the FGA server. This metric is **disabled by default** and must be explicitly enabled via `TelemetryConfiguration`.
14+
* attach Authorization header to streaming and ApiExecutor requests ([#330](https://github.com/openfga/java-sdk/issues/330)) ([#331](https://github.com/openfga/java-sdk/issues/331)) ([b09ca16](https://github.com/openfga/java-sdk/commit/b09ca167e9fd9fbbe8d8f83c1fa8af8fd054c84d)), thanks @cportcvent
2615

2716
## v0.9.7
2817

0 commit comments

Comments
 (0)