Skip to content

Commit 5555eb2

Browse files
update CHANGES
1 parent fd152fb commit 5555eb2

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGES.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
ChangeLog
22
=========
33

4+
Version 0.0.4 2024-09-22
5+
------------------------
6+
7+
- rclone: new backend to access any of the 100s of cloud backends rclone
8+
supports, needs rclone >= v1.57.0.
9+
10+
See the rclone docs for installing rclone and creating remotes.
11+
After that, borgstore will support URLs like:
12+
13+
- rclone://remote:
14+
- rclone://remote:path
15+
- rclone:///tmp/testdir (local fs, for testing)
16+
- Store.list: give up trying to do anything with a directory's "size"
17+
- .info / .list: return st.st_size for a directory "as is"
18+
- tests: BORGSTORE_TEST_RCLONE_URL to set rclone test URL
19+
- tests: allow BORGSTORE_TEST_*_URL into testenv to make tox work
20+
for testing sftp, rclone or other URLs.
21+
22+
423
Version 0.0.3 2024-09-17
524
------------------------
625

@@ -12,7 +31,7 @@ Version 0.0.3 2024-09-17
1231
- bandwidth emulation via BORGSTORE_BANDWIDTH [bit/s], #24
1332
- latency emulation via BORGSTORE_LATENCY [us], #24
1433
- fix demo code, also output stats
15-
- tests: BORGSTORE_TEST_SFTP_URL to set sftp test server
34+
- tests: BORGSTORE_TEST_SFTP_URL to set sftp test URL
1635

1736

1837
Version 0.0.2 2024-09-10

0 commit comments

Comments
 (0)