Update image ghcr.io/open-webui/open-webui to v0.3.23 #622

Merged
jahanson merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-09-21 05:50:56 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch 0.3.21 -> v0.3.23

Release Notes

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

v0.3.23

Compare Source

[0.3.23] - 2024-09-21

Added
  • 🚀 WebSocket Redis Support: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI.
  • 🔧 Adjustable Chat Controls: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface.
  • 🌎 i18n Updates: Improved and updated the Chinese translations.
Fixed
  • 🌐 Task Model Unloading Issue: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution.
  • 📝 Title Generation Fix for OpenAI Compatible APIs: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers.
  • 🗃️ RAG Duplicate Collection Issue: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage.
  • 🖼️ Image Generation Enhancement: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience.
  • 🔓 Downgrade Authlib: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality.
Changed
  • 🔍 Improved Message Interaction: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction.
  • Styling Refactor: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform.

v0.3.23

Compare Source

Added
  • 🚀 WebSocket Redis Support: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI.
  • 🔧 Adjustable Chat Controls: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface.
  • 🌎 i18n Updates: Improved and updated the Chinese translations.
Fixed
  • 🌐 Task Model Unloading Issue: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution.
  • 📝 Title Generation Fix for OpenAI Compatible APIs: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers.
  • 🗃️ RAG Duplicate Collection Issue: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage.
  • 🖼️ Image Generation Enhancement: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience.
  • 🔓 Downgrade Authlib: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality.
Changed
  • 🔍 Improved Message Interaction: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction.
  • Styling Refactor: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform.

v0.3.22

Compare Source

[0.3.22] - 2024-09-19

Added
  • Chat Overview: Introducing a node-based interactive messages diagram for improved visualization of conversation flows.
  • 🔗 Multiple Vector DB Support: Now supports multiple vector databases, including the newly added Milvus support. Community contributions for additional database support are highly encouraged!
  • 📡 Experimental Non-Stream Chat Completion: Experimental feature allowing the use of OpenAI o1 models, which do not support streaming, ensuring more versatile model deployment.
  • 🔍 Experimental Colbert-AI Reranker Integration: Added support for "jinaai/jina-colbert-v2" as a reranker, enhancing search relevance and accuracy. Note: it may not function at all on low-spec computers.
  • 🕸️ ENABLE_WEBSOCKET_SUPPORT: Added environment variable for instances to ignore websocket upgrades, stabilizing connections on platforms with websocket issues.
  • 🔊 Azure Speech Service Integration: Added support for Azure Speech services for Text-to-Speech (TTS).
  • 🎚️ Customizable Playback Speed: Playback speed control is now available in Call mode settings, allowing users to adjust audio playback speed to their preferences.
  • 🧠 Enhanced Error Messaging: System now displays helpful error messages directly to users during chat completion issues.
  • 📂 Save Model as Transparent PNG: Model profile images are now saved as PNGs, supporting transparency and improving visual integration.
  • 📱 iPhone Compatibility Adjustments: Added padding to accommodate the iPhone navigation bar, improving UI display on these devices.
  • 🔗 Secure Response Headers: Implemented security response headers, bolstering web application security.
  • 🔧 Enhanced AUTOMATIC1111 Settings: Users can now configure 'CFG Scale', 'Sampler', and 'Scheduler' parameters directly in the admin settings, enhancing workflow flexibility without source code modifications.
  • 🌍 i18n Updates: Enhanced translations for Chinese, Ukrainian, Russian, and French, fostering a better localized experience.
Fixed
  • 🛠️ Chat Message Deletion: Resolved issues with chat message deletion, ensuring a smoother user interaction and system stability.
  • 🔢 Ordered List Numbering: Fixed the incorrect ordering in lists.
Changed
  • 🎨 Transparent Icon Handling: Allowed model icons to be displayed on transparent backgrounds, improving UI aesthetics.
  • 📝 Improved RAG Template: Enhanced Retrieval-Augmented Generation template, optimizing context handling and error checking for more precise operation.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​thiswillbeyourgithub, @​moblangeois, @​EtiennePerot, @​KarlLee830, @​Liuzhch1, @​sebdanielsson, @​FINNSEEFLY, @​phil-ogb, @​OriginalSimon, @​cheahjs, @​khanh-alice, @​zabirauf, @​aleixdorca, @​afritzler, @​Bazsalanszky, @​Peter-De-Ath, @​msurma, @​pascallim, @​mjbommar

🚀 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, @​lukepiette, @​arcee-ai, @​roosi-gmbh, @​calabresefrj, @​mushmax, @​rndmcnlly, @​HuaMedicineLLM, @​GenieDev101, @​PortlandKyGuy

v0.3.22

Compare Source

Added
  • Chat Overview: Introducing a node-based interactive messages diagram for improved visualization of conversation flows.
  • 🔗 Multiple Vector DB Support: Now supports multiple vector databases, including the newly added Milvus support. Community contributions for additional database support are highly encouraged!
  • 📡 Experimental Non-Stream Chat Completion: Experimental feature allowing the use of OpenAI o1 models, which do not support streaming, ensuring more versatile model deployment.
  • 🔍 Experimental Colbert-AI Reranker Integration: Added support for "jinaai/jina-colbert-v2" as a reranker, enhancing search relevance and accuracy. Note: it may not function at all on low-spec computers.
  • 🕸️ ENABLE_WEBSOCKET_SUPPORT: Added environment variable for instances to ignore websocket upgrades, stabilizing connections on platforms with websocket issues.
  • 🔊 Azure Speech Service Integration: Added support for Azure Speech services for Text-to-Speech (TTS).
  • 🎚️ Customizable Playback Speed: Playback speed control is now available in Call mode settings, allowing users to adjust audio playback speed to their preferences.
  • 🧠 Enhanced Error Messaging: System now displays helpful error messages directly to users during chat completion issues.
  • 📂 Save Model as Transparent PNG: Model profile images are now saved as PNGs, supporting transparency and improving visual integration.
  • 📱 iPhone Compatibility Adjustments: Added padding to accommodate the iPhone navigation bar, improving UI display on these devices.
  • 🔗 Secure Response Headers: Implemented security response headers, bolstering web application security.
  • 🔧 Enhanced AUTOMATIC1111 Settings: Users can now configure 'CFG Scale', 'Sampler', and 'Scheduler' parameters directly in the admin settings, enhancing workflow flexibility without source code modifications.
  • 🌍 i18n Updates: Enhanced translations for Chinese, Ukrainian, Russian, and French, fostering a better localized experience.
Fixed
  • 🛠️ Chat Message Deletion: Resolved issues with chat message deletion, ensuring a smoother user interaction and system stability.
  • 🔢 Ordered List Numbering: Fixed the incorrect ordering in lists.
Changed
  • 🎨 Transparent Icon Handling: Allowed model icons to be displayed on transparent backgrounds, improving UI aesthetics.
  • 📝 Improved RAG Template: Enhanced Retrieval-Augmented Generation template, optimizing context handling and error checking for more precise operation.

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 this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/open-webui/open-webui](https://github.com/open-webui/open-webui) | patch | `0.3.21` -> `v0.3.23` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.23`](https://github.com/open-webui/open-webui/releases/tag/v0.3.23) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.23...v0.3.23) #### \[0.3.23] - 2024-09-21 ##### Added - **🚀 WebSocket Redis Support**: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI. - **🔧 Adjustable Chat Controls**: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface. - **🌎 i18n Updates**: Improved and updated the Chinese translations. ##### Fixed - **🌐 Task Model Unloading Issue**: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution. - **📝 Title Generation Fix for OpenAI Compatible APIs**: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers. - **🗃️ RAG Duplicate Collection Issue**: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage. - **🖼️ Image Generation Enhancement**: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience. - **🔓 Downgrade Authlib**: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality. ##### Changed - **🔍 Improved Message Interaction**: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction. - **✨ Styling Refactor**: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform. ### [`v0.3.23`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0323---2024-09-21) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.22...v0.3.23) ##### Added - **🚀 WebSocket Redis Support**: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI. - **🔧 Adjustable Chat Controls**: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface. - **🌎 i18n Updates**: Improved and updated the Chinese translations. ##### Fixed - **🌐 Task Model Unloading Issue**: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution. - **📝 Title Generation Fix for OpenAI Compatible APIs**: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers. - **🗃️ RAG Duplicate Collection Issue**: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage. - **🖼️ Image Generation Enhancement**: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience. - **🔓 Downgrade Authlib**: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality. ##### Changed - **🔍 Improved Message Interaction**: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction. - **✨ Styling Refactor**: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform. ### [`v0.3.22`](https://github.com/open-webui/open-webui/releases/tag/v0.3.22) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.22...v0.3.22) #### \[0.3.22] - 2024-09-19 ##### Added - **⭐ Chat Overview**: Introducing a node-based interactive messages diagram for improved visualization of conversation flows. - **🔗 Multiple Vector DB Support**: Now supports multiple vector databases, including the newly added Milvus support. Community contributions for additional database support are highly encouraged! - **📡 Experimental Non-Stream Chat Completion**: Experimental feature allowing the use of OpenAI o1 models, which do not support streaming, ensuring more versatile model deployment. - **🔍 Experimental Colbert-AI Reranker Integration**: Added support for "jinaai/jina-colbert-v2" as a reranker, enhancing search relevance and accuracy. Note: it may not function at all on low-spec computers. - **🕸️ ENABLE_WEBSOCKET_SUPPORT**: Added environment variable for instances to ignore websocket upgrades, stabilizing connections on platforms with websocket issues. - **🔊 Azure Speech Service Integration**: Added support for Azure Speech services for Text-to-Speech (TTS). - **🎚️ Customizable Playback Speed**: Playback speed control is now available in Call mode settings, allowing users to adjust audio playback speed to their preferences. - **🧠 Enhanced Error Messaging**: System now displays helpful error messages directly to users during chat completion issues. - **📂 Save Model as Transparent PNG**: Model profile images are now saved as PNGs, supporting transparency and improving visual integration. - **📱 iPhone Compatibility Adjustments**: Added padding to accommodate the iPhone navigation bar, improving UI display on these devices. - **🔗 Secure Response Headers**: Implemented security response headers, bolstering web application security. - **🔧 Enhanced AUTOMATIC1111 Settings**: Users can now configure 'CFG Scale', 'Sampler', and 'Scheduler' parameters directly in the admin settings, enhancing workflow flexibility without source code modifications. - **🌍 i18n Updates**: Enhanced translations for Chinese, Ukrainian, Russian, and French, fostering a better localized experience. ##### Fixed - **🛠️ Chat Message Deletion**: Resolved issues with chat message deletion, ensuring a smoother user interaction and system stability. - **🔢 Ordered List Numbering**: Fixed the incorrect ordering in lists. ##### Changed - **🎨 Transparent Icon Handling**: Allowed model icons to be displayed on transparent backgrounds, improving UI aesthetics. - **📝 Improved RAG Template**: Enhanced Retrieval-Augmented Generation template, optimizing context handling and error checking for more precise operation. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;thiswillbeyourgithub](https://github.com/thiswillbeyourgithub), [@&#8203;moblangeois](https://github.com/moblangeois), [@&#8203;EtiennePerot](https://github.com/EtiennePerot), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;Liuzhch1](https://github.com/Liuzhch1), [@&#8203;sebdanielsson](https://github.com/sebdanielsson), [@&#8203;FINNSEEFLY](https://github.com/FINNSEEFLY), [@&#8203;phil-ogb](https://github.com/phil-ogb), [@&#8203;OriginalSimon](https://github.com/OriginalSimon), [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;khanh-alice](https://github.com/khanh-alice), [@&#8203;zabirauf](https://github.com/zabirauf), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;afritzler](https://github.com/afritzler), [@&#8203;Bazsalanszky](https://github.com/Bazsalanszky), [@&#8203;Peter-De-Ath](https://github.com/Peter-De-Ath), [@&#8203;msurma](https://github.com/msurma), [@&#8203;pascallim](https://github.com/pascallim), [@&#8203;mjbommar](https://github.com/mjbommar) 🚀 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!): [@&#8203;digitalbrainowners](https://github.com/digitalbrainowners), [@&#8203;lukepiette](https://github.com/lukepiette), [@&#8203;arcee-ai](https://github.com/arcee-ai), [@&#8203;roosi-gmbh](https://github.com/roosi-gmbh), [@&#8203;calabresefrj](https://github.com/calabresefrj), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;HuaMedicineLLM](https://github.com/HuaMedicineLLM), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;PortlandKyGuy](https://github.com/PortlandKyGuy) ### [`v0.3.22`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0322---2024-09-19) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.21...v0.3.22) ##### Added - **⭐ Chat Overview**: Introducing a node-based interactive messages diagram for improved visualization of conversation flows. - **🔗 Multiple Vector DB Support**: Now supports multiple vector databases, including the newly added Milvus support. Community contributions for additional database support are highly encouraged! - **📡 Experimental Non-Stream Chat Completion**: Experimental feature allowing the use of OpenAI o1 models, which do not support streaming, ensuring more versatile model deployment. - **🔍 Experimental Colbert-AI Reranker Integration**: Added support for "jinaai/jina-colbert-v2" as a reranker, enhancing search relevance and accuracy. Note: it may not function at all on low-spec computers. - **🕸️ ENABLE_WEBSOCKET_SUPPORT**: Added environment variable for instances to ignore websocket upgrades, stabilizing connections on platforms with websocket issues. - **🔊 Azure Speech Service Integration**: Added support for Azure Speech services for Text-to-Speech (TTS). - **🎚️ Customizable Playback Speed**: Playback speed control is now available in Call mode settings, allowing users to adjust audio playback speed to their preferences. - **🧠 Enhanced Error Messaging**: System now displays helpful error messages directly to users during chat completion issues. - **📂 Save Model as Transparent PNG**: Model profile images are now saved as PNGs, supporting transparency and improving visual integration. - **📱 iPhone Compatibility Adjustments**: Added padding to accommodate the iPhone navigation bar, improving UI display on these devices. - **🔗 Secure Response Headers**: Implemented security response headers, bolstering web application security. - **🔧 Enhanced AUTOMATIC1111 Settings**: Users can now configure 'CFG Scale', 'Sampler', and 'Scheduler' parameters directly in the admin settings, enhancing workflow flexibility without source code modifications. - **🌍 i18n Updates**: Enhanced translations for Chinese, Ukrainian, Russian, and French, fostering a better localized experience. ##### Fixed - **🛠️ Chat Message Deletion**: Resolved issues with chat message deletion, ensuring a smoother user interaction and system stability. - **🔢 Ordered List Numbering**: Fixed the incorrect ordering in lists. ##### Changed - **🎨 Transparent Icon Handling**: Allowed model icons to be displayed on transparent backgrounds, improving UI aesthetics. - **📝 Improved RAG Template**: Enhanced Retrieval-Augmented Generation template, optimizing context handling and error checking for more precise operation. </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44OC4yIiwidXBkYXRlZEluVmVyIjoiMzguOTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
smeagol-help force-pushed renovate/ghcr.io-open-webui-open-webui-0.x from 47ec7a2558 to e286e7e88f 2024-09-20 22:02:41 -05:00 Compare
smeagol-help changed title from Update image ghcr.io/open-webui/open-webui to v0.3.22 to Update image ghcr.io/open-webui/open-webui to v0.3.23 2024-09-20 22:02:42 -05:00
jahanson merged commit eb0b46c2ca into main 2024-09-21 05:50:56 -05:00
jahanson deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-09-21 05:50:56 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/theshire#622
No description provided.