Skip to content

v0.18.7

Choose a tag to compare

@Anirudhx7 Anirudhx7 released this 04 Aug 04:36
· 548 commits to main since this release

Changelog

  • 88c91b8 chore(demo): regenerate mesh.demo.db to match current schema
  • bb75935 chore(demo-db): regenerate mesh.demo.db for runtime_nodes.host column
  • 31f6724 chore(deps-dev): bump typescript-eslint from 8.62.0 to 8.65.0 in /ui (#52)
  • 8d753ad docs(changelog): record audit-driven placement/persistence fixes
  • f57ba69 feat(router,admin,ui): surface warmup suppression state on the dashboard
  • a008766 fix(admin,audit): move hot-path audit-log and local-stat writes off request path
  • 6c88a31 fix(nodeagent,router,admin): make Node Agent host-scoped, not runtime-scoped
  • 82f2489 fix(router): detect model-name/digest collisions in warm-residency scoring
  • 871b5b8 fix(router): drain must block warmup pings and scheduled WarmModels
  • b928534 fix(router): interpret free VRAM per-runtime, not universally as free bytes
  • fa91606 fix(router): narrow VRAM reservation race in findBestByScore
  • 4e01d8d fix(router): penalize stale telemetry in placement scoring
  • cb33159 fix(router): predictive warmup engine must respect unload suppression
  • 4b3a8d4 fix(router,store): fix node-agent host-scoping gaps from 6c88a31
  • 85d3738 fix(router,store): persist session affinity across restart
  • ad36139 fix: pause console on Windows fatal exit instead of closing instantly