v4.2.2
mudler/LocalAIv4.2.2May 12, 2026by mudler
AI Summary
Bug fixes and dependency updates including Vulkan VRAM parsing and ollama endpoint improvements.
Key Highlights
- Fixed Vulkan VRAM parsing from text output
- Added 'prompt' alias for /api/embed endpoint
- Multiple dependency bumps including anthropic-sdk-go
- Updated transformers requirement to >=5.8.0
New Features
- Vulkan VRAM text parsing
- Ollama endpoint parity improvements
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Bug fixes :bug: * fix: parse vulkan VRAM from text by @eglia in https://github.com/mudler/LocalAI/pull/9669 * fix(ollama): accept `prompt` alias on /api/embed for Ollama parity by @localai-bot in https://github.com/mudler/LocalAI/pull/9780 ### 👒 Dependencies * chore(deps): bump node from 25-slim to 26-slim by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9769 * chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9770 * chore(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9771 * chore(deps): bump github.com/anthropics/anthropic-sdk-go from 1.27.0 to 1.42.0 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9772 * chore(deps): bump github.com/onsi/gomega from 1.39.1 to 1.40.0 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9774 * chore(deps): update transformers requirement from >=5.0.0 to >=5.8.0 in /backend/python/transformers by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9775 * chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9778 * chore(deps): update charset-normalizer requirement from >=3.4.0 to >=3.4.7 in /backend/python/vllm by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9779 * chore(deps): bump github.com/mudler/edgevpn from 0.31.1 to 0.32.2 by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9773 * chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/mudler/LocalAI/pull/9728 ### Other Changes * ci: close GC race + cascade-skip + darwin grpc gaps from v4.2.1 by @localai-bot in https://github.com/mudler/LocalAI/pull/9781 * feat(llama-cpp): bump to `1ec7ba0c`, adapt grpc-server, expose new spec-decoding options by @localai-bot in https://github.com/mudler/LocalAI/pull/9765 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v4.2.1...v4.2.2