authorization-utils/CHANGELOG.md

33 lines
706 B
Markdown
Raw Permalink Normal View History

2021-11-30 17:39:26 +01:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Authorization Utils
## [v2.3.0-SNAPSHOT]
2024-11-08 15:36:46 +01:00
- Added support for 'client_id' and backward compatibility with 'clientId' claim [#25802]
- Deprecated class which will be no longer available in Smartgears 4 based components
2024-11-08 15:36:46 +01:00
- Switched to d4science-iam-client in place of keycloak-client [#28357]
2023-07-21 14:15:33 +02:00
## [v2.2.0]
- Switched to the new version of keycloak-client [#25295]
2024-11-08 15:36:46 +01:00
## [v2.1.0]
- Added remove() method in SecretManagerProvider
- Enhanced gcube-bom version
2021-11-30 17:39:26 +01:00
2024-11-08 15:36:46 +01:00
## [v2.0.0]
2022-01-31 15:48:03 +01:00
- Refactored code to be integrated in Smartgears [#22871]
2022-01-31 15:48:03 +01:00
- Fixed getRoles for JWTSecret [#22754]
2024-11-08 15:36:46 +01:00
2022-01-11 16:31:20 +01:00
## [v1.0.0]
2021-11-30 17:39:26 +01:00
- First Release