[PR #22121] [MERGED] 0.8.7 #130160

Closed
opened 2026-05-21 13:55:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22121
Author: @tjbck
Created: 3/2/2026
Status: Merged
Merged: 3/2/2026
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (8)

  • 6863ca4 perf: use rAF to debounce getContents() during streaming
  • 860a0b4 Merge pull request #22111 from Algorithm5838/perf/debounce-get-contents
  • fe837d8 fix: pass params when saving a temporary chat
  • 702906a Merge pull request #22119 from Algorithm5838/fix/save-temp-chat-params
  • a9e9fe7 fix: fix memory leaking of ChatControls (#22112)
  • 2751a0f refac
  • d1dd449 doc: changelog
  • 832d018 chore: format

📊 Changes

6 files changed (+73 additions, -51 deletions)

View changed files

📝 CHANGELOG.md (+9 -0)
📝 backend/open_webui/utils/access_control/__init__.py (+2 -5)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/chat/Chat.svelte (+7 -1)
📝 src/lib/components/chat/ChatControls.svelte (+52 -42)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/22121 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`6863ca4`](https://github.com/open-webui/open-webui/commit/6863ca482c8bda5e4dd89212a2969ec2daecb3d3) perf: use rAF to debounce getContents() during streaming - [`860a0b4`](https://github.com/open-webui/open-webui/commit/860a0b414e74a95b3504a54951e2dffa11093525) Merge pull request #22111 from Algorithm5838/perf/debounce-get-contents - [`fe837d8`](https://github.com/open-webui/open-webui/commit/fe837d80e78ef2efa84d87b8e3852179335bca5f) fix: pass params when saving a temporary chat - [`702906a`](https://github.com/open-webui/open-webui/commit/702906aee7a10e71e24bd53d97c555496f136f0c) Merge pull request #22119 from Algorithm5838/fix/save-temp-chat-params - [`a9e9fe7`](https://github.com/open-webui/open-webui/commit/a9e9fe7899d9db3061032b060ffe9b9349259468) fix: fix memory leaking of ChatControls (#22112) - [`2751a0f`](https://github.com/open-webui/open-webui/commit/2751a0f0b64b8a58b89b9fc275e81fa5424d5b01) refac - [`d1dd449`](https://github.com/open-webui/open-webui/commit/d1dd449f63a1c95965a183ba00939a0c6436f577) doc: changelog - [`832d018`](https://github.com/open-webui/open-webui/commit/832d0181b6e90ac94d82d6f9849f86b6dcac5a4f) chore: format ### 📊 Changes **6 files changed** (+73 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -0) 📝 `backend/open_webui/utils/access_control/__init__.py` (+2 -5) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/chat/Chat.svelte` (+7 -1) 📝 `src/lib/components/chat/ChatControls.svelte` (+52 -42) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 13:55:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#130160