v5.10.0
- Compatibility for Symfony 5.3 and the authenticator-based security system
- New remember-me management with the authenticator-based security system, which is way cleaner than the previous approach, #61
(Only possible due to symfony/symfony#40145, big thank you to @wouterj) - Handle deprecation notice for
KernelEvent::isMasterRequest
, #89, thanks to @ben29