Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / Changelog @ cb787cc4

History | View | Annotate | Download (949 Bytes)

1
Changelog
2
=========
3

    
4
v0.10.0
5
------
6
* improve sql queries
7
* support for bulk operations (MOVE/COPY/DELETE)
8
* fix feedback response in case of URLError
9
* propagate actual astakos response error codes instead of 401 (Unauthorized)
10
* change backend to raise custom exceptions
11

    
12
v0.9.7
13
------
14
* Delegate feedback post request to Identity Provider (astakos)
15
  New setting *PITHOS_SERVICE_TOKEN* is required to be set for feedback to 
16
  work.
17
* Change API calls to include public objects in shared by me
18

    
19
v0.9.6
20
------
21
* Backend umask support
22

    
23
v0.9.5
24
------
25
* Calculate the length of the last block properly. 
26

    
27
v0.9.4
28
------
29
* Solve OOS API compatibility problems.
30
* add missing imports
31
* Send sharing notifications.
32
* Different queue message types use different keys.
33
* Add dispatcher function for updating object checksums asynchronously.
34
* Make checksum updates optional.
35

    
36
v0.9.3
37
------
38
* Use cookie to get token when retrieving objects.
39
* Typo fixes.
40