5.2 KiB
5.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.0 (2023-03-04)
Added
Changed
- Bump
password-hashto v0.5; MSRV 1.60 (#383) - Adopt OWASP recommendations (#388)
- Bump
pbkdf2to v0.12 (#393)
0.10.0 (2022-03-18)
Changed
0.9.0 (2022-02-17)
Changed
- Bump
salsa20dependency to v0.10, edition to 2021, and MSRV to 1.56 (#273)
0.8.1 (2021-11-25)
Changed
- Bump
sha2dependency to v0.10,pbkdf2to v0.10,hmacto v0.12 (#254)
0.8.0 (2021-08-27)
Changed
- Bump
password-hashto v0.3 (#217) - Use
resolver = "2"; MSRV 1.51+ (#220) - Bump
pbkdf2dependency to v0.9 (#233)
Removed
McfHasherimpls forScrypt(#219)
0.7.0 (2021-04-29)
Changed
- Bump
password-hashcrate dependency to v0.2 (#164) - Bump
hmacandcrypto-maccrate deps to v0.11 (#165) - Bump
salsa20crate dependency to v0.8 (#166) - Bump
pbkdf2crate dependency to v0.8 (#167)
0.6.5 (2021-03-27)
Fixed
- Pin
password-hashto v0.1.2 or newer (#151)
0.6.4 (2021-03-17)
Changed
- Bump
base64ctdependency to v1.0 (#144)
0.6.3 (2021-02-20)
Changed
- Enable
rand_corefeature ofpassword-hash(#139)
0.6.2 (2021-02-06)
Added
Paramsaccessor methods (#123)
0.6.1 (2021-02-01)
Changed
- Bump
base64ctdependency to v0.2 (#119)
0.6.0 (2021-01-29)
Added
- PHC hash support using
password-hashcrate (#111)
Changed
0.5.0 (2020-10-18)
Changed
0.4.1 (2020-08-24)
Changed
- Minor documentation update (#50)
0.4.0 (2020-08-18)
Changed
- Bump
pbkdf2dependency to v0.5 (#45)
0.3.1 (2020-07-03)
Fixed
0.3.0 (2020-06-10)
Added
recommendedmethod for easy creation of recommended ScryptParam (#28)stdfeature (#32)thread_rngfeature (#33)
Changed
- Code improvements (#33)
- Bump
randto v0.7 (#33) - Bump
hmacto v0.8 (#30) - Bump
sha2to v0.9 (#30) - Bump
pbkdf2to v0.4 (#36) - Bump
subtleto v2 (#13) - MSRV 1.41+ (#30)
- Upgrade to Rust 2018 edition (#24)