Skip to content

Releases: symfony/password-hasher

v5.3.8

28 Sep 08:56
v5.3.8
Compare
Choose a tag to compare

Changelog (v5.3.7...v5.3.8)

  • no significant changes

v5.3.7

30 Aug 12:42
v5.3.7
Compare
Choose a tag to compare

Changelog (v5.3.6...v5.3.7)

  • bug #42596 Fix wrong cache directive when using the new PUBLIC_ACCESS attribute (wouterj)
  • bug #42321 Fix usage of PasswordHasherAdapter in PasswordHasherFactory (peter17)

v5.3.4

26 Jul 18:20
v5.3.4
Compare
Choose a tag to compare

Changelog (v5.3.3...v5.3.4)

  • no significant changes

v5.3.3

30 Jun 08:37
v5.3.3
Compare
Choose a tag to compare

Changelog (v5.3.2...v5.3.3)

  • bug #41755 UserPasswordHasher only calls getSalt when method exists (dbrumann)

v5.3.2

17 Jun 14:22
v5.3.2
Compare
Choose a tag to compare

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

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

20 May 07:02
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)

  • no significant changes

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 #41022 Improved BC layer (derrabus)

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 #40920 accept hashing passwords with nul bytes or longer than 72 bytes when using bcrypt (nicolas-grekas)