1Changelog
2=========
3
40.6
5---
6
7- Added support to query arbitrary properties with file info and file listing [NikosChondros]
8- Added support for file operations within a public link [mrwunderbar666]
9
100.5
11---
12
13- Added "name" attribute for public links [PVince81]
14- Fixed deprecation warnings [Tilman Lüttje] [PVince81]
15- Added support sharing with federated users [remjg]
16- Fixed setup script for utf-8 paths [amicitas]
17- Fixed file mtime parsing issue [viraj96]
18- Add support for the server's DAV v2 endpoint [PVince81]
19- Remove support for ownCloud 8.1, 9.0 and 9.1 which are EOL [PVince81]
20
210.4
22---
23
24- Some code cleanup removing needless if statements [jamescooke]
25- Remove old session_mode [PVince81]
26- Set Depth to 0 in file_info call [PVince81]
27- Make subclassing of Client event easier with protected methods [bobatsar]
28
290.3
30---
31
32- Make subclassing of Client easier [bobatsar]
33- Add Depth param for recursive listing [bobatsar]
34- Add shared_with_me parameter to get_shares [bobatsar]
35- Link variable is now called url inside of shareinfo [SergioBertolinSG]
36- Python3 support [ethifus] [Blizzz]
37
380.2
39---
40
41- Webdav COPY support [individual-it]
42- Added API for federated sharing [nickvergessen]
43- Fix login issue in case of failed login [individual-it]
44- Added function to get capabilities [SergioBertolinSG]
45- Added subadmin APIs for provisioning API [svigneux]
46- Tests for provisioning API [individual-it]
47- Added provisioning API functions [jennifer]
48- Code cleanup / PEP8 formatting [jennifer]
49- Added status check function [soalhn]
50- Added share API functions [soalhn] [SergioBertolinSG]
51- Travis integration [Gomez]
52- Added session handling workaround for OC 5 [PVince81]
53- Fixed many issues related to unicode path names [PVince81]
54- Client now works properly on Windows [PVince81]
55
560.1
57---
58
59- Make python egg [PVince81]
60- Initial release [PVince81]
61