William Johansson
William Johansson
This PR adds a `ServiceData()` function to `AdvertisementFields` which returns a map of service data, similar to manufacturer data. I don't know the Bluetooth spec enough to understand the difference...
Pass a context that contains trace information extracted from the incoming message, allowing traces to span from publishers over to subscribers. In order for publishers to include tracing information, the...
The AuthenticatedHTTPHandler wraps HTTPHandler and verifies that the there is a valid Google-signed bearer token in the Authorization header. Optionally also verifies a user specified audience and email token claim.
When generating server response models, external package imports are not being set on the referenced header types when their schema specifications are also refs. Similar, but not equal, to issue...
When some OTEL dependencies are not synchronized, merging issues occur and makes cloudrunner-go's cloudotel package fail on startup. Partial resources and conflicting resource schema URLs are not always (probably seldom?)...