Skip to content

Commit

Permalink
Changelog [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Jul 31, 2024
1 parent e6b7e7e commit b0e7202
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.8
- Extended `RemoteStorage` to support adding `extra` to uploaded objects, as well as
customizing the extraction of the remote hash. This is especially useful for azure blobs
storage, since there the attribute `.hash` of the remote object doesn't coincide
with the md5 hash of the local file. Using the extra and retrieving the hash from the
metadata allows to circumvent this issue.


## 0.4.7
- In `RemoteStorage` now absolute paths can be passed to pull to reference a remote_path. The most convenient way of using this new option is to always pass an absolute path as local_base_path
-

## 0.4.4
- Fixed bugs in RemoteStorage related to name collisions and serialization.
- Enhanced tests for RemoteStorage
Expand Down

0 comments on commit b0e7202

Please sign in to comment.