Skip to content

Releases: princenyeche/jiraone

v0.6.0

11 Mar 16:10
d1e09d7
Compare
Choose a tag to compare

Patch #81

  • Patch to time_in_status() fix on windows platform. A carriage return in file_writer throws a
    TypeError: Expected 13 arguments, got 0
  • Documentation fix

v0.5.9

24 Feb 21:09
2facd9d
Compare
Choose a tag to compare

Patch #79

  • Patch to delete_attachments() and modification of manage API docs

v0.5.8

22 Feb 20:54
f894d32
Compare
Choose a tag to compare

Patch #78 #77

  • Patch to delete_attachments() and API docs update

v0.5.7

21 Feb 21:25
4230e93
Compare
Choose a tag to compare

Micro update #77

  • Added a new function delete_attachments() that can perform deletion of attachments with filtering.
  • Provided a checkpoint in the iteration of the above function, so it can start from the last known point.
  • Corrected some docs in access.py module
  • file_writer and file_reader functions now has the ability to enter a delimiter as a parameter.
  • Document update #76

v0.5.6

02 Feb 21:52
20d5555
Compare
Choose a tag to compare

Patch v5 #75

  • Patch v5 to time_in_status(). Noticed that the statuses time were wrong. There seems to be
    a change in the way the previous API payload was retrieved. Tweaked the logic for retrieving
    accurate difference in time.
  • The statuses and their time can now be retrieved accurately.
  • The save check_point is turned off for the time_in_status() function as a slight logic needs
    to be added to account for when a breakpoint happens between checkpoint to retain
    accurate difference in time between statuses.

v0.5.5

30 Jan 21:59
d3d020a
Compare
Choose a tag to compare

Patch v4 #74

  • Fix to time_in_status(). Noticed current status not updated on result files.

v0.5.4

29 Jan 18:58
c8570ec
Compare
Choose a tag to compare

Micro update #69

  • Fixed a regression in time_in_status()
  • Patch v3

v0.5.3

29 Jan 18:29
09504cf
Compare
Choose a tag to compare

Micro update #69

  • Fixed a regression in time_in_status() which caused the data not to
    be written to the file.

v0.5.2

29 Jan 16:32
7847027
Compare
Choose a tag to compare

Micro update #67

  • Removed encoding argument for file_writer()

v0.5.1

29 Jan 14:30
ed6eda7
Compare
Choose a tag to compare

Micro update #66

  • Added a save point to PROJECT.change_log() method
  • Added type hint to the entire jiraone module, classes and functions.