Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 25 Feb 18:54
· 377 commits to main since this release
fcad5b3

Changelog

  • cf5e6ff Fix: remove close(l.buffer) to prevent send-on-closed-channel panic i… (#92)
  • e034f66 Fix: usage is not tracked for streamed responses (#90)
  • 4d8b03b chore(deps): bump goreleaser/goreleaser-action from 6 to 7 (#88)
  • fcad5b3 fix: prevent SQLITE_BUSY errors from concurrent flush loops (#102)
  • b26abbe fix: prevent bytes.Buffer capacity retention in streaming usage wrapper (#95)
  • 9c17324 fix: prevent unbounded memory allocation in audit log middleware (#94)
  • 8dcaa58 perf: cache sorted model lists in registry to avoid per-request sorting (#93)