Skip to content

v6.2.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabpot fabpot released this 24 Oct 13:05
· 443 commits to 7.3 since this release
v6.2.0-BETA1

Changelog (v6.1.6...v6.2.0-BETA1)

  • feature #47595 Extract request matchers for better reusability (fabpot)
  • feature #47363 Replace ArgumentValueResolverInterface by ValueResolverInterface (nicolas-grekas)
  • feature #46428 Access Token Authenticator (Spomky)
  • feature #46978 Allow using expressions with the #[IsGranted] attribute (HypeMC)
  • feature #45034 Rename Request::getContentType to getContentTypeFormat (MarkPedron)
  • feature #46567 Set custom lifetime for login link (mbrodala, fabpot)
  • feature #46338 Allow configuring a target url when switching user (94noni)
  • feature #46118 Don't allow empty username or empty password (bikalbasnet)
  • feature #46906 Add #[Template()] to describe how to render arrays returned by controllers (nicolas-grekas)
  • feature #46907 Add #[IsGranted()] (nicolas-grekas)
  • feature #46183 Hide sensitive information with SensitiveParameter attribute (GromNaN)
  • feature #46584 Enforce maximum username length in UserBadge (wouterj)
  • feature #46094 Move the Security helper to SecurityBundle (chalasr)