Skip to content

@hyperdx/otel-collector@2.38.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:04
b0b5d4a

Patch Changes

  • 808b345: Accept Bearer -prefixed Authorization header values on the OTLP receiver in standalone mode (OTLP_AUTH_TOKEN). Previously only the bare-token form of the header was accepted, rejecting RFC 6750 clients that send Authorization: Bearer <token>. The Bearer, bearer, and BEARER prefixed forms are now accepted alongside the bare token.