keycloak-d4science-spi-parent/delete-account/CHANGELOG.md

21 lines
716 B
Markdown
Raw Normal View History

2020-11-17 11:40:48 +01:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "delete-account"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
- New URI path mappings for resource
2021-06-25 13:34:31 +02:00
## [v1.1.0]
Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience
2020-12-22 11:34:18 +01:00
## [v1.0.1]
User put in disable status and avatar deleted at user delete request
## [v1.0.0]
Prepared for the release in pre-prod
2020-11-17 11:40:48 +01:00
## [v0.2.0-SNAPSHOT]
- First released version. Provides "delete account" handling function, called from Keycloak's account management page button, by sending a delete account event to the orchestrator that will perform the activity.