Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 22:16
· 97 commits to main since this release
v0.7.0
fd37b12

0.7.0 (2024-08-30)

  • feat: enhancements to OpenTelemetry support (#120)

Breaking Changes

Note this introduces some breaking changes to our metrics:

  1. fga-client.request.method is now in TitleCase to match the naming conventions in the Protos, e.g., Check, ListObjects, etc.
  2. Due to possible high costs for attributes with high cardinality, we are no longer including the following attributes by default:
    • fga-client.user
    • http.client.request.duration
    • http.server.request.duration
      We added configuration options to allow you to set which specific metrics and attributes you care about in case the defaults don't work for your use case.