Skip to content

Releases: symfony/security-http

v6.2.2

16 Dec 20:12
v6.2.2

Choose a tag to compare

Changelog (v6.2.1...v6.2.2)

  • bug #48524 Fix CacheAttributeListener priority (HypeMC)

v6.2.0

30 Nov 17:47
v6.2.0

Choose a tag to compare

Changelog (v6.2.0-RC2...v6.2.0)

  • bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)

v6.2.0-RC1

25 Nov 10:43
v6.2.0-RC1

Choose a tag to compare

v6.2.0-RC1 Pre-release
Pre-release

Changelog (v6.2.0-BETA3...v6.2.0-RC1)

  • bug #48285 Support loading UserBadge directly from accessToken (Jeroeny)
  • bug #48274 Add more #[\SensitiveParameter] (fancyweb)

v6.2.0-BETA3

19 Nov 16:17
v6.2.0-BETA3

Choose a tag to compare

v6.2.0-BETA3 Pre-release
Pre-release

Changelog (v6.2.0-BETA2...v6.2.0-BETA3)

  • no significant changes

v6.1.7

28 Oct 18:21
v6.1.7

Choose a tag to compare

Changelog (v6.1.6...v6.1.7)

  • bug #47955 Add missing args to trigger_deprecation (alamirault)
  • bug #47932 Throw LogicException instead of Error when trying to generate logout-… (addiks)

v6.0.15

28 Oct 18:05
v6.0.15

Choose a tag to compare

Changelog (v6.0.14...v6.0.15)

  • bug #47955 Add missing args to trigger_deprecation (alamirault)
  • bug #47932 Throw LogicException instead of Error when trying to generate logout-… (addiks)

v5.4.15

28 Oct 18:00
v5.4.15

Choose a tag to compare

Changelog (v5.4.14...v5.4.15)

  • bug #47955 Add missing args to trigger_deprecation (alamirault)
  • bug #47932 Throw LogicException instead of Error when trying to generate logout-… (addiks)

v4.4.48

28 Oct 17:51
v4.4.48

Choose a tag to compare

Changelog (v4.4.47...v4.4.48)

  • bug #47932 Throw LogicException instead of Error when trying to generate logout-… (addiks)

v6.2.0-BETA1

24 Oct 13:05
v6.2.0-BETA1

Choose a tag to compare

v6.2.0-BETA1 Pre-release
Pre-release

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)

v6.1.6

12 Oct 07:55
v6.1.6

Choose a tag to compare

Changelog (v6.1.5...v6.1.6)

  • bug #47317 Fix login url matching when app is not run with url rewriting or from a sub folder (sgehrig)