Skip to content

Releases: paragonie/paseto

Version 3.2.2

28 Apr 09:24
v3.2.2
Compare
Choose a tag to compare

Include updated test vector

Version 3.2.1

28 Apr 09:03
v3.2.1
Compare
Choose a tag to compare

Updated minimum version of paragonie/easy-ecc to 1.1.0.

v2.4.4

28 Apr 09:06
v2.4.4
Compare
Choose a tag to compare

Updated minimum version of paragonie/easy-ecc to 1.1.0.

Version 3.2.0

20 Apr 00:02
v3.2.0
12de354
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

Version 3.1.1

11 Apr 02:31
v3.1.1
Compare
Choose a tag to compare

Version 3.1.0

01 Apr 03:19
v3.1.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.1.0

Version 3.0.2

20 Jun 01:41
v3.0.2
Compare
Choose a tag to compare
  • AsymmetricSecretKey now validates that the public key is correct for a given Ed25519 seed.

Version 2.4.3

20 Jun 01:40
v2.4.3
Compare
Choose a tag to compare
  • AsymmetricSecretKey now validates that the public key is correct for a given Ed25519 seed.

Version 3.0.1

10 Jun 07:52
v3.0.1
Compare
Choose a tag to compare

Version 3.0.0

03 Jun 07:55
v3.0.0
Compare
Choose a tag to compare
  • Removed Version1 and Version 2 (which were deprecated earlier this year).
  • Minimum PHP Version: 8.1.0
  • Removed HKDF polyfill
  • Removed __toString() weirdness for PHP < 7.4
  • Lots of code clean-up; making use of the updated type system in PHP 8.1
  • Use Corner for more helpful exceptions.
  • Removed all hacks and annotations to make Psalm happy. Our code is now fully statically analyzed on every CI/CD push.