Releases: upwork/python-upwork
Releases · upwork/python-upwork
v2.1.0
v2.0.1
- Send Message to a Batch of Rooms API
- Milestones::delete was replaced with Milestones::deleteMilestone (breaking!)
- Fixed Workdays API
- Stop supporting deprecated Teamrooms API
- Migrate tests
- Bug fixes
v2.0.0
Python 3 compatibility
v1.3.7
Add Room Messages API
v1.3.6
- Add Specialties API
- Add Skills V2 API
v1.3.5
- move from urllib3 1.25 to 1.24.2 because of the issue#37
v1.3.4
- allow for custom ssl cert paths
- allow specifying custom pool managers
v1.3.3
- Fix Team_V3.get_workdiaries - parameters were not sent
- Default
timeout
parameter for urllib3 has been set to the maximum 8 seconds - The
retries
parameter for urllib3 has been set toFalse
v1.3.2
Update urllib3 dependency to 1.25 (CVE-2019-11324)
v1.3.1
- Fix broken get_workdiaries which returned empty response all the time after upgrading related API to V3