Skip to content

Releases: nephila/python-taiga

1.3.0

02 Jan 09:49
Compare
Choose a tag to compare

Features

  • Switch to bump-my-version (#140)
  • Switch to Coveralls Github action (#155)
  • Add a duplicate() method to Project. (#161)
  • Adds SwimLane/SwimLanes models and support to add/list in Project. (#162)
  • Adds the ability to read/write the default_swimlane attribute in Project. (#166)

Bugfixes

  • Add the version parameter to the alloed parameter so the requester can acess it. (#149)

1.2.0

23 Aug 14:34
Compare
Choose a tag to compare

Features

  • Add list_attachments on WikiPage (#100)
  • Add refresh_token API call (#131)

Bugfixes

  • Add count to SearchResult object, fix wikipages attribute name in SearchResult object (#111)
  • Add moveTo parameter in delete methods when needed by Taiga API (#130)
  • Fix ruff linting error (#134)

1.1.0

23 Apr 21:06
Compare
Choose a tag to compare

Features

  • Update tooling, drop Python 2 (#59)
  • Implement list_epic_attributes() (#103)
  • Update packaging - python versions (#124)

Bugfixes

  • Update HistoryItem methods signatures (#97)
  • Improve models documentation (#105)
  • Add refresh token support to tests/resources/auth_users_success.json (#114)
  • Fix pagination (#116)
  • Update linting tools and fix code style (#117)

Improved Documentation

  • Improve documentation (#58)

1.0

08 Aug 05:47
5d5897f
Compare
Choose a tag to compare
1.0
  • Add support for python 3.7
  • Add support for epics
  • Add support for additional attributes from Taiga 3.2/3.3
  • Improve models
  • Improve pagination support
  • Fix and enforce code style

0.9.0

08 Aug 05:31
a03b1c4
Compare
Choose a tag to compare
  • Add support for multiple authentication backends
  • Add support for self-signed and not verified SSL certificates
  • Add support for webhooks
  • Add pagination support for lists
  • Add debian packaging
  • Avoid installing tests as a separate module
  • Move documentation to readthedocs
  • Add support for Python 3.5/3.6

Version 0.8.6

26 Aug 17:23
Compare
Choose a tag to compare

Version 0.8.5

02 Mar 14:11
Compare
Choose a tag to compare
  • Add patch models method (thanks @jespino)
  • Minfixes

Version 0.8.4

15 Jan 12:25
Compare
Choose a tag to compare

Minfixes

Version 0.8.3

14 Dec 11:23
Compare
Choose a tag to compare
  • Fix attributes cache issues

Version 0.8.2

10 Dec 08:48
Compare
Choose a tag to compare
  • Fixes and improvements in attachments (thanks @jespino)
  • Minfixes (thanks @erikw)