Statistics
| Branch: | Tag: | Revision:

root / docs / older / Changelog.pithos-app @ 5ede2c79

History | View | Annotate | Download (1.1 kB)

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

    
4
v0.13.0
5
------
6
* settings *PITHOS_PROXY_USER_SERVICES*, *PITHOS_USER_CATALOG_URL*, *PITHOS_USER_FEEDBACK_URL*,
7
*PITHOS_USER_LOGIN_URL* should be set
8

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

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

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

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

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

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