Skip to content

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 20 Nov 20:06

0.0.5 (2024-11-20)

Bug Fixes

  • server: allow clients to access headers (1bceed3)
  • server: include number of unprocessed lines in chunk line count (47d2edd)
  • web: show all times in UTC (f51152d)

Features

  • server: add absolute line numbers for filtered logs (2b118c1)
  • server: add basic log data to metadata api endpoint (4ce95a0)
  • server: support gzip log uploads (d2680de)
  • server: support log lines in log streaming with url params (f9cb388)
  • show chunk count with log metadata (01a90d7)
  • web: add absolute line numbers for filtered logs (aa4ee4b)
  • web: add copy url button for sharing log view with filters (c6922f8)
  • web: add filters to URL bar on single log (3b91bd3)
  • web: add single log line filtering by severity (c2a5f4e)
  • web: display log metadata on single log page (8f8276d)
  • web: filter log lines by included and excluded categories (3b3d13d)
  • web: use a Worker for fetching and processing log data (bfba4c0)

Performance Improvements

  • server: do not fetch chunks that can be ignored (310b356)