Releases: maritimeconnectivity/MCPKeycloakSpi
Releases · maritimeconnectivity/MCPKeycloakSpi
MCP Keycloak SPI Providers 1.3.0-RC4
Changes in this release
- This project is now targeting Java 21 instead of Java 17
- Upgraded to Keycloak 26.0.8
- Made the client certificate header configurable
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency updates
MCP Keycloak SPI Providers 1.3.0-RC3
Changes in this release
- This project is now targeting Java 21 instead of Java 17
- Upgraded to Keycloak 26.0.7
- Made the client certificate header configurable
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency updates
MCP Keycloak SPI Providers 1.3.0-RC2
Changes in this release
- This project is now targeting Java 21 instead of Java 17
- Upgraded to Keycloak 26.0.7
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency updates
MCP Keycloak SPI Providers 1.3.0-RC1
Changes in this release
- This project is now targeting Java 21 instead of Java 17
- Upgraded to Keycloak 26.0.1
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency update
MCP Keycloak SPI Providers 1.2.2
Changes in this release
- Return null or other similar empty result instead of throwing a runtime exception
- This ensures that the custom event listener doesn't hang and prevent login during the setup phase
- Remove the McpException class as it is not needed anymore
MCP Keycloak SPI Providers 1.2.1
Changes in this release
- Upgraded to Keycloak 21.1.2
- Changed some log.info() statements to log.debug() to make logging less noisy during certificate authentication
MCP Keycloak SPI Providers 1.2.0
Changes in this release
- Upgraded to Keycloak 21.1.1
- This includes some refactoring to make SPI providers work with the new underlying Quarkus framework
- To see what has changed between Keycloak 17 and Keycloak 21.1 refer to https://www.keycloak.org/docs/latest/upgrading/index.html#migration-changes
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency update
MCP Keycloak SPI Providers 1.2.0-RC2
Changes in this release
- Upgraded to Keycloak 21.1.1
- This includes some refactoring to make SPI providers work with the new underlying Quarkus framework
- To see what has changed between Keycloak 17 and Keycloak 21.1 refer to https://www.keycloak.org/docs/latest/upgrading/index.html#migration-changes
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency update
MCP Keycloak SPI Providers 1.2.0-RC1
Changes in this release
- Upgraded to Keycloak 21.1.1
- This includes some refactoring to make SPI providers work with the new underlying Quarkus framework
- To see what has changed between Keycloak 17 and Keycloak 21.1 refer to https://www.keycloak.org/docs/latest/upgrading/index.html#migration-changes
- Minor bug fixes
- General code cleanup and refactoring
- Various dependency update
MCP Keycloak SPI Providers 1.1.0
Changes in this release
- The project is now targeting Java 11 instead of Java 8
- Upgraded to Keycloak 17.0.1
- Note that the Dockerfile uses the "legacy" Wildfly based Keycloak base image as this project has not been tested with the new Quarkus based release yet
- Refactored code to use Apache HttpClient 5 instead of version 4
- Fixed a bug that caused the ais_type attribute to not be imported when using the certificate authenticator
- Various dependency upgrades
- General code cleanup and refactoring