Files
archived-ai-ollama-platform/CHANGELOG.md
2026-03-17 10:11:34 +01:00

526 B

CHANGELOG

0.7

  • Add support for structured_output capability in OllamaApiCatalog
  • Replace ModelCatalog by OllamaApiCatalog
  • Rename OllamaApiCatalog to ModelCatalog
  • [BC BREAK] Ollama model is now final

0.4

  • [BC BREAK] The hostUrl parameter for OllamaClient has been removed
  • [BC BREAK] The host parameter for OllamaApiCatalog has been removed
  • [BC BREAK] The hostUrl parameter for PlatformFactory::create() has been renamed endpoint

0.1

  • Add the bridge