Skip to content

Releases: symfony/password-hasher

v5.3.2

Choose a tag to compare

@fabpot fabpot released this 17 Jun 14:22
v5.3.2

Changelog (v5.3.1...v5.3.2)

  • bug #41678 Fix missing PasswordHasherAwareInterface allowed type (chalasr)
  • bug #41572 Prevent PHP fatal error when using auto algorithm (matason)

v5.3.0

Choose a tag to compare

@fabpot fabpot released this 31 May 11:19
v5.3.0

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

  • no significant changes

v5.3.0-RC1

v5.3.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@fabpot fabpot released this 20 May 07:02
v5.3.0-RC1

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

  • no significant changes

v5.3.0-BETA3

v5.3.0-BETA3 Pre-release
Pre-release

Choose a tag to compare

@fabpot fabpot released this 09 May 16:30
v5.3.0-BETA3

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

  • bug #41022 Improved BC layer (derrabus)

v5.3.0-BETA2

v5.3.0-BETA2 Pre-release
Pre-release

Choose a tag to compare

@fabpot fabpot released this 01 May 15:06
v5.3.0-BETA2

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

  • bug #40920 accept hashing passwords with nul bytes or longer than 72 bytes when using bcrypt (nicolas-grekas)