github openfga/python-sdk v0.7.0

latest release: v0.7.1
19 days ago

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.

Don't miss a new python-sdk release

NewReleases is sending notifications on new releases.