From 1ef2955d002e187c8bb1aac7663bf9949c166475 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sat, 25 Apr 2026 16:51:37 +0900 Subject: [PATCH] - Fixed a worker-side recursion issue that could raise `Maximum call stack size exceeded` during chunk splitting (related: #855). - Improved background worker crash cleanup so pending split/encryption tasks are released cleanly instead of being left in a waiting state (related: #855). - On start-up, the selected remote configuration is now applied to runtime connection fields as well, reducing intermittent authentication failures caused by stale runtime settings (related: #855). Co-authored-by: Copilot --- src/lib | 2 +- updates.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib b/src/lib index dd48d97..54408cd 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit dd48d97e712e16ed5262b6cde937fc41416a2b6f +Subproject commit 54408cd882b0f3534734ef9be17fdfd087a62c1d diff --git a/updates.md b/updates.md index 24634a3..db215ed 100644 --- a/updates.md +++ b/updates.md @@ -8,6 +8,9 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid ### Fixed - No longer credentials are broken during object storage configuration (related: #852). +- Fixed a worker-side recursion issue that could raise `Maximum call stack size exceeded` during chunk splitting (related: #855). +- Improved background worker crash cleanup so pending split/encryption tasks are released cleanly instead of being left in a waiting state (related: #855). +- On start-up, the selected remote configuration is now applied to runtime connection fields as well, reducing intermittent authentication failures caused by stale runtime settings (related: #855). ## 0.25.57