Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Sep 22, 2024
1 parent fd152fb commit 5555eb2
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
ChangeLog
=========

Version 0.0.4 2024-09-22
------------------------

- rclone: new backend to access any of the 100s of cloud backends rclone
supports, needs rclone >= v1.57.0.

See the rclone docs for installing rclone and creating remotes.
After that, borgstore will support URLs like:

- rclone://remote:
- rclone://remote:path
- rclone:///tmp/testdir (local fs, for testing)
- Store.list: give up trying to do anything with a directory's "size"
- .info / .list: return st.st_size for a directory "as is"
- tests: BORGSTORE_TEST_RCLONE_URL to set rclone test URL
- tests: allow BORGSTORE_TEST_*_URL into testenv to make tox work
for testing sftp, rclone or other URLs.


Version 0.0.3 2024-09-17
------------------------

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


Version 0.0.2 2024-09-10
Expand Down

0 comments on commit 5555eb2

Please sign in to comment.