Skip to content

Releases: dixudx/rtcclient

0.9.0

29 Mar 11:44
8acff28
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.8.2...0.9.0

v0.8.2

09 Aug 13:27
47e7500
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.1...0.8.2

v0.8.1

22 Apr 07:54
d85e9bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

v0.8.0

06 Apr 13:05
53ae010
Compare
Choose a tag to compare

🚀🚀🚀

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

v0.7.0

19 Mar 07:46
488860e
Compare
Choose a tag to compare

🚀🚀🚀

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

v0.6.0

18 May 08:40
Compare
Choose a tag to compare
  • Fix issue #70, #73, #74;
  • new features:
    • supporting http-proxy #78;
    • fetch Changes in a ChangeSet #72;
    • get/uploading attachments #84;

v0.5.0

30 Nov 05:22
Compare
Choose a tag to compare

ChangeLog:

  • fix issue #68;
  • fix several typos;

v0.4.0

28 Oct 05:57
Compare
Choose a tag to compare

ChangeLog:

  • add travis ci;
  • fix bugs across several python version;
  • fix pep8 errors;
  • add methods to query workitems directly using your saved queries;
  • add methods to get/add/remove parent/children workitems;
  • add methods to get IncludedInBuilds;

v0.3.0

18 Sep 05:10
Compare
Choose a tag to compare

ChangeLog:

  • several bug fixs
  • add methods to get/run saved queries
  • add methods to query workitems using saved query url
  • add methods to add/remove subscribers
  • apply filter on getting paged resources with great performance improvement

v0.2.0

28 Aug 02:27
Compare
Choose a tag to compare

ChangeLog:

  • add docs
  • fix exception syntax for python 3.3
  • extract models to models.py