Skip to content

Commit

Permalink
Release 0.101.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 3, 2022
1 parent d20bedc commit bb62fbe
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 24 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Quan Zhou <[email protected]>
Jesus M. Gonzalez-Barahona <[email protected]>
Jose Javier Merchante <[email protected]>
Santiago Dueñas <[email protected]>

13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Releases

## GrimoireELK 0.101.1 - (2022-06-03)

**Bug fixes:**

* Pair programming regular expression improvement\
The regular expression to detect pair programming authors in git
datasource has been improved adding more connectors. The following
list shows the current connectors: - `[aA][nN][dD]` - `&` - `+`
* Fix fetching authors with min and max dates\
The old query only returns 10000 items due to ElasticSearch and
OpenSearch now use `composite` aggregation to paginate all buckets.


## GrimoireELK 0.101.0 - (2022-06-03)

**New features:**
Expand Down
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2022-06-03 10:45:32.908868
__version__ = "0.101.0"
# File auto-generated by semverup on 2022-06-03 15:04:53.709211
__version__ = "0.101.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grimoire-elk"
version = "0.101.0"
version = "0.101.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
12 changes: 12 additions & 0 deletions releases/0.101.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## GrimoireELK 0.101.1 - (2022-06-03)

**Bug fixes:**

* Pair programming regular expression improvement\
The regular expression to detect pair programming authors in git
datasource has been improved adding more connectors. The following
list shows the current connectors: - `[aA][nN][dD]` - `&` - `+`
* Fix fetching authors with min and max dates\
The old query only returns 10000 items due to ElasticSearch and
OpenSearch now use `composite` aggregation to paginate all buckets.

This file was deleted.

This file was deleted.

0 comments on commit bb62fbe

Please sign in to comment.