Skip to content

Releases: chaoss/grimoirelab-perceval

0.23.3

28 Nov 12:42
Compare
Choose a tag to compare

perceval 0.23.3 - (2023-11-28)

  • Update Poetry's package dependencies

0.23.2-rc.1

14 Nov 16:05
Compare
Choose a tag to compare

perceval 0.23.2-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

0.23.2

14 Nov 17:47
Compare
Choose a tag to compare

perceval 0.23.2 - (2023-11-14)

  • Update Poetry's package dependencies

0.23.1-rc.1

03 Nov 15:46
Compare
Choose a tag to compare

perceval 0.23.1-rc.1 - (2023-11-03)

  • Update Poetry's package dependencies

0.23.1

03 Nov 17:55
Compare
Choose a tag to compare

perceval 0.23.1 - (2023-11-03)

  • Update Poetry's package dependencies

0.23.0-rc.2

20 Oct 09:36
Compare
Choose a tag to compare

perceval 0.23.0-rc.2 - (2023-10-20)

Dependencies updateds:

  • Bump urllib3 version
    Bump urllib3 from ^1.26 to ^2.0.7

0.23.0

20 Oct 11:06
Compare
Choose a tag to compare

perceval 0.23.0 - (2023-10-20)

New features:

  • Jira authentication with token (#813)
    Authentication in jira backend is supported using personal access
    tokens. Jira Core/Software (8.14 and later), Jira Service Management
    (4.15 and later) Data Center and server editions can use personal
    access tokens without a username. For Jira Cloud, username and token
    are required. Usage: perceval jira <YOUR_JIRA_SERVER> -u -p
    perceval jira <YOUR_JIRA_SERVER> -t <PERSONAL_ACCESS_TOKEN>
    perceval jira <YOUR_JIRA_CLOUD_SITE> -u -t
  • Clonfluence authentication with personal access tokens
    Authentication in confluence backend is supported using personal
    access tokens. Confluence Data Center and server editions 7.9 and
    later can use personal access tokens without a username. For
    Confluence Cloud, username and token are required.

Feature removals:

  • Drop Python 3.7 support
    Python 3.7 reaches the end of life in June 2023. This means it won't
    receive new updates or patches to fix security issues. Therefore, this
    package only works with Python >= 3.8 from now on.

Dependencies updateds:

  • Bump urllib3 version
    Bump urllib3 from ^1.26 to ^2.0.7

0.23.0-rc.1

19 Oct 16:16
Compare
Choose a tag to compare

perceval 0.23.0-rc.1 - (2023-10-19)

New features:

  • Jira authentication with token (#813)
    Authentication in jira backend is supported using personal access
    tokens. Jira Core/Software (8.14 and later), Jira Service Management
    (4.15 and later) Data Center and server editions can use personal
    access tokens without a username. For Jira Cloud, username and token
    are required. Usage: perceval jira <YOUR_JIRA_SERVER> -u -p
    perceval jira <YOUR_JIRA_SERVER> -t <PERSONAL_ACCESS_TOKEN>
    perceval jira <YOUR_JIRA_CLOUD_SITE> -u -t
  • Clonfluence authentication with personal access tokens
    Authentication in confluence backend is supported using personal
    access tokens. Confluence Data Center and server editions 7.9 and
    later can use personal access tokens without a username. For
    Confluence Cloud, username and token are required.

Feature removals:

  • Drop Python 3.7 support
    Python 3.7 reaches the end of life in June 2023. This means it won't
    receive new updates or patches to fix security issues. Therefore, this
    package only works with Python >= 3.8 from now on.

0.22.3-rc.1

06 Aug 17:05
Compare
Choose a tag to compare

perceval 0.22.3-rc.1 - (2023-08-06)

  • Update Poetry's package dependencies

0.22.3

06 Aug 18:31
Compare
Choose a tag to compare

perceval 0.22.3 - (2023-08-06)

  • Update Poetry's package dependencies