root / snf-pithos-app / Changelog @ 591e1df0
History | View | Annotate | Download (1.2 kB)
1 |
Changelog |
---|---|
2 |
========= |
3 |
|
4 |
v0.14.0 |
5 |
------ |
6 |
* settings *PITHOS_BACKEND_POOL_SIZE* |
7 |
* setting *PITHOS_UPDATE_MD5* is set to False by default |
8 |
|
9 |
v0.13.0 |
10 |
------ |
11 |
* settings *PITHOS_PROXY_USER_SERVICES*, *PITHOS_USER_CATALOG_URL*, *PITHOS_USER_FEEDBACK_URL*, |
12 |
*PITHOS_USER_LOGIN_URL* should be set |
13 |
|
14 |
v0.10.0 |
15 |
------ |
16 |
* improve sql queries |
17 |
* support for bulk operations (MOVE/COPY/DELETE) |
18 |
* fix feedback response in case of URLError |
19 |
* propagate actual astakos response error codes instead of 401 (Unauthorized) |
20 |
* change backend to raise custom exceptions |
21 |
|
22 |
v0.9.7 |
23 |
------ |
24 |
* Delegate feedback post request to Identity Provider (astakos) |
25 |
New setting *PITHOS_SERVICE_TOKEN* is required to be set for feedback to |
26 |
work. |
27 |
* Change API calls to include public objects in shared by me |
28 |
|
29 |
v0.9.6 |
30 |
------ |
31 |
* Backend umask support |
32 |
|
33 |
v0.9.5 |
34 |
------ |
35 |
* Calculate the length of the last block properly. |
36 |
|
37 |
v0.9.4 |
38 |
------ |
39 |
* Solve OOS API compatibility problems. |
40 |
* add missing imports |
41 |
* Send sharing notifications. |
42 |
* Different queue message types use different keys. |
43 |
* Add dispatcher function for updating object checksums asynchronously. |
44 |
* Make checksum updates optional. |
45 |
|
46 |
v0.9.3 |
47 |
------ |
48 |
* Use cookie to get token when retrieving objects. |
49 |
* Typo fixes. |
50 |
|