Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Dueñas <[email protected]>
  • Loading branch information
sduenas committed Jun 29, 2022
1 parent 77bfdfb commit 715c7a6
Show file tree
Hide file tree
Showing 20 changed files with 189 additions and 106 deletions.
40 changes: 40 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Releases

## GrimoireLab 0.4.0 - (2022-06-29)

**New components:**

* grimoirelab-toolkit 0.3.1
* perceval 0.19.1
* perceval-mozilla 0.3.1
* perceval-puppet 0.2.1
* perceval-opnfv 0.2.1
* perceval-weblate 0.2.1
* kingarthur 0.3.1
* graal 0.3.1
* elk 0.102.0
* sirmordred 0.3.1

### Perceval

**New features:**

* [confluence] Option `max_contents` to limit the number of requested contents\
This parameter sets the maximum number of contents requested per
query. By default, this number is 200, but this can be changed by
adding the `--max-contents` argument. This will help to bypass those
instances where the maximum limit is lower than Perceval's default
value.

**Bug fixes:**

* [confluence] KeyError exception when arguments not passed to 'fetch_items'\
Required arguments that weren't passed to 'fetch_items' made the code
fail with a KeyError exception.
* [bugzillarest] Failback when checking custom instances\
Some Bugzilla instances return a HTTP 400 error when checking if their
are custom instances or not. On those cases, the backend will capture
the error and consider the version of that Bugzilla instance as
custom.
* [slack] Slack identifier extraction fixed\
Extract the identifier without user information when the user was
deleted.

## GrimoireLab 0.3.0 - (2022-06-07)

**Feature removals:**
Expand Down
2 changes: 1 addition & 1 deletion grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.3.0"
__version__ = "0.4.0"
Loading

0 comments on commit 715c7a6

Please sign in to comment.