OpenWebUI - Package Updates
Pinned
OpenWebUI
-
[2.11.0]
- Update ollama to 0.6.0
- Full Changelog
- Gemma 3: Google Gemma 3 model is now available in 1B, 4B, 12B, and 27B parameter sizes.
- Fixed error that would occur when running
snowflake-arctic-embed
andsnowflake-arctic-embed2
models - @iBreaker made their first contribution in https://github.com/ollama/ollama/pull/9565
- @zhu-xiaowei made their first contribution in https://github.com/ollama/ollama/pull/9540
- @dwt made their first contribution in https://github.com/ollama/ollama/pull/9569
- @vincentkoc made their first contribution in https://github.com/ollama/ollama/pull/9626
-
[2.11.1]
- Update ollama to 0.6.1
-
[2.11.2]
- Update ollama to 0.6.2
-
[2.12.0]
- Update base image to 5.0.0
-
[2.12.1]
- Update ollama to 0.6.3
-
[2.13.0]
- Update open-webui to 0.6.0
- Full Changelog
- External Tool Server Support via OpenAPI: Connect Open WebUI to any OpenAPI-compatible REST server instantlyoffering immediate integration with thousands of developer tools, SDKs, and SaaS systems for powerful extensibility. Learn more: https://github.com/open-webui/openapi-servers
- MCP Server Support via MCPO: You can now convert and expose your internal MCP tools as interoperable OpenAPI HTTP servers within Open WebUI for seamless, plug-n-play AI toolchain creation. Learn more: https://github.com/open-webui/mcpo
- /messages Chat API Endpoint Support: For power users building external AI systems, new endpoints allow precise control of messages asynchronouslyfeed long-running external responses into Open WebUI chats without coupling with the frontend.
- Client-Side PDF Generation: PDF exports are now generated fully client-side for drastically improved output qualityperfect for saving conversations or documents.
- Enforced Temporary Chats Mode: Admins can now enforce temporary chat sessions by default to align with stringent data retention and compliance requirements.
- Public Resource Sharing Permission Controls: Fine-grained user group permissions now allow enabling/disabling public sharing for models, knowledge, prompts, and toolsideal for privacy, team control, and internal deployments.
-
[2.13.1]
- Update ollama to 0.6.4
-
[2.13.2]
- Update open-webui to 0.6.1
- Full Changelog
- Global Tool Servers Configuration: Admins can now centrally configure global external tool servers from Admin Settings > Tools, allowing seamless sharing of tool integrations across all users without manual setup per user.
- Direct Tool Usage Permission for Users: Introduced a new user-level permission toggle that grants non-admin users access to direct external tools, empowering broader team collaboration while maintaining control.
- Mistral OCR Content Extraction Support: Added native support for Mistral OCR as a high-accuracy document loader, drastically improving text extraction from scanned documents in RAG workflows.
- Tools Indicator UI Redesign: Enhanced message input now smartly displays both built-in and external tools via a unified dropdown, making it simpler and more intuitive to activate tools during conversations.
- RAG Prompt Improved and More Coherent: Default RAG system prompt has been revised to be more clear and citation-focusedadmins can leave the template field empty to use this new gold-standard prompt.
- Performance & Developer Improvements: Major internal restructuring of several tool-related components, simplifying styling and merging external/internal handling logic, resulting in better maintainability and performance.
- Improved Translations: Updated translations for Tibetan, Polish, Chinese (Simplified & Traditional), Arabic, Russian, Ukrainian, Dutch, Finnish, and French to improve clarity and consistency across the interface.
- External Tool Server API Key Bug Resolved: Fixed a critical issue where authentication headers were not being sent when calling tools from external OpenAPI tool servers, ensuring full security and smooth tool operations.
- Conditional Export Button Visibility: UI now gracefully hides export buttons when there's nothing to export in models, prompts, tools, or functions, improving visual clarity and reducing confusion.
- Hybrid Search Failure Recovery: Resolved edge case in parallel hybrid search where empty or unindexed collections caused backend crashesthese are now cleanly skipped to ensure system stability.
-
[2.13.3]
- Update open-webui to 0.6.2
- Full Changelog
- Improved Global Language Support: Expanded and refined translations across multiple languages to enhance clarity and consistency for international users.
- Accurate Tool Descriptions from OpenAPI Servers: External tools now use full endpoint descriptions instead of summaries when generating tool specificationshelping AI models understand tool purpose more precisely and choose the right tool more accurately in tool workflows.
- Precise Web Results Source Attribution: Fixed a key issue where all web search results showed the same source IDnow each result gets its correct and distinct source, ensuring accurate citations and traceability.
- Clean Web Search Retrieval: Web search now retains only results from URLs where real content was successfully fetchedimproving accuracy and removing empty or broken links from citations.
- Audio File Upload Response Restored: Resolved an issue where uploading audio files did not return valid responses, restoring smooth file handling for transcription and audio-based workflows.
- General Backend Refactoring: Multiple behind-the-scenes improvements streamline backend performance, reduce complexity, and ensure a more stable, maintainable system overallmaking everything smoother without changing your workflow.
-
[2.13.4]
- Update ollama to 0.6.5
-
[2.13.5]
- Update open-webui to 0.6.4
- Full Changelog
- RAG_TEMPLATE Display Issue Resolved: Fixed a formatting problem where the custom RAG_TEMPLATE wasn't correctly rendered in the interfaceensuring that custom retrieval prompts now appear exactly as intended for more reliable prompt engineering.
- Auto-Artifact Detection Toggle: Automatically detects artifacts in resultsbut now you can disable this behavior under advanced settings for full control.
- Widescreen Mode for Shared Chats: Shared link conversations now support widescreen layoutsperfect for presentations or easier review across wider displays.
- Reindex Knowledge Files on Demand: Admins can now trigger reindexing of all knowledge files after changing embeddingsensuring immediate alignment with new models for optimal RAG performance.
- OpenAPI YAML Format Support: External tools can now use YAML-format OpenAPI specsmaking integration simpler for developers familiar with YAML-based configurations.
- Message Content Copy Behavior: Copy action now excludes 'details' tagsstreamlining clipboard content when sharing or pasting summaries elsewhere.
- Sougou Web Search Integration: New search engine option addedenhancing global relevance and diversity of search sources for multilingual users.
- Frontend Web Loader Engine Configuration: Admins can now set preferred web loader engine for RAG workflows directly from the frontendoffering more control across setups.
- Multi-Model Chat Permission Control: Admins can manage access to multi-model chats per user groupallowing tighter governance in team environments.
- Persistent Configuration Can Be Disabled: New environment variable lets advanced users and hosts turn off persistent configsideal for volatile or stateless deployments.