Skip to content

Releases: maritimeconnectivity/MCPKeycloakSpi

MCP Keycloak SPI Providers 1.3.0-RC4

15 Jan 12:26
483408f
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.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

06 Jan 11:37
6b52de1
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.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

12 Dec 10:22
56341a2
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.7
  • Minor bug fixes
  • General code cleanup and refactoring
  • Various dependency updates

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