Files
owncloud-backup-ha/CHANGELOG.md
René Bachmann 15e6ae9ab7 Update CHANGELOG for version 0.1.1-alpha
Improved upload reliability and adjusted client timeout for WebDAV.
2026-01-14 10:42:24 +01:00

24 lines
1.0 KiB
Markdown

# Changelog
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
- ownCloud Classic WebDAV backup agent for Home Assistant
- Backup upload, list, download/restore, and delete via Home Assistant UI
- Automatic DAV endpoint detection:
- `/remote.php/dav/files/<user>/`
- `/remote.php/webdav/`
- Support for app passwords and standard credentials (2FA compatible)
- Metadata sidecar (`.json`) with fallback listing from `.tar` properties
- HACS compatible repository structure
- English UI strings and documentation