Changelog

What's New in Ollama Herd

Every release with the highlights that matter, newest first. Upgrade any time with pip install ollama-herd --upgrade.

0.9.1 · July 2026

An 8th scoring signal, two health checks, and reliability fixes.

No breaking changes and no new dependencies, so upgrading from 0.9.0 is a plain pip install ollama-herd --upgrade.

0.9.0 · July 2026

OpenAI Codex support, image routing, and the first release since 0.7.0.

Nothing between 0.7.0 and this shipped publicly, so upgrading lands 0.8.0, 0.8.1, and 0.8.2 all at once. It contains breaking changes, so read the upgrade notes below before deploying. Soaked for 26 hours across every code change in it: 11,925 requests at 99.85% success, including 302 requests to the new Codex endpoint with zero failures.

Upgrading from 0.7.0, six things change: legacy single-server FLEET_NODE_MLX_* env vars are removed (migrate to a one-entry FLEET_NODE_MLX_SERVERS array); X-Fleet-Model is retired for X-Fleet-Served-Model; queue-full returns 429 instead of 503; POST /fleet/pin can now refuse a set that cannot co-reside; image requests fail loudly rather than being answered by a blind model; and backend 4xx errors surface as themselves instead of an opaque 500.

0.7.0 · June 2026

Native text embeddings and a full-fleet dashboard.

0.6.2 · May 2026

Reliability hardening for the trace store.

0.6.1 · April 2026

MLX stability and packaging.

0.6.0 · April 2026

MLX backend and the fix for "Claude Code breaks at 30K tokens."

Earlier releases

Get the latest

Ollama Herd ships often. Upgrade with one command, or watch the repo for release notes:

pip install ollama-herd --upgrade
# or: brew upgrade ollama-herd

Full technical release notes live in the GitHub releases. New to Herd? Start with the Quickstart.

Get started in 60 seconds → Star on GitHub