Releases: HBPMedical/portal-backend
Releases · HBPMedical/portal-backend
8.1.0
8.0.6
Changelog:
- Redirect logs outside of console
- Log user log in and authorities.
- Re-implemented periodically executing a algorithm aggregator that was removed by accident.
For the time being we only allow exareme2 algorithms to the portalbackend. - Minor refactoring to conversion of ExperimentExecutionDTO.AlgorithmExecutionDTO to Exareme2AlgorithmRequestDTO.
8.0.4
Changlog:
- Hardcoded the algorithm type to be compatible with latest version of exareme2.
8.0.3
Changlog:
- Fixed a bug on the authorization of the users.
8.0.2
Changelog:
-
Removed the 'Exareme' restriction requiring all algorithm names to be in uppercase.
-
Fixed a bug in which we incorrectly expected the algorithm parameter to contain the variable "default" instead of "default_value."
-
Fixed a bug in which we incorrectly converted incoming str to int.
8.0.1
Chengelog:
- Fixed hard-coded uris of Keycloak authentication.
8.0.0
Changelog:
- Upgraded spring2 to spring3.
- Upgraded java8 to java 17.
- Upgraded most dependencies to latest version, except from flyway.
- Upgraded the base images of the portalbackend image, that have the new java version.
- Moved from keycloak adapters to oauth security adapters.
- Removed Galaxy.
- Removed Exareme1.
- Code cleanup and objects simplification using records.