Changelog¶
All notable changes to OmniLLM are documented in the individual release notes.
Releases¶
| Version | Date | Highlights |
|---|---|---|
| v0.17.0 | 2026-06-15 | Claude Fable 5, Mythos 5, and 4.6-4.8 model constants |
| v0.16.0 | 2026-05-23 | Embeddings API with EmbeddingProvider interface |
| v0.15.0 | 2026-04-11 | Module rename to omnillm-core, thin/thick architecture |
| v0.14.0 | 2026-03-16 | GLM, Kimi, Qwen providers; conformance testing |
| v0.13.0 | 2026-02-28 | Organization rename to plexusone |
| v0.12.0 | 2026-02-22 | Tool/function calling support for OpenAI |
| v0.11.0 | 2026-01-10 | Fallback providers, circuit breaker, caching |
| v0.10.0 | 2026-01-04 | Claude 4.5 models, configurable timeout |
| v0.9.0 | 2025-12-27 | Module rename to omnillm |
| v0.8.0 | 2025-12-22 | Module rename to metallm |
| v0.7.0 | 2025-12-21 | Observability hooks, structured logging |
| v0.6.0 | 2025-12-14 | X.AI Grok provider, Anthropic streaming |
Versioning¶
OmniLLM follows Semantic Versioning:
- MAJOR: Breaking API changes
- MINOR: New features (backwards compatible)
- PATCH: Bug fixes (backwards compatible)
Full Changelog¶
See CHANGELOG.md for the complete changelog in Keep a Changelog format.