Skip to content

Releases: upwork/python-upwork

v2.1.0

21 May 05:18
c7d2dc2
Compare
Choose a tag to compare
  • Set max_retries to zero

v2.0.1

18 Sep 14:46
a149f28
Compare
Choose a tag to compare
  • 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

26 May 05:47
7713741
Compare
Choose a tag to compare

Python 3 compatibility

v1.3.7

08 May 09:27
147fa24
Compare
Choose a tag to compare

Add Room Messages API

v1.3.6

21 Oct 11:48
19d4c89
Compare
Choose a tag to compare
  • Add Specialties API
  • Add Skills V2 API

v1.3.5

10 Aug 06:48
5b28f72
Compare
Choose a tag to compare
  • move from urllib3 1.25 to 1.24.2 because of the issue#37

v1.3.4

01 Aug 04:33
363feed
Compare
Choose a tag to compare
  • allow for custom ssl cert paths
  • allow specifying custom pool managers

v1.3.3

17 Jun 10:04
52976af
Compare
Choose a tag to compare
  • 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 to False

v1.3.2

10 Jun 09:12
Compare
Choose a tag to compare

Update urllib3 dependency to 1.25 (CVE-2019-11324)

v1.3.1

08 Feb 07:27
Compare
Choose a tag to compare
  • Fix broken get_workdiaries which returned empty response all the time after upgrading related API to V3