Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Version 0.5.1 (2026-06-02)
--------------------------

New features:

- borgstore.server.rest: support REST http via stdio (so one can, for example,
invoke borgstore-server-rest --stdio via ssh). Speaks http over stdin/stdout,
stderr is used for log output.
- Store now supports "rest:" backend URLs:

- rest://user@host:port/relative/path - creates an ssh connection to a
remote system, starts a borgstore-server-rest process there with a posixfs
backend at ./relative/path on the remote system.
- rest:///relative/path - creates and connects to a borgstore-server-rest
process with a posixfs backend at ./relative/path on the local system,
without using ssh (good for testing).


Version 0.5.0 (2026-05-28)
--------------------------

Expand Down
Loading