Skip to content

1.35

Choose a tag to compare

@cgendreau cgendreau released this 21 May 15:05
· 67 commits to master since this release
1cb7757

What's Changed

  • Keycloak 24
  • user-api 0.27
    • is now a message queue listener for notifications
  • collection-api 0.120
    • associations are now controlled vocabulary
  • export-api 0.22
    • will now emit messages when exports are ready to download
  • search-api 0.53
  • object-store 0.134
  • agent-api 0.33
  • dina-ui 0.219

Spring Boot 3 environment variables change for all APIs listed above. keycloak.auth-server-url is now replaced by:

  • spring.security.oauth2.resourceserver.jwt.jwk-set-uri
  • spring.security.oauth2.resourceserver.jwt.issuer-uri

Full Changelog: v1.34...v1.35