Skip to content

Nenya 0.6.0

Choose a tag to compare

@gumieri gumieri released this 05 Jun 07:09
73ad57e

Changelog

  • 10ee5f5 Merge phase-010-streaming-cache-adapter into main
  • 99fafa7 Merge phase-011-testutil-cleanup into main
  • c0ff0f5 Merge phase-012-security-fixes into main
  • a8cb265 Merge phase-013-concurrency-fixes into main
  • 59593c2 Merge phase-015-duplication-fixes into main
  • 38fc036 cleanup: remove dead testutil code and unused production functions
  • f2baca0 concurrency: fix data races, lock-during-IO, and goroutine lifecycle
  • 0ddf6a2 fix: address 5 regressions introduced since Phase 010
  • 73ad57e fix: correct UnloadModel TOCTOU logic (inverted condition)
  • 9c56a94 fix: streaming, cache, and Anthropic adapter bugs (issues #17-#20)
  • f918917 perf: apply Phase 017 metrics refactor (labelEscaper, Grow, histogram fix)
  • cd9623b phase-014: complete chat decomposition — extract responses.go and mcp_loop.go
  • a876b8b phase-014: partial chat decomposition — extract constants, embeddings, usage
  • 78cd383 security: add bounds to unbounded io.ReadAll calls and harden path validation