You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keycloak-d4science-spi-parent/avatar-realm-resource/CHANGELOG.md

772 B

This project adheres to Semantic Versioning.

Changelog for "avatar-realm-resource"

[v2.0.0-SNAPSHOT]

  • Updated to be compiled with Keycloak v16
  • New URI path mappings for resource

[v1.1.0]

Updated athentication with bearer code took from new examples: added realm param

[v1.0.1]

Params returned correctly adding avatar

[v1.0.0]

Prepared for the release in pre-prod

[v0.2.0-SNAPSHOT]

  • First released version. Provides avatar resource, exposes via REST interface, can be configured in the UI with proper interface. It also provide two implementation for the storage: one file system based and one user's attribute based (to be tested with an external the DB implementation, it works well with H2 default DB).