3.3.0
This version provides a major performance improvement for the ECDSA algorithm, making it compatible with PHP 7.1+ too. We're also starting to add deprecation notes and will soon backport things from v4.x to create an upgrade path.
- Total issues resolved: 7
- Total pull requests resolved: 8
- Total contributors: 11
Improvement
- 288: Backport ECDSA improvements thanks to @lcobucci
- 283: Grammatical exception message fix thanks to @zanechua
- 261: Adjust build thanks to @lcobucci
- 260: Fixes memory leak in RSA-Signer thanks to @Fahrenholz
- 248: Issue #191: Allow leeway to handle clock skew thanks to @m777z
- 137: Update PHPECC to remove mcrypt dependency thanks to @lcobucci
- 282: There is no support for PHP 7.3 thanks to @aksafan
- 259: Unable to use ECDSA signer on PHP 7.2 (request to update mdanter/ecc dependency) thanks to @shakura
- 246: mdanter_ecc Singer Ecdsa KeyParse Issue thanks to @kapil-infobeans
Documentation
- 278: Corrected typos in
README.md
thanks to @msimion - 258: Add Key typehint for verify() thanks to @francislavoie
- 196: Update README.md thanks to @jagDanJu
- 133: Add deprecation notes on methods thanks to @lcobucci