Skip to content

Releases: symfony/security-http

v5.3.0

31 May 11:19
v5.3.0
Compare
Choose a tag to compare

Changelog (v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.3.0-RC1

19 May 13:42
v5.3.0-RC1
Compare
Choose a tag to compare
v5.3.0-RC1 Pre-release
Pre-release

Changelog (v5.3.0-BETA4...v5.3.0-RC1)

  • feature #41175 Add support for parallel requests doing remember-me re-authentication (Seldaek)
  • feature #41247 Deprecate the old authentication mechanisms (chalasr)
  • bug #41269 Remove invalid unused service (chalasr)
  • bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)

v5.2.9

19 May 12:29
v5.2.9
Compare
Choose a tag to compare

Changelog (v5.2.8...v5.2.9)

  • bug #41269 Remove invalid unused service (chalasr)
  • bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)

v4.4.24

19 May 12:21
v4.4.24
Compare
Choose a tag to compare

Changelog (v4.4.23...v4.4.24)

  • bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)

v5.3.0-BETA4

12 May 13:51
v5.3.0-BETA4
Compare
Choose a tag to compare
v5.3.0-BETA4 Pre-release
Pre-release

Changelog (v5.3.0-BETA3...v5.3.0-BETA4)

  • bug #41173 Make Login Rate Limiter also case insensitive for non-ascii user identifiers (Seldaek)
  • bug #41156 Make Login Rate Limiter case insensitive (jderusse)
  • bug #41137 Reset limiters on successful login (MatTheCat)

v5.2.8

12 May 13:35
v5.2.8
Compare
Choose a tag to compare

Changelog (v5.2.7...v5.2.8)

  • bug #41173 Make Login Rate Limiter also case insensitive for non-ascii user identifiers (Seldaek)
  • bug #41156 Make Login Rate Limiter case insensitive (jderusse)
  • bug #41137 Reset limiters on successful login (MatTheCat)

v5.3.0-BETA3

09 May 16:30
v5.3.0-BETA3
Compare
Choose a tag to compare
v5.3.0-BETA3 Pre-release
Pre-release

Changelog (v5.3.0-BETA2...v5.3.0-BETA3)

  • bug #40972 Avoid regenerating the remember me token if it is still fresh (Seldaek)

v5.3.0-BETA2

01 May 15:06
v5.3.0-BETA2
Compare
Choose a tag to compare
v5.3.0-BETA2 Pre-release
Pre-release

Changelog (v5.3.0-BETA1...v5.3.0-BETA2)

  • bug #41008 Do not try to rehash null-passwords (tjveldhuizen)

v5.2.7

01 May 14:57
v5.2.7
Compare
Choose a tag to compare

Changelog (v5.2.6...v5.2.7)

  • bug #41008 Do not try to rehash null-passwords (tjveldhuizen)

v4.4.22

01 May 14:48
v4.4.22
Compare
Choose a tag to compare

Changelog (v4.4.21...v4.4.22)

  • no significant changes