Recent Releases
Version 0.8.7 - March 1, 2026
🔒 Security & Privacy Fixes
🔒 Security & Privacy Fixes
- Connection access control privacy - Tool server and terminal connections without explicit access grants are now private (admin-only) by default
- Fixed a bug where connections configured with no access grants were visible to all users
🧠 Performance Improvements
🧠 Performance Improvements
- ChatControls memory leak fixed - No longer leaks event listeners, ResizeObserver instances, and media query handlers when navigating between chats
- Faster artifact content updates - Debounced via requestAnimationFrame for better CPU efficiency
- Temporary chat params preservation - Model parameters now correctly saved when creating temporary chats
Version 0.8.6 - March 1, 2026
🖥️ Open Terminal Integration
🖥️ Open Terminal Integration
Users can now connect to Open Terminal instances to:
- Browse, read, and upload files directly in chat
- Navigate folders with drag-and-drop support
- Preview images and PDFs
- Create and edit files
- Delete files and directories
🛡️ Security Enhancements
🛡️ Security Enhancements
- Docker image SBOM attestation - Software Bill of Materials for vulnerability scanning
- Reporting-Endpoints header - Configure CSP violation reports via
REPORTING_ENDPOINTSenvironment variable - Individual user sharing control - Disable user-level sharing via
USER_PERMISSIONS_ACCESS_GRANTS_ALLOW_USERS
⚡ Major Performance Optimizations
⚡ Major Performance Optimizations
- Streaming performance - Chat responses render more efficiently with reduced CPU usage
- Message comparison - Faster updates by skipping expensive comparisons when content changes
- Scroll optimization - Batched scroll operations via requestAnimationFrame
- Message cloning - Now uses structuredClone() instead of JSON.parse/stringify
- Code block rendering - Faster rendering during streaming
- Tool result handling - More efficient processing
🔐 OAuth & Authentication
🔐 OAuth & Authentication
- OAuth profile sync on login - Auto-sync name and email via
OAUTH_UPDATE_NAME_ON_LOGINandOAUTH_UPDATE_EMAIL_ON_LOGIN - Default group share permission - Configure via
DEFAULT_GROUP_SHARE_PERMISSIONenvironment variable - OAuth session database error fix - Fixed session creation errors during OAuth login
🎯 UI/UX Improvements
🎯 UI/UX Improvements
- Action button priority sorting - Consistent order based on priority field from function Valves
- Public/Private model filtering - Display badges and filter options in Admin Settings
- Show/Hide all models bulk action - Manage model visibility faster
- Tool server advanced options toggle - Simplified interface for basic setups
🐛 Bug Fixes
🐛 Bug Fixes
- Database migration execution fix
- Tool call JSON error handling
- Reasoning model KV cache preservation
- Duplicate model execution prevention
- Password manager autofill fix
- RAG template duplication fix
- Multiple memory leak fixes (Tooltips, MessageInput, Notes, Model create, MentionList, Sidebar)
- Web search domain filter configuration fix
- OAuth session token decryption fix
Version 0.8.5 - February 23, 2026
⌨️ Voice Dictation Shortcut
⌨️ Voice Dictation Shortcut
Toggle voice dictation using Cmd+Shift+L (or Ctrl+Shift+L on Windows/Linux)
🐛 Critical Fixes
🐛 Critical Fixes
- Model access KeyError fix - /api/models endpoint no longer crashes with incomplete metadata
- Frontend initialization resilience - Graceful handling of API failures during initialization
- Backend config null safety - Prevents crashes during language detection
Version 0.8.4 - February 23, 2026
🛜 Provider Management
🛜 Provider Management
- URL suggestions - Dropdown with suggested URLs for popular AI providers
- Anthropic model fetching - Properly fetch models from Anthropic API
- Connection toggles - Enable/disable individual provider connections
- No models prompt - Helpful guidance when no models available
🔗 Anthropic Messages API Proxy
🔗 Anthropic Messages API Proxy
New API endpoint supporting Anthropic Messages API format, allowing tools like Claude Code to authenticate through Open WebUI
👥 Multi-Device OAuth Sessions
👥 Multi-Device OAuth Sessions
Stay logged in on multiple devices simultaneously - re-logging no longer terminates existing sessions
⚡ Performance Improvements
⚡ Performance Improvements
- Message list performance - Significantly faster loading of conversation history
- Message upsert optimization - Eliminated redundant database calls
- Message send optimization - Targeted queries instead of full history loads
- Tag filtering optimization - More efficient database queries
- Shared chat loading - Faster shared chat listings
- Batch access grants - Reduced from ~31 queries to 3 for 30 items
- Notes list optimization - 200-character preview instead of full content
🧩 New Features
🧩 New Features
- Prompt enable/disable toggle - Control prompts without deleting
- Memory deletion - Agents can delete specific memories
- Memory listing - List all stored memories
- Skill JSON import - Import skills from JSON and Markdown
- You.com web search - New search provider option
- Admin analytics toggle - Enable/disable via
ENABLE_ADMIN_ANALYTICS - Fetch URL citation sources - Clickable sources with previews
- Global model defaults - Configure default metadata for all models
- JSON logging support - Set
LOG_FORMAT=jsonfor log aggregators
♿ Accessibility Improvements
♿ Accessibility Improvements
Improved keyboard navigation, ARIA labels, and screen reader support across all components
Full Changelog
For a complete version history and detailed changelog, visit:View Full Changelog
Access the complete changelog on GitHub
Release Notes Format
The Open WebUI changelog follows Keep a Changelog format and adheres to Semantic Versioning. Changes are categorized as:- Added - New features
- Changed - Changes to existing functionality
- Fixed - Bug fixes
- Security - Security improvements and fixes
Stay Updated
GitHub Releases
Subscribe to releases on GitHub
Discord Community
Join our Discord for announcements
Star on GitHub
Star the repository to stay informed
Documentation
Check the docs for update guides