Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / Changelog @ f3f35d05

History | View | Annotate | Download (1.1 kB)

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

    
4
v0.14.0
5
------
6
* settings *PITHOS_BACKEND_POOL_SIZE*
7

    
8
v0.13.0
9
------
10
* settings *PITHOS_PROXY_USER_SERVICES*, *PITHOS_USER_CATALOG_URL*, *PITHOS_USER_FEEDBACK_URL*,
11
*PITHOS_USER_LOGIN_URL* should be set
12

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

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

    
28
v0.9.6
29
------
30
* Backend umask support
31

    
32
v0.9.5
33
------
34
* Calculate the length of the last block properly.
35

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

    
45
v0.9.3
46
------
47
* Use cookie to get token when retrieving objects.
48
* Typo fixes.
49