Merge branch 'master' of https://code.grnet.gr/git/pithos
[pithos] / snf-pithos-app / Changelog
index 8b13789..d1be7d7 100644 (file)
@@ -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.