Skip to content

v0.19.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 14:53
· 400 commits to main since this release

Changelog

  • 51b6d70 Merge remote-tracking branch 'origin/main'
  • 1315f3c chore(release): v0.19.2
  • f589b8a feat(ansible): first-party fleet registration playbook
  • 0c9c983 feat(ansible): split fleet enrollment into two independent playbooks
  • 0c02937 feat(nodeagent): split Node Agent into a separate ollama-mesh-agent binary
  • fffbc5c fix(admin): parse hourly analytics retention keys as UTC
  • 9ef57bb fix(admin): reject benchmark runs when proxy port is unconfigured
  • 48aafe7 fix(admin): restore per-key policy fields dropped on config reload
  • 20a057e fix(admin): use writeJSONError for handleModelRepo's missing-id error
  • d389cd4 fix(admin): use writeJSONError instead of hand-built JSON error strings
  • 79e98a1 fix(admin,ui): update stale ollama-mesh agent invocation strings
  • 09c96df fix(bench): true median calculation, preserve evict/parse error detail
  • 4044027 fix(demo): poll for proxy readiness instead of a fixed 500ms sleep
  • 9ffbbec fix(demotraffic): stop silently clamping REQUEST_COUNT, flag missing eval_count
  • e91a2fd fix(docs): correct fleet-enrollment guide auth model, wire copy buttons on doc site
  • a6c4080 fix(loadtest): compute RPS from actual elapsed time, not nominal duration
  • bb515c9 fix(mocknode): deterministic OpenAI token-family matching, honor stream:false
  • bc827c9 fix(router): POST /admin/nodes upserts by name instead of duplicating live capacity
  • ebe3cb9 fix(ttft): drain response body synchronously instead of racing Close()