Releases: paragonie/certainty
Releases · paragonie/certainty
Version 3.0.2
What's Changed
- Ignore tests, workflows and .MD docs with "export-ignore" on .gitattr by @erikn69 in #44
- Fixed version requirements in README
- Included up to cacert-2029-09-09.pem
New Contributors
Full Changelog: v3.0.1...v3.0.2
Version 3.0.1
More nullable fixes missed in previous update.
Version 3.0.0 - PHP 8.3+ required
This fixes deprecation warnings in PHP 8.4, but drops support for PHP < 8.3.
Version 2.9.1
- Updates DNS to use
pie-hosted.netrather thanpie-hosted.com. - Adds the latest 2025-08-12 bundle.
Version 2.9.0
The primary signing key was rotated!
The device that contained the signing key has been destroyed, so we have promoted our backup key to the primary one and generated a new backup keypair.
Version 2.8.3
Version 2.8.2
- No code changes, just includes the latest CACert bundles, including the bundle after LetsEncrypt's intermediate certificate expired.
- Although Certainty will, by design, try to keep the bundles up-to-date, if you're in a Composer-based deployment situation where the Certainty update process isn't being used, pulling the latest version in a staging environment will tell you if the LetsEncrypt intermediate expiration breaks your app.
- If necessary, rollback to 2.8.1 in your composer.json file until you've resolved the network issue.
Version 2.8.1
- Block vulnerable versions of Composer.
Version 2.8.0
Version 2.7.0
- Fix compatibility with PHP 7.4
- Updated Psalm in require-dev from ^1|^2 to ^1|^3.