From 15e6ae9ab7192af206dc95e680d14a1ebd9d869b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Wed, 14 Jan 2026 10:42:24 +0100 Subject: [PATCH] Update CHANGELOG for version 0.1.1-alpha Improved upload reliability and adjusted client timeout for WebDAV. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe9a21..38db60d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. +## [0.1.1-alpha] - 2026-01-14 +### Fixed +- Improved upload reliability by spooling backup streams to a temporary file and uploading with Content-Length (avoids chunked WebDAV uploads that may cause reverse proxy 504 timeouts). +- Set a non-restrictive client timeout for WebDAV PUT requests to prevent client-side premature aborts on slow connections. + ## [0.1.0-alpha] - 2026-01-14 ### Added - Initial alpha release