Releases: stanislavulrych/tempo-api-python-client
Releases · stanislavulrych/tempo-api-python-client
v0.10.0
What's Changed
- Add create worklogs by @gitRigge in #28
- Add update and delete worklogs by @anttipalsola in #31
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #30
New Contributors
- @gitRigge made their first contribution in #28
- @anttipalsola made their first contribution in #31
Full Changelog: v0.9.0...v0.10.0
v0.9.0
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
- @Darkdragon84 made their first contribution in #23
- @lmorroni made their first contribution in #25
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add Search Worklogs API call by @farrellaultman in #20
- Bump requests from 2.22.0 to 2.31.0 by @dependabot in #19
New Contributors
- @farrellaultman made their first contribution in #20
Full Changelog: v0.7.3...v0.8.0
v0.7.3
v0.7.2
v0.7.1
Bugfixes:
- Fixed create & update plans
v0.7.0
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
v0.5.1
v0.5.0
- feat(restclient): improved error handling in request