Skip to content

v1.1.1

Compare
Choose a tag to compare
@ThomasJejkal ThomasJejkal released this 17 Mar 09:35
· 381 commits to main since this release

⭐ New Features

  • Support group memberships from JWT for authorization decisions by @ThomasJejkal in #124
  • Elastic search configuration validation now retries three times with 5 seconds delay to connect to repo.search.url before startup fails in case of slow Elastic startup
  • Improve documentation on SearchConfiguration usage by @ThomasJejkal in #122

🔨 Dependency Upgrades

⛔ Removed

  • set/getGroupId in JwtAuthenticationToken is deprecated and will be removed in the next major version. Instead, set/getGroups should be used.