Skip to content

Releases: stanislavulrych/tempo-api-python-client

v0.10.0

15 Nov 08:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

06 Nov 16:11
6ed9bd9
Compare
Choose a tag to compare

What's Changed

  • only call response.json() if response content is not empty by @Darkdragon84 in #23
  • Added create and update functions for customer and account records by @lmorroni in #25

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

15 Jun 07:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

29 Apr 06:42
Compare
Choose a tag to compare

Bugfixes:

  • get_team_memberships takes param teamId #17

v0.7.2

21 Apr 07:31
Compare
Choose a tag to compare

Bugfixes:

  • using param projectKey in get_worklogs raises Exception #15

v0.7.1

18 Jan 21:47
Compare
Choose a tag to compare

Bugfixes:

  • Fixed create & update plans

v0.7.0

21 Nov 22:12
Compare
Choose a tag to compare

Features:

  • Added version 4 of Tempo API and added Tempo planner functions

Compability Notes:

  • client.Tempo renamed to client_v3.Tempo

v0.6.0

v0.5.1

04 Jan 19:00
Compare
Choose a tag to compare
v0.5.1

v0.5.0

30 Nov 21:34
Compare
Choose a tag to compare
  • feat(restclient): improved error handling in request