OpenWebUI - Package Updates
Pinned
OpenWebUI
-
[2.9.0]
- CLOUDRON_OIDC_PROVIDER_NAME implemented
- checklist added
-
[2.9.1]
- Add storage info to checklist
-
[2.10.0]
- Update open-webui to 0.5.0
- Full Changelog
- ** True Asynchronous Chat Support**: Create chats, navigate away, and return anytime with responses ready. Ideal for reasoning models and multi-agent workflows, enhancing multitasking like never before.
- ** Chat Completion Notifications**: Never miss a completed response. Receive instant in-UI notifications when a chat finishes in a non-active tab, keeping you updated while you work elsewhere.
- ** Notification Webhook Integration**: Get alerts via webhooks even when your tab is closed! Configure your webhook URL in Settings > Account and receive timely updates for long-running chats or external integration needs.
- ** Channels (Beta)**: Explore Discord/Slack-style chat rooms designed for real-time collaboration between users and AIs. Build bots for channels and unlock asynchronous communication for proactive multi-agent workflows. Opt-in via Admin Settings > General. A Comprehensive Bot SDK tutorial (https://github.com/open-webui/bot) is incoming, so stay tuned!
- ** Client-Side Image Compression**: Now compress images before upload (Settings > Interface), saving bandwidth and improving performance seamlessly.
- ** OAuth Management for User Groups**: Enable group-level management via OAuth integration for enhanced control and scalability in collaborative environments.
- ** Structured Output for Ollama**: Pass structured data output directly to Ollama, unlocking new possibilities for streamlined automation and precise data handling.
- ** Offline Swagger Documentation**: Developer-friendly Swagger API docs are now available offline, ensuring full accessibility wherever you are.
- ** Quick Screen Capture Button**: Effortlessly capture your screen with a single click from the message input menu.
- ** i18n Updates**: Improved and refined translations across several languages, including Ukrainian, German, Brazilian Portuguese, Catalan, and more, ensuring a seamless global user experience.
- ** Table Export to CSV**: Resolved issues with CSV export where headers were missing or errors occurred due to values with commas, ensuring smooth and reliable data handling.
- ** BYPASS_MODEL_ACCESS_CONTROL**: Fixed an issue where users could see models but couldnt use them with 'BYPASS_MODEL_ACCESS_CONTROL=True', restoring proper functionality for environments leveraging this setting.
- ** API Key Authentication Restriction**: Narrowed API key auth permissions to '/api/models' and '/api/chat/completions' for enhanced security and better API governance.
- ** Backend Overhaul for Performance**: Major backend restructuring; a heads-up that some "Functions" using internal variables may face compatibility issues. Moving forward, websocket support is mandatory to ensure Open WebUI operates seamlessly.
- ** Legacy Functionality Clean-Up**: Deprecated outdated backend systems that were non-essential or overlapped with newer implementations, allowing for a leaner, more efficient platform.
-
[2.10.1]
- Update open-webui to 0.5.1
- Full Changelog
- Notification Sound Toggle: Added a new setting under Settings > Interface to disable notification sounds, giving you greater control over your workspace environment and focus.
- Non-Streaming Response Visibility: Resolved an issue where non-streaming responses were not displayed, ensuring all responses are now reliably shown in your conversations.
- Title Generation with OpenAI APIs: Fixed a bug preventing title generation when using OpenAI APIs, restoring the ability to automatically generate chat titles for smoother organization.
- Admin Panel User List: Addressed the issue where only 50 users were visible in the admin panel. You can now manage and view all users without restrictions.
- Image Generation Error: Fixed the issue causing 'get_automatic1111_api_auth()' errors in image generation, ensuring seamless creative workflows.
- Pipeline Settings Loading Issue: Resolved a problem where pipeline settings were stuck at the loading screen, restoring full configurability in the admin panel.
-
[2.10.2]
- Update open-webui to 0.5.2
- Full Changelog
- Typing Indicators in Channels: Know exactly whos typing in real-time within your channels, enhancing collaboration and keeping everyone engaged.
- User Status Indicators: Quickly view a users status by clicking their profile image in channels for better coordination and availability insights.
- Configurable API Key Authentication Restrictions: Flexibly configure endpoint restrictions for API key authentication, now off by default for a smoother setup in trusted environments.
- Playground Functionality Restored: Resolved a critical issue where the playground wasnt working, ensuring seamless experimentation and troubleshooting workflows.
- Corrected Ollama Usage Statistics: Fixed a calculation error in Ollamas usage statistics, providing more accurate tracking and insights for better resource management.
- Pipelines Outlet Hook Registration: Addressed an issue where outlet hooks for pipelines werent registered, restoring functionality and consistency in pipeline workflows.
- Image Generation Error: Resolved a persistent issue causing errors with 'get_automatic1111_api_auth()' to ensure smooth image generation workflows.
- Text-to-Speech Error: Fixed the missing argument in Eleven Labs 'get_available_voices()', restoring full text-to-speech capabilities for uninterrupted voice interactions.
- Title Generation Issue: Fixed a bug where title generation was not working in certain cases, ensuring consistent and reliable chat organization.
-
[2.10.3]
- Update open-webui to 0.5.3
- Full Changelog
- ** Channel Reactions with Built-In Emoji Picker**: Easily express yourself in channel threads and messages with reactions, featuring an intuitive built-in emoji picker for seamless selection.
- ** Threads for Channels**: Organize discussions within channels by creating threads, improving clarity and fostering focused conversations.
- ** Reset Button for SVG Pan/Zoom**: Added a handy reset button to SVG Pan/Zoom, allowing users to quickly return diagrams or visuals to their default state without hassle.
- ** Realtime Chat Save Environment Variable**: Introduced the ENABLE_REALTIME_CHAT_SAVE environment variable. Choose between faster responses by disabling realtime chat saving or ensuring chunk-by-chunk data persistency for critical operations.
-
[2.10.4]
- Update open-webui to 0.5.4
- Full Changelog
- ** Clone Shared Chats**: Effortlessly clone shared chats to save time and streamline collaboration, perfect for reusing insightful discussions or custom setups.
- ** Native Notifications for Channel Messages**: Stay informed with integrated desktop notifications for channel messages, ensuring you never miss important updates while multitasking.
- ** Torch MPS Support**: MPS support for Mac users when Open WebUI is installed directly, offering better performance and compatibility for AI workloads.
- ** Enhanced Translations**: Small improvements to various translations, ensuring a smoother global user experience.
- ** Image-Only Messages in Channels**: You can now send images without accompanying text or content in channels.
- ** Proper Exception Handling**: Enhanced error feedback by ensuring exceptions are raised clearly, reducing confusion and promoting smoother debugging.
- ** RAG Query Generation Restored**: Fixed query generation issues for Retrieval-Augmented Generation, improving retrieval accuracy and ensuring seamless functionality.
- ** MOA Response Functionality Fixed**: Addressed an error with the MOA response generation feature.
- ** Channel Thread Loading with 50+ Messages**: Resolved an issue where channel threads stalled when exceeding 50 messages, ensuring smooth navigation in active discussions.
- ** API Endpoint Restrictions Resolution**: Fixed a critical bug where the 'API_KEY_ALLOWED_ENDPOINTS' setting was not functioning as intended, ensuring API access is limited to specified endpoints for enhanced security.
- ** Action Functions Restored**: Corrected an issue preventing action functions from working, restoring their utility for customized automations and workflows.
- ** Temporary Chat JSON Export Fix**: Resolved a bug blocking temporary chats from being exported in JSON format, ensuring seamless data portability.
- ** Sidebar UI Tweaks**: Chat folders, including pinned folders, now display below the Chats section for better organization; the "New Folder" button has been relocated to the Chats section for a more intuitive workflow.
- ** Real-Time Save Disabled by Default**: The 'ENABLE_REALTIME_CHAT_SAVE' setting is now off by default, boosting response speed for users who prioritize performance in high-paced workflows or less critical scenarios.
- ** Audio Input Echo Cancellation**: Audio input now features echo cancellation enabled by default, reducing audio feedback for improved clarity during conversations or voice-based interactions.
- ** General Reliability Improvements**: Numerous under-the-hood enhancements have been made to improve platform stability, boost overall performance, and ensure a more seamless, dependable experience across workflows.
-
[2.10.5]
- Update ollama to 0.5.5
- Phi-4: Phi 4 is a 14B parameter, state-of-the-art open model from Microsoft.
- Command R7B: the smallest model in Cohere's R series delivers top-tier speed, efficiency, and quality to build powerful AI applications on commodity GPUs and edge devices.
- DeepSeek-V3: A strong Mixture-of-Experts (MoE) language model with 671B total parameters with 37B activated for each token.
- OLMo 2: a new family of 7B and 13B models trained on up to 5T tokens. These models are on par with or better than equivalently sized fully open models, and competitive with open-weight models such as Llama 3.1 on English academic benchmarks.
-
[2.10.6]
- Update ollama to 0.5.6
- Full Changelog
- Fixed errors that would occur when running
ollama create
on Windows and when using absolute paths - @steveberdy made their first contribution in https://github.com/ollama/ollama/pull/8352
-
[2.10.7]
- Update ollama to 0.5.7
- Full Changelog
- Fixed issue where using two
FROM
commands inModelfile
- Support importing Command R and Command R+ architectures from safetensors
- @Gloryjaw made their first contribution in https://github.com/ollama/ollama/pull/8438