From 693cd77576b7c30df36b5c0c8f7a564fe62e455a Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 19 Aug 2026 09:17:18 +0000 Subject: [PATCH] Archive older 1.0 release notes --- docs/releases/1.0.md | 28 ++++++++++++++++++++++++++++ updates.md | 28 ---------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/releases/1.0.md b/docs/releases/1.0.md index 17a7bf67..328779c6 100644 --- a/docs/releases/1.0.md +++ b/docs/releases/1.0.md @@ -2,6 +2,34 @@ This document contains earlier published releases from the 1.0 line of the [current Self-hosted LiveSync release history](../../updates.md). Beta and release-candidate builds published before 1.0.0 are recorded in the [1.0 preview history](1.0-previews.md). Earlier release lines continue in the [0.25 history](0.25.md) and the [legacy history](legacy.md). +## 1.0.11 + +9th August, 2026 + +### Setup and compatibility + +#### Fixed + +- Fast Setup now uses Standard Fetch when CouchDB's 'Use Internal API' setting is enabled, avoiding a streaming request path which Obsidian's buffered API cannot support (#1020). + - Custom headers alone continue to use Fast Fetch when browser CORS permits them; Standard Fetch clears any obsolete Fast Fetch checkpoint after resetting the local database. + +### Synchronisation and storage + +#### Fixed + +- Fractional file timestamps no longer cause affected mobile clients to crash after synchronisation (#1087, PR #1039). Thank you to @andrewleech for the contribution! + - Timestamps are now normalised in the command-line tool and before Obsidian's native file-system writes. + +## 1.0.10 + +9th August, 2026 + +### Setup and compatibility + +#### Fixed + +- Fast Setup now sends configured CouchDB custom headers with every changes-feed request, allowing reverse proxies such as Cloudflare Access to authenticate initial setup in the same way as ordinary synchronisation ([Commonlib PR #82](https://github.com/vrtmrz/livesync-commonlib/pull/82)). Thank you to @nimula for the contribution! + ## 1.0.9 8th August, 2026 diff --git a/updates.md b/updates.md index 1b6095b4..e55c2e91 100644 --- a/updates.md +++ b/updates.md @@ -87,31 +87,3 @@ Thank you for your patience. At last, it looks as though we can clear some of th - One-shot CouchDB replication now closes its temporary remote database after each run and before retrying, preventing inactive PouchDB instances from accumulating during long-running periodic synchronisation (Commonlib PR #75). Thank you to @apple-ouyang for the contribution! - Start-up and recovery scans now keep failed database-to-Vault writes retryable instead of recording them as successful and later mistaking the still-missing file for a local deletion (Commonlib PR #106). - Files over the size limit or in conflict remain deliberately skipped, while actual write failures are reported to Fast Setup, CLI mirror, and daemon callers. - -## 1.0.11 - -9th August, 2026 - -### Setup and compatibility - -#### Fixed - -- Fast Setup now uses Standard Fetch when CouchDB's 'Use Internal API' setting is enabled, avoiding a streaming request path which Obsidian's buffered API cannot support (#1020). - - Custom headers alone continue to use Fast Fetch when browser CORS permits them; Standard Fetch clears any obsolete Fast Fetch checkpoint after resetting the local database. - -### Synchronisation and storage - -#### Fixed - -- Fractional file timestamps no longer cause affected mobile clients to crash after synchronisation (#1087, PR #1039). Thank you to @andrewleech for the contribution! - - Timestamps are now normalised in the command-line tool and before Obsidian's native file-system writes. - -## 1.0.10 - -9th August, 2026 - -### Setup and compatibility - -#### Fixed - -- Fast Setup now sends configured CouchDB custom headers with every changes-feed request, allowing reverse proxies such as Cloudflare Access to authenticate initial setup in the same way as ordinary synchronisation ([Commonlib PR #82](https://github.com/vrtmrz/livesync-commonlib/pull/82)). Thank you to @nimula for the contribution!