-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
51 lines (39 loc) · 1.02 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
0.2.0 (2019-12-11)
===================
* switch to boto3
0.1.1 (2019-10-15)
===================
* add ability to copy group permissions from one folder to another
0.1.0 (2019-09-05)
===================
* additional error handling
0.0.9 (2019-05-29)
===================
* handle empty folder in GetSessionsList
0.0.8 (2019-05-23)
===================
* add support for MoveSessions and GetSessionsList
0.0.7 (2019-04-30)
===================
* add wsdl caching abilities
0.0.6 (2019-01-14)
===================
* add get_folder endpoint
0.0.5 (2018-08-21)
===================
* compose xml manifest with lxml
0.0.4 (2018-06-07)
===================
* multipart uploads are completed in smaller chunks
* manifest files get unique names
0.0.3 (2018-05-27)
===================
* retrieve thumbnail url
0.0.2 (2018-05-22)
===================
* additional support for password-based authentication
0.0.1 (2018-01-19)
===================
* initial release
* basic upload and session api integration
* auth for password & application_key