You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: release 0.9.8
Release-As: 0.9.8
* release: v0.9.8
* 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.
---------
Co-authored-by: openfga-releaser-bot <contact@openfga.dev>
Co-authored-by: openfga-releaser-bot[bot] <274031225+openfga-releaser-bot[bot]@users.noreply.github.com>
Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
- 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`.
7
+
8
+
* oauth2 scopes for authentication ([#326](https://github.com/openfga/java-sdk/issues/326)) ([c02b3cc](https://github.com/openfga/java-sdk/commit/c02b3cca5ac41c96a5f09971f35d054922aea916))
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))
10
+
11
+
12
+
### Fixed
13
+
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
0 commit comments