Skip to content

Commit

Permalink
Merge pull request #69 from ThomasWaldmann/update-changes
Browse files Browse the repository at this point in the history
update CHANGES
  • Loading branch information
ThomasWaldmann authored Oct 1, 2024
2 parents 0921ee5 + e5d6ff6 commit d35df9e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
ChangeLog
=========

Version 0.0.5 2024-10-01
------------------------

Fixes:

- backend.create: only reject non-empty storage, #57
- backends.sftp: fix _mkdir edge case
- backends.sftp: raise BackendDoesNotExist if base path is not found

- rclone backend:

- don't error on create if source directory is empty, #57
- fix hang on termination, #54

New features:

- rclone backend: retry errors on load and store 3 times

Other changes:

- remove MStore for now, see commit 6a6fb334.
- refactor Store tests, add Store.set_levels method
- move types-requests to tox.ini, only needed for development


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

Expand Down

0 comments on commit d35df9e

Please sign in to comment.