Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 30, 2024
1 parent 1a4dbcd commit e5759b6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## sirmordred 1.1.0 - (2024-08-30)

**Performance improvements:**

* Reduced the number of connections to SortingHat\
Mordred makes a lot of connections to the SortingHat server which
could cause the uWSGI queue to fill up. When the uWSGI queue is full,
Mordred cannot connect to the SortingHat server.


## sirmordred 1.0.5 - (2024-08-13)

* Update Poetry's package dependencies
Expand Down
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 = "sirmordred"
version = "1.1.0-rc.1"
version = "1.1.0"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
9 changes: 9 additions & 0 deletions releases/1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## sirmordred 1.1.0 - (2024-08-30)

**Performance improvements:**

* Reduced the number of connections to SortingHat\
Mordred makes a lot of connections to the SortingHat server which
could cause the uWSGI queue to fill up. When the uWSGI queue is full,
Mordred cannot connect to the SortingHat server.

This file was deleted.

4 changes: 2 additions & 2 deletions sirmordred/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-08-30 15:37:15.309385
__version__ = "1.1.0-rc.1"
# File auto-generated by semverup on 2024-08-30 16:33:44.883554
__version__ = "1.1.0"

0 comments on commit e5759b6

Please sign in to comment.