- Python 3.10 compatibility and dependency updates - Change port of test server 5000 -> 5023 - Add *getpubzip* API method (https://github.com/tomgross/pcloud/issues/51) - Allow uploading BIG files by using MultipartEncoder of requests_toolbelt (https://github.com/tomgross/pcloud/issues/25, https://github.com/tomgross/pcloud/issues/44) - Log login process [tomgross]
1.0a10
-------------------
- State and test Python 3.9 support [tomgross] - OAuth 2.0 implementation [tomgross] - Implement more general methods [tomgross] - Implement get nearest api server [tomgross]
1.0a9
------------------
- Missing variable in output in case a directory already exists - Changed errors raised for makedirs - Do not raise an errors.DirectoryExists when recreate = True - Added examples to README [blasterspike]
- Fix parameter of downloadlink method [tomgross]
- Add more details on authentication error [yennicks]