v6.2.6
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
andsameSite
tosessionManager
(affectingLoginDialog
which is in all login handling components exceptoauth2resource2
)