Skip to content

v2.16.1

Choose a tag to compare

@github-actions github-actions released this 29 May 07:28
· 279 commits to main since this release

v2.16.1 — 2026-05-28

Fixed

  • Reliability: Await async calls and replace explicit any types in profile/transcript handlers
  • Reliability: Add null checks and error handling to transcript/timeline loaders
  • Security: Escape all interpolated values in innerHTML templates to prevent XSS
  • Reliability: Log errors in catch blocks instead of silent swallowing
  • Config: Remove startup migration and import-time side effects from config.ts
  • Security: Harden web API and storage initialization

Changed

  • Code quality: Replace explicit any types with proper TypeScript interfaces across index.ts, API handlers, and response types
  • Refactor: Extract duplicated getAllShards and extractScopeFromContainerTag into shard-manager.ts
  • Refactor: Simplify codebase — DRY extractions, dead code removal, NOSONAR cleanup
  • CI: Resolve audit failure and SonarCloud quality gate; exclude shared.ts from coverage threshold
  • Docs: Add npm downloads and DeepWiki badges, Bun/Node.js runtime badges, clarify Windows support

Full Changelog: v2.16...v2.16.1