Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Feb 1, 2023
1 parent 809825d commit 370f220
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 38 deletions.
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Releases

## sortinghat 0.8.0 - (2023-02-01)

**New features:**

* Migration command for SortingHat 0.7 (#726)\
Include a new command to migrate SortingHat 0.7 database schema to
0.8. The command can be executed as `sortinghat-admin migrate-old-
database`. It will migrate all the data from the old version.

**Bug fixes:**

* GraphQL client headers updated\
SortingHat client headers are updated adding `Referer` and `Host` to
fix the CSRF token issue.

**Breaking changes:**

* SortingHat as a service\
SortingHat started as a command line tool but, after some years, we
saw its potential and we decided to create a new version of it. Now,
it works as an individual service. This new version provides a new
GraphQL API to operate with the server and a UI web-based app, that
replaces Hatstall, the old UI for SortingHat. Moreover, the new
version adds some features requested long time ago, such as
groups/teams management, recommendations of affiliations and
individuals, or a totally renwed user interface.


## sortinghat 0.7.23 - (2022-11-07)

* 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 = "sortinghat"
version = "0.8.0-rc.9"
version = "0.8.0"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
27 changes: 27 additions & 0 deletions releases/0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## sortinghat 0.8.0 - (2023-02-01)

**New features:**

* Migration command for SortingHat 0.7 (#726)\
Include a new command to migrate SortingHat 0.7 database schema to
0.8. The command can be executed as `sortinghat-admin migrate-old-
database`. It will migrate all the data from the old version.

**Bug fixes:**

* GraphQL client headers updated\
SortingHat client headers are updated adding `Referer` and `Host` to
fix the CSRF token issue.

**Breaking changes:**

* SortingHat as a service\
SortingHat started as a command line tool but, after some years, we
saw its potential and we decided to create a new version of it. Now,
it works as an individual service. This new version provides a new
GraphQL API to operate with the server and a UI web-based app, that
replaces Hatstall, the old UI for SortingHat. Moreover, the new
version adds some features requested long time ago, such as
groups/teams management, recommendations of affiliations and
individuals, or a totally renwed user interface.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions releases/unreleased/processed/sortinghat-as-a-service.yml

This file was deleted.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-02-01 09:10:59.322990
__version__ = "0.8.0-rc.9"
# File auto-generated by semverup on 2023-02-01 10:59:30.391457
__version__ = "0.8.0"

0 comments on commit 370f220

Please sign in to comment.