chore: bump

This commit is contained in:
Timothy Jaeryang Baek
2026-01-10 00:40:37 +04:00
parent 8646aebaab
commit c4de5ea50c
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.7.1] - 2026-01-09
### Fixed
- ⚡ **Improved reliability for low-spec and SQLite deployments.** Fixed page timeouts by disabling database session sharing by default, improving stability for resource-constrained environments. Users can re-enable via `DATABASE_ENABLE_SESSION_SHARING=true` if needed. [#20520](https://github.com/open-webui/open-webui/issues/20520)
## [0.7.0] - 2026-01-09
### Added
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "open-webui",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {
"@azure/msal-browser": "^4.5.0",
"@codemirror/lang-javascript": "^6.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",