X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/8c306eab5737f1d09c6f8d01f0de3ce02d3e3ed9..26fbaf40dce822accecc21a784c5731ddc206465:/snf-pithos-app/Changelog diff --git a/snf-pithos-app/Changelog b/snf-pithos-app/Changelog index 8b13789..d1be7d7 100644 --- a/snf-pithos-app/Changelog +++ b/snf-pithos-app/Changelog @@ -1 +1,40 @@ +Changelog +========= + +v0.10.0 +------ +* improve sql queries +* support for bulk operations (MOVE/COPY/DELETE) +* fix feedback response in case of URLError +* propagate actual astakos response error codes instead of 401 (Unauthorized) +* change backend to raise custom exceptions + +v0.9.7 +------ +* Delegate feedback post request to Identity Provider (astakos) + New setting *PITHOS_SERVICE_TOKEN* is required to be set for feedback to + work. +* Change API calls to include public objects in shared by me + +v0.9.6 +------ +* Backend umask support + +v0.9.5 +------ +* Calculate the length of the last block properly. + +v0.9.4 +------ +* Solve OOS API compatibility problems. +* add missing imports +* Send sharing notifications. +* Different queue message types use different keys. +* Add dispatcher function for updating object checksums asynchronously. +* Make checksum updates optional. + +v0.9.3 +------ +* Use cookie to get token when retrieving objects. +* Typo fixes.