Skip to content

Releases: maritimeconnectivity/MCPKeycloakSpi

MCP Keycloak SPI Providers 1.3.0-RC1

23 Oct 12:18
80cd45e
Compare
Choose a tag to compare
Pre-release

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

30 Nov 13:59
ef4b115
Compare
Choose a tag to compare

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

06 Oct 12:35
8fbebc1
Compare
Choose a tag to compare

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

05 Jun 10:14
caa4279
Compare
Choose a tag to compare

Changes in this release

MCP Keycloak SPI Providers 1.2.0-RC2

16 May 10:37
992fcc0
Compare
Choose a tag to compare
Pre-release

Changes in this release

MCP Keycloak SPI Providers 1.2.0-RC1

08 May 13:57
4d354c0
Compare
Choose a tag to compare
Pre-release

Changes in this release

MCP Keycloak SPI Providers 1.1.0

17 Jun 09:25
99cdda2
Compare
Choose a tag to compare

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

MCP Keycloak SPI Providers 1.1.0-RC1

11 Apr 14:22
5cd087e
Compare
Choose a tag to compare
Pre-release

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

MCP Keycloak SPI Providers 1.0.1

17 Jan 12:32
d92d575
Compare
Choose a tag to compare

Changes in this release

  • Upgraded to Keycloak version 16.1.0
  • Fixed minor bug where the keystore that is used to synchronize with the MIR API was loaded in twice
  • Various dependency upgrades

MCP Keycloak SPI Providers 1.0.0

06 Dec 10:08
64db6fe
Compare
Choose a tag to compare

Changes in this release

  • Upgraded to Keycloak version 15.0.2
  • Aligned OIDC token structure with the MCC MIR specification
  • General code refactoring and cleanup
  • Various dependency upgrades