Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / Changelog @ 27932481

History | View | Annotate | Download (1.1 kB)

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

    
4
v0.13.0
5
------
6
* setting *PITHOS_SERVICE_TOKEN* is no longer required for feedback to work
7
* settings *PITHOS_PROXY_USER_SERVICES*, *PITHOS_USER_CATALOG_URL*, *PITHOS_USER_FEEDBACK_URL*,
8
*PITHOS_USER_LOGIN_URL* should be set
9

    
10
v0.10.0
11
------
12
* improve sql queries
13
* support for bulk operations (MOVE/COPY/DELETE)
14
* fix feedback response in case of URLError
15
* propagate actual astakos response error codes instead of 401 (Unauthorized)
16
* change backend to raise custom exceptions
17

    
18
v0.9.7
19
------
20
* Delegate feedback post request to Identity Provider (astakos)
21
  New setting *PITHOS_SERVICE_TOKEN* is required to be set for feedback to
22
  work.
23
* Change API calls to include public objects in shared by me
24

    
25
v0.9.6
26
------
27
* Backend umask support
28

    
29
v0.9.5
30
------
31
* Calculate the length of the last block properly.
32

    
33
v0.9.4
34
------
35
* Solve OOS API compatibility problems.
36
* add missing imports
37
* Send sharing notifications.
38
* Different queue message types use different keys.
39
* Add dispatcher function for updating object checksums asynchronously.
40
* Make checksum updates optional.
41

    
42
v0.9.3
43
------
44
* Use cookie to get token when retrieving objects.
45
* Typo fixes.
46