-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
58 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/graphql-client-headers-updated.yml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
releases/unreleased/processed/migration-command-for-sortinghat-0.7.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |