Releases: dixudx/rtcclient
Releases · dixudx/rtcclient
0.9.0
Many special thanks to @gpongelli for helping solve the big headache of the incompatible authentication skew. By introducing new param old_rtc_authentication
, we get a converged way to handle the diverged authentication methods existed in releases <=0.6.0
and >=0.7.0, <0.9.0
.
Welcome new contributor @ojima-ryou.
Thanks all contributors.
What's Changed
- update setup cfg by @dixudx in #169
- Fixed to store all fetched resources. by @ojima-ryou in #170
- feat: pass CA_BUNDLE string from RTCClient to RTCbase's methods by @gpongelli in #175
- fix: handle xmltodict 0.13.0 return dict by @gpongelli in #178
- move to poetry by @gpongelli in #182
- Common authentication by @gpongelli in #184
- feat: use a keyword argument to retrieve all workitem attributes by @gpongelli in #183
- prune docs and update examples by @dixudx in #185
New Contributors
- @ojima-ryou made their first contribution in #170
- @gpongelli made their first contribution in #175
Full Changelog: 0.8.2...0.9.0
v0.8.2
v0.8.1
v0.8.0
v0.7.0
🚀🚀🚀
ChangeLog:
- update docs for tag 0.7.0
- test against more python versions in tox and travis
- fix test error
- fix pep8 error
- 🚨 (Maybe Incompatible) Added auth tuple to the get request. Work with 6.0.6.1
- update tox command in README
- remove travis check for python 2.6
- upgrade tox and travis python version to 3.5
- fix #115: OrderedDict mutated during iteration
- test against py34 instead of py33
- Pep8 is dead, long live pycodestyle
- fix unicode error when removing empty elements
- fix #96: escape xml post data
- fix bug on empty children ids: #95
- fix issue #92: Authentication not working for bad login in 6.0.3
- fix issue #90: item type identifier
- fix RuntimeError: OrderedDict mutated during iteration on Python 3
- fix issue #88: workitem creation bug
- add slack badge
- fix issue #86: keyword capitalize error
- remove broken PyPI downloads badge and add saythanks badge