Skip to content

v6.2.6

Compare
Choose a tag to compare
@rrayst rrayst released this 11 Aug 07:58
· 1 commit to cac3895e12d7c15933e89bb10acc207346033c2f since this release

Changes since 6.2.5:

Fixes:

  • fixed JDBCApiKeyStore connection leak (#2026) (@predic8)
  • fixed B2C user flow handling: only switch to a new flow, once a new refresh token has been obtained by it (@rrayst)
  • SessionFinder memory leak by removing already time-outed session references during the cleanup (#2054) (@precoder)

Improvements:

  • improved logging of ProblemInfo internal details
  • refactoring
  • minor improvements to examples (@predic8, @russelmrcl)
  • improved startup scripts
  • added examples/routing-traffic/outgoing-api-gateway
  • expose Load Balancer Node status to Prometheus (@christiangoerdes)
  • upgraded dependencies (swagger-parser to 2.1.31, maven-plugin-api to 3.9.11, opentelemetry to 1.52.0 @t-burch, spring-beans to 6.2.9, jackson-core to 2.19.2)
  • added httpOnly and sameSite to sessionManager (affecting LoginDialog which is in all login handling components except oauth2resource2)