Skip to content

Fix user agent default headers

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 03:41
· 243 commits to master since this release
617766d

Fixed

  • Fix built-in user agent overriding client default headers. (#191) @sagebind
  • Fix incorrectly named function parameter. (#188) @DBLouis

Changed

  • Emit all logs as tracing events, maintaining backward compatability with log records. This has the benefit of optionally providing better diagnostics of HTTP requests when using a tracing subscriber. (#170) @sagebind