Releases: symfony/password-hasher
Releases · symfony/password-hasher
v6.4.0-BETA3
Changelog (v6.4.0-BETA2...v6.4.0-BETA3)
- no significant changes
v6.3.8
Changelog (v6.3.7...v6.3.8)
- no significant changes
v5.4.31
Changelog (v5.4.30...v5.4.31)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- no significant changes
v6.3.5
Changelog (v6.3.4...v6.3.5)
- bug symfony/symfony#51686 [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config (@ogizanagi)
v5.4.29
Changelog (v5.4.28...v5.4.29)
- bug symfony/symfony#51686 [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config (@ogizanagi)
- bug symfony/symfony#51511 [PasswordHasher] Avoid passing
null
tohash_pbkdf2()
(@sdespont)
v5.4.27
Changelog (v5.4.26...v5.4.27)
- no significant changes
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- no significant changes
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)