Releases: tomgross/pcloud
Releases · tomgross/pcloud
Release 2.0
Breaking changes
- Remove file API methods,removed from pyCloud API too (see #104) [tomgross]
- Remove fs support as it does not seem to be maintained any more and it heavily based on file API methods
Changes
- Use
pyproject.tomlinstead ofsetup.py[tomgross] - Implement undocumented
search-method (#93) [tomgross] - Implement binary-protocol [tomgross]
- Switch to httpx [tomgross]
- Python compatibility 3.10-3.14 [tomgross]
Release 1.4
Tagging 1.4
Release 1.2
- Renamed repository to tomgross/pcloud
- Add test coverage reporting and Sonarqube checks
- replace cgi.FieldStorage by multipart in test server
- Implement methods:
sharefolder
1.1 Release
- Fix upload with int folderid #63
- Add pytest timeout and update testing dependencies
- Implement methods:
copyfile,downloadfileasync,setlanguage,getfeedback,diff&getfilehistory
1.0 Release 🚀
Final 1.0 release after several years of development and testing.