Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(oci/open-webui): update 0.3.30 ➼ v0.5.18 #1968

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Mar 3, 2025

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/open-webui/open-webui minor 0.3.30 -> v0.5.18 OpenSSF Scorecard

Release Notes

open-webui/open-webui (ghcr.io/open-webui/open-webui)

v0.5.18

Compare Source

[0.5.18] - 2025-02-27
Fixed
  • 🌐 Open WebUI Now Works Over LAN in Insecure Context: Resolved an issue preventing Open WebUI from functioning when accessed over a local network in an insecure context, ensuring seamless connectivity.
  • 🔄 UI Now Reflects Deleted Connections Instantly: Fixed an issue where deleting a connection did not update the UI in real time, ensuring accurate system state visibility.
  • 🛠️ Models Now Display Correctly with ENABLE_FORWARD_USER_INFO_HEADERS: Addressed a bug where models were not visible when ENABLE_FORWARD_USER_INFO_HEADERS was set, restoring proper model listing.

v0.5.18

Compare Source

Fixed
  • 🌐 Open WebUI Now Works Over LAN in Insecure Context: Resolved an issue preventing Open WebUI from functioning when accessed over a local network in an insecure context, ensuring seamless connectivity.
  • 🔄 UI Now Reflects Deleted Connections Instantly: Fixed an issue where deleting a connection did not update the UI in real time, ensuring accurate system state visibility.
  • 🛠️ Models Now Display Correctly with ENABLE_FORWARD_USER_INFO_HEADERS: Addressed a bug where models were not visible when ENABLE_FORWARD_USER_INFO_HEADERS was set, restoring proper model listing.

v0.5.17

Compare Source

[0.5.17] - 2025-02-27
Added
  • 🚀 Instant Document Upload with Bypass Embedding & Retrieval: Admins can now enable "Bypass Embedding & Retrieval" in Admin Settings > Documents, significantly speeding up document uploads and ensuring full document context is retained without chunking.
  • 🔎 "Stream" Hook for Real-Time Filtering: The new "stream" hook allows dynamic real-time message filtering. Learn more in our documentation (https://docs.openwebui.com/features/plugin/functions/filter).
  • ☁️ OneDrive Integration: Early support for OneDrive storage integration has been introduced, expanding file import options.
  • 📈 Enhanced Logging with Loguru: Backend logging has been improved with Loguru, making debugging and issue tracking far more efficient.
  • ⚙️ General Stability Enhancements: Backend and frontend refactoring improves performance, ensuring a smoother and more reliable user experience.
  • 🌍 Updated Translations: Refined multilingual support for better localization and accuracy across various languages.
Fixed
  • 🔄 Reliable Model Imports from the Community Platform: Resolved import failures, allowing seamless integration of community-shared models without errors.
  • 📊 OpenAI Usage Statistics Restored: Fixed an issue where OpenAI usage metrics were not displaying correctly, ensuring accurate tracking of usage data.
  • 🗂️ Deduplication for Retrieved Documents: Documents retrieved during searches are now intelligently deduplicated, meaning no more redundant results—helping to keep information concise and relevant.
Changed
  • 📝 "Full Context Mode" Renamed for Clarity: The "Full Context Mode" toggle in Web Search settings is now labeled "Bypass Embedding & Retrieval" for consistency across the UI.

v0.5.17

Compare Source

Added
  • 🚀 Instant Document Upload with Bypass Embedding & Retrieval: Admins can now enable "Bypass Embedding & Retrieval" in Admin Settings > Documents, significantly speeding up document uploads and ensuring full document context is retained without chunking.
  • 🔎 "Stream" Hook for Real-Time Filtering: The new "stream" hook allows dynamic real-time message filtering. Learn more in our documentation (https://docs.openwebui.com/features/plugin/functions/filter).
  • ☁️ OneDrive Integration: Early support for OneDrive storage integration has been introduced, expanding file import options.
  • 📈 Enhanced Logging with Loguru: Backend logging has been improved with Loguru, making debugging and issue tracking far more efficient.
  • ⚙️ General Stability Enhancements: Backend and frontend refactoring improves performance, ensuring a smoother and more reliable user experience.
  • 🌍 Updated Translations: Refined multilingual support for better localization and accuracy across various languages.
Fixed
  • 🔄 Reliable Model Imports from the Community Platform: Resolved import failures, allowing seamless integration of community-shared models without errors.
  • 📊 OpenAI Usage Statistics Restored: Fixed an issue where OpenAI usage metrics were not displaying correctly, ensuring accurate tracking of usage data.
  • 🗂️ Deduplication for Retrieved Documents: Documents retrieved during searches are now intelligently deduplicated, meaning no more redundant results—helping to keep information concise and relevant.
Changed
  • 📝 "Full Context Mode" Renamed for Clarity: The "Full Context Mode" toggle in Web Search settings is now labeled "Bypass Embedding & Retrieval" for consistency across the UI.

v0.5.16

Compare Source

Fixed
  • 🔍 Web Search Retrieval Restored: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again.

v0.5.16

Compare Source

[0.5.16] - 2025-02-20
Fixed
  • 🔍 Web Search Retrieval Restored: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again.

v0.5.15

Compare Source

[0.5.15] - 2025-02-20
Added
  • 📄 Full Context Mode for Local Document Search (RAG): Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding.
  • 🌍 Smarter Web Search with Agentic Workflows: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval.
  • 🔎 Experimental Playwright Support for Web Loader: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data.
  • ☁️ Experimental Azure Storage Provider: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI.
  • 📊 Improved Jupyter Code Execution with Plots: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions.
  • ⏳ Adjustable Execution Timeout for Jupyter Interpreter: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs.
  • ▶️ "Running..." Indicator for Jupyter Code Execution: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations.
  • ⚙️ General Backend & Frontend Stability Enhancements: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI.
  • 🌍 Translation Updates: Various international translation refinements ensure better localization and a more natural user interface experience.
Fixed
  • 📱 Mobile Hover Issue Resolved: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue.
  • 🔄 Temporary Chat Message Duplication Fixed: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow.

v0.5.15

Compare Source

Added
  • 📄 Full Context Mode for Local Document Search (RAG): Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding.
  • 🌍 Smarter Web Search with Agentic Workflows: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval.
  • 🔎 Experimental Playwright Support for Web Loader: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data.
  • ☁️ Experimental Azure Storage Provider: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI.
  • 📊 Improved Jupyter Code Execution with Plots: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions.
  • ⏳ Adjustable Execution Timeout for Jupyter Interpreter: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs.
  • ▶️ "Running..." Indicator for Jupyter Code Execution: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations.
  • ⚙️ General Backend & Frontend Stability Enhancements: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI.
  • 🌍 Translation Updates: Various international translation refinements ensure better localization and a more natural user interface experience.
Fixed
  • 📱 Mobile Hover Issue Resolved: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue.
  • 🔄 Temporary Chat Message Duplication Fixed: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow.

v0.5.14

Compare Source

[0.5.14] - 2025-02-17
Fixed
  • 🔧 Critical Import Error Resolved: Fixed a circular import issue preventing 'override_static' from being correctly imported in 'open_webui.config', ensuring smooth system initialization and stability.

v0.5.14

Compare Source

Fixed
  • 🔧 Critical Import Error Resolved: Fixed a circular import issue preventing 'override_static' from being correctly imported in 'open_webui.config', ensuring smooth system initialization and stability.

v0.5.13

Compare Source

Added
  • 🌐 Full Context Mode for Web Search: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results.
  • ⚡ Optimized Asynchronous Web Search: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval.
  • 🔄 Auto Text Direction for RTL Languages: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts.
  • 🚀 Jupyter Notebook Support for Code Execution: The "Run" button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat.
  • 🗑️ Message Delete Confirmation Dialog: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history.
  • 📥 Download Button for SVG Diagrams: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data.
  • ✨ General UI/UX Improvements and Backend Stability: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience.
Fixed
  • 🛠️ Temporary Chat Message Continue Button Fixed: The "Continue Response" button for temporary chats now works as expected, ensuring an uninterrupted conversation flow.
Changed
  • 📝 Prompt Variable Update: Deprecated square bracket '[]' indicators for prompt variables; now requires double curly brackets '{{}}' for consistency and clarity.
  • 🔧 Stability Enhancements: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages.

v0.5.13

Compare Source

[0.5.13] - 2025-02-17
Added
  • 🌐 Full Context Mode for Web Search: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results.
  • ⚡ Optimized Asynchronous Web Search: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval.
  • 🔄 Auto Text Direction for RTL Languages: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts.
  • 🚀 Jupyter Notebook Support for Code Execution: The "Run" button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat.
  • 🗑️ Message Delete Confirmation Dialog: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history.
  • 📥 Download Button for SVG Diagrams: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data.
  • ✨ General UI/UX Improvements and Backend Stability: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience.
Fixed
  • 🛠️ Temporary Chat Message Continue Button Fixed: The "Continue Response" button for temporary chats now works as expected, ensuring an uninterrupted conversation flow.
Changed
  • 📝 Prompt Variable Update: Deprecated square bracket '[]' indicators for prompt variables; now requires double curly brackets '{{}}' for consistency and clarity.
  • 🔧 Stability Enhancements: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages.

v0.5.12

Compare Source

Added
  • 🛠️ Multiple Tool Calls Support for Native Function Mode: Functions now can call multiple tools within a single response, unlocking better automation and workflow flexibility when using native function calling.
Fixed
  • 📝 Playground Text Completion Restored: Addressed an issue where text completion in the Playground was not functioning.
  • 🔗 Direct Connections Now Work for Regular Users: Fixed a bug where users with the 'user' role couldn't establish direct API connections, enabling seamless model usage for all user tiers.
  • ⚡ Landing Page Input No Longer Lags with Long Text: Improved input responsiveness on the landing page, ensuring fast and smooth typing experiences even when entering long messages.
  • 🔧 Parameter in Functions Fixed: Fixed an issue where the reserved parameters wasn’t recognized within functions, restoring full functionality for advanced task-based automation.

v0.5.12

Compare Source

[0.5.12] - 2025-02-13
Added
  • 🛠️ Multiple Tool Calls Support for Native Function Mode: Functions now can call multiple tools within a single response, unlocking better automation and workflow flexibility when using native function calling.
Fixed
  • 📝 Playground Text Completion Restored: Addressed an issue where text completion in the Playground was not functioning.
  • 🔗 Direct Connections Now Work for Regular Users: Fixed a bug where users with the 'user' role couldn't establish direct API connections, enabling seamless model usage for all user tiers.
  • ⚡ Landing Page Input No Longer Lags with Long Text: Improved input responsiveness on the landing page, ensuring fast and smooth typing experiences even when entering long messages.
  • 🔧 Parameter in Functions Fixed: Fixed an issue where the reserved parameters wasn’t recognized within functions, restoring full functionality for advanced task-based automation.

v0.5.11

Compare Source

[0.5.11] - 2025-02-13
Added
  • 🎤 Kokoro-JS TTS Support: A new on-device, high-quality text-to-speech engine has been integrated, vastly improving voice generation quality—everything runs directly in your browser.
  • 🐍 Jupyter Notebook Support in Code Interpreter: Now, you can configure Code Interpreter to run Python code not only via Pyodide but also through Jupyter, offering a more robust coding environment for AI-driven computations and analysis.
  • 🔗 Direct API Connections for Private & Local Inference: You can now connect Open WebUI to your private or localhost API inference endpoints. CORS must be enabled, but this unlocks direct, on-device AI infrastructure support.
  • 🔍 Advanced Domain Filtering for Web Search: You can now specify which domains should be included or excluded from web searches, refining results for more relevant information retrieval.
  • 🚀 Improved Image Generation Metadata Handling: Generated images now retain metadata for better organization and future retrieval.
  • 📂 S3 Key Prefix Support: Fine-grained control over S3 storage file structuring with configurable key prefixes.
  • 📸 Support for Image-Only Messages: Send messages containing only images, facilitating more visual-centric interactions.
  • 🌍 Updated Translations: German, Spanish, Traditional Chinese, and Catalan translations updated for better multilingual support.
Fixed
  • 🔧 OAuth Debug Logs & Username Claim Fixes: Debug logs have been added for OAuth role and group management, with fixes ensuring proper OAuth username retrieval and claim handling.
  • 📌 Citations Formatting & Toggle Fixes: Inline citation toggles now function correctly, and citations with more than three sources are now fully visible when expanded.
  • 📸 ComfyUI Maximum Seed Value Constraint Fixed: The maximum allowed seed value for ComfyUI has been corrected, preventing unintended behavior.
  • 🔑 Connection Settings Stability: Addressed connection settings issues that were causing instability when saving configurations.
  • 📂 GGUF Model Upload Stability: Fixed upload inconsistencies for GGUF models, ensuring reliable local model handling.
  • 🔧 Web Search Configuration Bug: Fixed issues where web search filters and settings weren't correctly applied.
  • 💾 User Settings Persistence Fix: Ensured user-specific settings are correctly saved and applied across sessions.
  • 🔄 OpenID Username Retrieval Enhancement: Usernames are now correctly picked up and assigned for OpenID Connect (OIDC) logins.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​Mistrick, @​gramakri, @​s1adem4n, @​TiancongLx, @​seniorsimo, @​XingjianXie, @​SentinalMax, @​manwallet, @​luckyman-yan, @​Seniorsimo, @​rragundez, @​pseudorm, @​abdalrohman, @​zoupingshi, @​hurxxxx, @​tarmst, @​engineeringpatrick, @​silverriver, @​dependabot[bot], @​mitomac, @​binxn, @​NachoNoCheese, @​roryeckel, @​yukiteruamano, @​feynmanliang, @​vinsdragonis, @​aleixdorca, @​EntropyYue

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@​digitalbrainowners, @​ModonHolding, @​agency-agency, @​roosi-gmbh, @​mushmax, @​rndmcnlly, @​icanbwell, @​FabioDuo, @​h14turbo, @​blogic-cz, @​Krambu-Travis, @​GenieDev101, @​PortlandKyGuy, @​sushibait, @​CubicleGangster, @​GitDatamind, @​TOWaB, @​TheZigGroup

v0.5.11

Compare Source

Added
  • 🎤 Kokoro-JS TTS Support: A new on-device, high-quality text-to-speech engine has been integrated, vastly improving voice generation quality—everything runs directly in your browser.
  • 🐍 Jupyter Notebook Support in Code Interpreter: Now, you can configure Code Interpreter to run Python code not only via Pyodide but also through Jupyter, offering a more robust coding environment for AI-driven computations and analysis.
  • 🔗 Direct API Connections for Private & Local Inference: You can now connect Open WebUI to your private or localhost API inference endpoints. CORS must be enabled, but this unlocks direct, on-device AI infrastructure support.
  • 🔍 Advanced Domain Filtering for Web Search: You can now specify which domains should be included or excluded from web searches, refining results for more relevant information retrieval.
  • 🚀 Improved Image Generation Metadata Handling: Generated images now retain metadata for better organization and future retrieval.
  • 📂 S3 Key Prefix Support: Fine-grained control over S3 storage file structuring with configurable key prefixes.
  • 📸 Support for Image-Only Messages: Send messages containing only images, facilitating more visual-centric interactions.
  • 🌍 Updated Translations: German, Spanish, Traditional Chinese, and Catalan translations updated for better multilingual support.
Fixed
  • 🔧 OAuth Debug Logs & Username Claim Fixes: Debug logs have been added for OAuth role and group management, with fixes ensuring proper OAuth username retrieval and claim handling.
  • 📌 Citations Formatting & Toggle Fixes: Inline citation toggles now function correctly, and citations with more than three sources are now fully visible when expanded.
  • 📸 ComfyUI Maximum Seed Value Constraint Fixed: The maximum allowed seed value for ComfyUI has been corrected, preventing unintended behavior.
  • 🔑 Connection Settings Stability: Addressed connection settings issues that were causing instability when saving configurations.
  • 📂 GGUF Model Upload Stability: Fixed upload inconsistencies for GGUF models, ensuring reliable local model handling.
  • 🔧 Web Search Configuration Bug: Fixed issues where web search filters and settings weren't correctly applied.
  • 💾 User Settings Persistence Fix: Ensured user-specific settings are correctly saved and applied across sessions.
  • 🔄 OpenID Username Retrieval Enhancement: Usernames are now correctly picked up and assigned for OpenID Connect (OIDC) logins.

v0.5.10

Compare Source

Fixed
  • ⚙️ System Prompts Now Properly Templated via API: Resolved an issue where system prompts were not being correctly processed when used through the API, ensuring template variables now function as expected.
  • 📝 '' Tag Display Issue Fixed: Fixed a bug where the 'thinking' tag was disrupting content rendering, ensuring clean and accurate text display.
  • 💻 Code Interpreter Stability with Custom Functions: Addressed failures when using the Code Interpreter with certain custom functions like Anthropic, ensuring smoother execution and better compatibility.

v0.5.10

Compare Source

[0.5.10] - 2025-02-05
Fixed
  • ⚙️ System Prompts Now Properly Templated via API: Resolved an issue where system prompts were not being correctly processed when used through the API, ensuring template variables now function as expected.
  • 📝 'thinking' Tag Display Issue Fixed: Fixed a bug where the 'thinking' tag was disrupting content rendering, ensuring clean and accurate text display.
  • 💻 Code Interpreter Stability with Custom Functions: Addressed failures when using the Code Interpreter with certain custom functions like Anthropic, ensuring smoother execution and better compatibility.

v0.5.9

Compare Source

Fixed
  • 💡 "Think" Tag Display Issue: Resolved a bug where the "Think" tag was not functioning correctly, ensuring proper visualization of the model's reasoning process before delivering responses.

v0.5.9

Compare Source

[0.5.9] - 2025-02-05
Fixed
  • 💡 "Think" Tag Display Issue: Resolved a bug where the "Think" tag was not functioning correctly, ensuring proper visualization of the model's reasoning process before delivering responses.

v0.5.8

Compare Source

[0.5.8] - 2025-02-05
Added
  • 🖥️ Code Interpreter: Models can now execute code in real time to refine their answers dynamically, running securely within a sandboxed browser environment using Pyodide. Perfect for calculations, data analysis, and AI-assisted coding tasks!
  • 💬 Redesigned Chat Input UI: Enjoy a sleeker and more intuitive message input with improved feature selection, making it easier than ever to toggle tools, enable search, and interact with AI seamlessly.
  • 🛠️ Native Tool Calling Support (Experimental): Supported models can now call tools natively, reducing query latency and improving contextual responses. More enhancements coming soon!
  • 🔗 Exa Search Engine Integration: A new search provider has been added, allowing users to retrieve up-to-date and relevant information without leaving the chat interface.
  • 🌍 Localized Dates & Times: Date and time formats now match your system locale, ensuring a more natural, region-specific experience.
  • 📎 User Headers for External Embedding APIs: API calls to external embedding services now include user-related headers.
  • 🌍 "Always On" Web Search Toggle: A new option under Settings > Interface allows users to enable Web Search by default—transform Open WebUI into your go-to search engine, ensuring AI-powered results with every query.
  • 🚀 General Performance & Stability: Significant improvements across the platform for a faster, more reliable experience.
  • 🖼️ UI/UX Enhancements: Numerous design refinements improving readability, responsiveness, and accessibility.
  • 🌍 Improved Translations: Chinese, Korean, French, Ukrainian and Serbian translations have been updated with refined terminologies for better clarity.
Fixed
  • 🔄 OAuth Name Field Fallback: Resolves OAuth login failures by using the email field as a fallback when a name is missing.
  • 🔑 Google Drive Credentials Restriction: Ensures only authenticated users can access Google Drive credentials for enhanced security.
  • 🌐 DuckDuckGo Search Rate Limit Handling: Fixes issues where users would encounter 202 errors due to rate limits when using DuckDuckGo for web search.
  • 📁 File Upload Permission Indicator: Users are now notified when they lack permission to upload files, improving clarity on system restrictions.
  • 🔧 Max Tokens Issue: Fixes cases where 'max_tokens' were not applied correctly, ensuring proper model behavior.
  • 🔍 Validation for RAG Web Search URLs: Filters out invalid or unsupported URLs when using web-based retrieval augmentation.
  • 🖋️ Title Generation Bug: Fixes inconsistencies in title generation, ensuring proper chat organization.
Removed
  • ⚡ Deprecated Non-Web Worker Pyodide Execution: Moves entirely to browser sandboxing for better performance and security.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​df-cgdm, @​moblangeois, @​tarmst, @​Shadowfita, @​roryeckel, @​taylorwilsdon, @​muhac, @​iidx, @​kostich, @​0xThresh, @​TiancongLx, @​KarlLee830, @​imJack6, @​OriginalSimon, @​dannyl1u, @​s-sajid-ali, @​le-ross, @​abdalrohman, @​dependabot[bot], @​kokutaro, @​jannikstdl, @​bunnerz-king, @​Mavyre, @​zeroxs, @​antpyykk-kone, @​kyunwang, @​Alex1607, @​smonux, @​jrespeto

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@​digitalbrainowners, @​ModonHolding, @​agency-agency, @​roosi-gmbh, @​mushmax, @​rndmcnlly, @​icanbwell, @​FabioDuo, @​h14turbo, @​blogic-cz, @​Krambu-Travis, @​GenieDev101, @​PortlandKyGuy, @​sushibait, @​CubicleGangster, @​GitDatamind

v0.5.8

Compare Source

Added
  • 🖥️ Code Interpreter: Models can now execute code in real time to refine their answers dynamically, running securely within a sandboxed browser environment using Pyodide. Perfect for calculations, data analysis, and AI-assisted coding tasks!
  • 💬 Redesigned Chat Input UI: Enjoy a sleeker and more intuitive message input with improved feature selection, making it easier than ever to toggle tools, enable search, and interact with AI seamlessly.
  • 🛠️ Native Tool Calling Support (Experimental): Supported models can now call tools natively, reducing query latency and improving contextual responses. More enhancements coming soon!
  • 🔗 Exa Search Engine Integration: A new search provider has been added, allowing users to retrieve up-to-date and relevant information without leaving the chat interface.
  • 🌍 Localized Dates & Times: Date and time formats now match your system locale, ensuring a more natural, region-specific experience.
  • 📎 User Headers for External Embedding APIs: API calls to external embedding services now include user-related headers.
  • 🌍 "Always On" Web Search Toggle: A new option under Settings > Interface allows users to enable Web Search by default—transform Open WebUI into your go-to search engine, ensuring AI-powered results with every query.
  • 🚀 General Performance & Stability: Significant improvements across the platform for a faster, more reliable experience.
  • 🖼️ UI/UX Enhancements: Numerous design refinements improving readability, responsiveness, and accessibility.
  • 🌍 Improved Translations: Chinese, Korean, French, Ukrainian and Serbian translations have been updated with refined terminologies for better clarity.
Fixed
  • 🔄 OAuth Name Field Fallback: Resolves OAuth login failures by using the email field as a fallback when a name is missing.
  • 🔑 Google Drive Credentials Restriction: Ensures only authenticated users can access Google Drive credentials for enhanced security.
  • 🌐 DuckDuckGo Search Rate Limit Handling: Fixes issues where users would encounter 202 errors due to rate limits when using DuckDuckGo for web search.
  • 📁 File Upload Permission Indicator: Users are now notified when they lack permission to upload files, improving clarity on system restrictions.
  • 🔧 Max Tokens Issue: Fixes cases where 'max_tokens' were not applied correctly, ensuring proper model behavior.
  • 🔍 Validation for RAG Web Search URLs: Filters out invalid or unsupported URLs when using web-based retrieval augmentation.
  • 🖋️ Title Generation Bug: Fixes inconsistencies in title generation, ensuring proper chat organization.
Removed
  • ⚡ Deprecated Non-Web Worker Pyodide Execution: Moves entirely to browser sandboxing for better performance and security.

v0.5.7

Compare Source

Added
  • 🌍 Enhanced Internationalization (i18n): Refined and expanded translations for greater global accessibility and a smoother experience for international users.
Fixed
  • 🔗 Connection Model ID Resolution: Resolved an issue preventing model IDs from registering in connections.
  • 💡 Prefix ID for Ollama Connections: Fixed a bug where prefix IDs in Ollama connections were non-functional.
  • 🔧 Ollama Model Enable/Disable Functionality: Addressed the issue of enable/disable toggles not working for Ollama base models.
  • 🔒 RBAC Permissions for Tools and Models: Corrected incorrect Role-Based Access Control (RBAC) permissions for tools and models, ensuring that users now only access features according to their assigned privileges, enhancing security and role clarity.

v0.5.7

Compare Source

[0.5.7] - 2025-01-23
Added
  • 🌍 Enhanced Internationalization (i18n): Refined and expanded translations for greater global accessibility and a smoother experience for international users.
Fixed
  • 🔗 Connection Model ID Resolution: Resolved an issue preventing model IDs from registering in connections.
  • 💡 Prefix ID for Ollama Connections: Fixed a bug where prefix IDs in Ollama connections were non-functional.
  • 🔧 Ollama Model Enable/Disable Functionality: Addressed the issue of enable/disable toggles not working for Ollama base models.
  • 🔒 RBAC Permissions for Tools and Models: Corrected incorrect Role-Based Access Control (RBAC) permissions for tools and models, ensuring that users now only access features according to their assigned privileges, enhancing security and role clarity.

v0.5.6

Compare Source

Added
  • 🧠 Effortful Reasoning Control for OpenAI Models: Introduced the reasoning_effort parameter in chat controls for supported OpenAI models, enabling users to fine-tune how much cognitive effort a model dedicates to its responses, offering greater customization for complex queries and reasoning tasks.
Fixed
  • 🔄 Chat Controls Loading UI Bug: Resolved an issue where collapsible chat controls appeared as "loading," ensuring a smoother and more intuitive user experience for managing chat settings.
Changed
  • 🔧 Updated Ollama Model Creation: Revamped the Ollama model creation method to align with their new JSON payload format, ensuring seamless compatibility and more efficient model setup workflows.

v0.5.6

Compare Source

[0.5.6] - 2025-01-22
Added
  • 🧠 Effortful Reasoning Control for OpenAI Models: Introduced the reasoning_effort parameter in chat controls for supported OpenAI models, enabling users to fine-tune how much cognitive effort a model dedicates to its responses, offering greater customization for complex queries and reasoning tasks.
Fixed
  • 🔄 Chat Controls Loading UI Bug: Resolved an issue where collapsible chat controls appeared as "loading," ensuring a smoother and more intuitive user experience for managing chat settings.
Changed
  • 🔧 Updated Ollama Model Creation: Revamped the Ollama model creation method to align with their new JSON payload format, ensuring seamless compatibility and more efficient model setup workflows.

v0.5.5

Compare Source

Added
  • 🤔 Native 'Think' Tag Support: Introduced the new 'think' tag support that visually displays how long the model is thinking, omitting the reasoning content itself until the next turn. Ideal for creating a more streamlined and focused interaction experience.
  • 🖼️ Toggle Image Generation On/Off: In the chat input menu, you can now easily toggle image generation before initiating chats, providing greater control and flexibility to suit your needs.
  • 🔒 Chat Controls Permissions: Admins can now disable chat controls access for users, offering tighter management and customization over user interactions.
  • 🔍 Web Search & Image Generation Permissions: Easily disable web search and image generation for specific users, improving workflow governance and security for certain environments.
  • 🗂️ S3 and GCS Storage Provider Support: Scaled deployments now benefit from expanded storage options with Amazon S3 and Google Cloud Storage seamlessly integrated as providers.
  • 🎨 Enhanced Model Management: Reintroduced the ability to download and delete models directly in the admin models settings page to minimize user confusion and aid efficient model management.
  • 🔗 Improved Connection Handling: Enhanced backend to smoothly handle multiple identical base URLs, allowing more flexible multi-instance configurations with fewer hiccups.
  • ✨ General UI/UX Refinements: Numerous tweaks across the WebUI make navigation and usability even more user-friendly and intuitive.
  • 🌍 Translation Enhancements: Various translation updates ensure smoother and more polished interactions for international users.
Fixed
  • ⚡ MPS Functionality for Mac Users: Fixed MPS support, ensuring smooth performance and compatibility for Mac users leveraging MPS.
  • 📡 Ollama Connection Management: Resolved the issue where deleting all Ollama connections prevented adding new ones.
Changed
  • ⚙️ General Stability Refac: Backend refactoring delivers a more stable, robust platform.
  • 🖥️ Desktop App Preparations: Ongoing work to support the upcoming Open WebUI desktop app. Follow our progress and updates here: https://github.com/open-webui/desktop

v0.5.5

Compare Source

[0.5.5] - 2025-01-22
Added
  • 🤔 Native 'Think' Tag Support: Introduced the new 'think' tag support that visually displays how long the model is thinking, omitting the reasoning content itself until the next turn. Ideal for creating a more streamlined and focused interaction experience.
  • 🖼️ Toggle Image Generation On/Off: In the chat input menu, you can now easily toggle image generation before initiating chats, providing greater control and flexibility to suit your needs.
  • 🔒 Chat Controls Permissions: Admins can now disable chat controls access for users, offering tighter management and customization over user interactions.
  • 🔍 Web Search & Image Generation Permissions: Easily disable web search and image generation for specific users, improving workflow governance and security for certain environments.
  • 🗂️ S3 and GCS Storage Provider Support: Scaled deployments now benefit from expanded storage options with Amazon S3 and Google Cloud Storage seamlessly integrated as providers.
  • 🎨 Enhanced Model Management: Reintroduced the ability to download and delete models directly in the admin models settings page to minimize user confusion and aid efficient model management.
  • 🔗 Improved Connection Handling: Enhanced backend to smoothly handle multiple identical base URLs, allowing more flexible multi-instance configurations with fewer hiccups.
  • ✨ General UI/UX Refinements: Numerous tweaks across the WebUI make navigation and usability even more user-friendly and intuitive.
  • 🌍 Translation Enhancements: Various translation updates ensure smoother and more polished interactions for international users.
Fixed
  • ⚡ MPS Functionality for Mac Users: Fixed MPS support, ensuring smooth performance and compatibility for Mac users leveraging MPS.
  • 📡 Ollama Connection Management: Resolved the issue where deleting all Ollama connections prevented adding new ones.
Changed
  • ⚙️ General Stability Refac: Backend refactoring delivers a more stable, robust platform.
  • 🖥️ Desktop App Preparations: Ongoing work to support the upcoming Open WebUI desktop app. Follow our progress and updates here: https://github.com/open-webui/desktop
  • ChromaDB version update: chromadb has been updated to 0.6.2

v0.5.4

Compare Source

[0.5.4] - 2025-01-05
Added
  • 🔄 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.
Fixed
  • 🖼️ 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.
Changed
  • 🎛️ 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.

v0.5.4

Compare Source

Added
  • 🔄 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.
Fixed
  • 🖼️ 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.
Changed
  • 🎛️ 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.

v0.5.3

Compare Source

[0.5.3] - 2024-12-31
Added
  • 💬 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.
  • 🌍 Translation Enhancements: Updated and refined translations across multiple languages, providing a smoother experience for international users.
  • 📚 Improved Documentation: Expanded documentation on functions, including clearer guidance on function plugins and detailed instructions for migrating to v0.5. This ensures users can adapt and harness new updates more effectively. (https://docs.openwebui.com/features/plugin/)
Fixed
  • 🛠️ Ollama Parameters Respected: Resolved an issue where input parameters for Ollama were being ignored, ensuring precise and consistent model behavior.
  • 🔧 Function Plugin Outlet Hook Reliability: Fixed a bug causing issues with 'event_emitter' and outlet hooks in filter function plugins, guaranteeing smoother operation within custom extensions.
  • 🖋️ Weird Custom Status Descriptions: Adjusted the formatting and functionality for custom user statuses, ensuring they display correctly and intuitively.
  • 🔗 Restored API Functionality: Fixed a critical issue where APIs were not operational for certain configurations, ensuring uninterrupted access.
  • ⏳ Custom Pipe Function Completion: Resolved an issue where chats using specific custom pipe function plugins weren’t finishing properly, restoring consistent chat workflows.
  • ✅ General Stability Enhancements: Implemented various under-the-hood improvements to boost overall reliability, ensuring smoother and more consistent performance across the WebUI.

v0.5.3

Compare Source

Added
  • 💬 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.
  • 🌍 Translation Enhancements: Updated and refined translations across multiple languages, providing a smoother experience for international users.
  • 📚 Improved Documentation: Expanded documentation on functions, including clearer guidance on function plugins and detailed instructions for migrating to v0.5. This ensures users can adapt and harness new updates more effectively. (https://docs.openwebui.com/features/plugin/)
Fixed
  • 🛠️ Ollama Parameters Respected: Resolved an issue where input parameters for Ollama were being ignored, ensuring precise and consistent model behavior.
  • 🔧 Function Plugin Outlet Hook Reliability: Fixed a bug causing issues with 'event_emitter' and outlet hooks in filter function plugins, guaranteeing smoother operation within custom extensions.
  • 🖋️ Weird Custom Status Descriptions: Adjusted the formatting and functionality for custom user statuses, ensuring they display correctly and intuitively.
  • 🔗 Restored API Functionality: Fixed a critical issue where APIs were not operational for certain configurations, ensuring uninterrupted access.
  • ⏳ Custom Pipe Function Completion: Resolved an issue where chats using specific custom pipe function plugins weren’t finishing properly, restoring consis

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9e54ac8
Status: ✅  Deploy successful!
Preview URL: https://af237694.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ghcr-io-open-webui.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 3, 2025

--- kube/deploy/apps/open-webui/app Kustomization: flux-system/open-webui-app HelmRelease: open-webui/open-webui

+++ kube/deploy/apps/open-webui/app Kustomization: flux-system/open-webui-app HelmRelease: open-webui/open-webui

@@ -65,13 +65,13 @@

               WEBUI_URL: https://
             envFrom:
             - secretRef:
                 name: open-webui-secrets
             image:
               repository: ghcr.io/open-webui/open-webui
-              tag: 0.3.30@sha256:15eade1ea1ed2ccef43bb8a6f65b9cbe38db498e6e066272907f6356fa966823
+              tag: v0.5.18@sha256:e774a5e695890b990ec2aa2f83ff52ff41d1f3fa33df11207d2418a2bc89ac63
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 3, 2025

--- HelmRelease: open-webui/open-webui Deployment: open-webui/open-webui

+++ HelmRelease: open-webui/open-webui Deployment: open-webui/open-webui

@@ -97,13 +97,13 @@

           value: 'True'
         - name: WEBUI_URL
           value: https://
         envFrom:
         - secretRef:
             name: open-webui-secrets
-        image: ghcr.io/open-webui/open-webui:0.3.30@sha256:15eade1ea1ed2ccef43bb8a6f65b9cbe38db498e6e066272907f6356fa966823
+        image: ghcr.io/open-webui/open-webui:v0.5.18@sha256:e774a5e695890b990ec2aa2f83ff52ff41d1f3fa33df11207d2418a2bc89ac63
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants