Releases: symfony/password-hasher
Releases · symfony/password-hasher
v5.3.8
Changelog (v5.3.7...v5.3.8)
- no significant changes
v5.3.7
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
Changelog (v5.3.3...v5.3.4)
- no significant changes
v5.3.3
Changelog (v5.3.2...v5.3.3)
- bug #41755 UserPasswordHasher only calls getSalt when method exists (dbrumann)
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
Changelog (v5.3.0-RC1...v5.3.0)
- no significant changes
v5.3.0-RC1
Changelog (v5.3.0-BETA4...v5.3.0-RC1)
- no significant changes
v5.3.0-BETA3
Changelog (v5.3.0-BETA2...v5.3.0-BETA3)
- bug #41022 Improved BC layer (derrabus)
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)