Skip to content

0.5.0

Latest

Choose a tag to compare

@mkacmar mkacmar released this 14 Aug 07:37
· 4 commits to main since this release
v0.5.0

Changelog

Breaking Changes

  • Client.Fetch returns Response instead of io.ReadCloser. Response embeds the body reader, so Read and Close still work directly on it
  • DiskCache.Get returns Entry instead of *os.File. Entry embeds the file, so ReadAt, Close and Name still work directly on it
  • cache.Fetcher implementations must return debuginfod.Response

Added

  • Metadata exposing the X-DEBUGINFOD-* response headers: size, suggested file name, source archive, and per-file IMA signature
  • Response.Meta on live fetches and Entry.Meta on cache reads
  • DiskCache persists metadata in a per-buildID .meta/ directory

Details