Releases: visus-io/php-cuid2
Releases · visus-io/php-cuid2
5.1.0
What's Changed
Fingerprint
will now take environment variables into account when generating a fingerprint.- The GMP PHP extension has returned to being optional.
- The dependency markrogoyski/math-php has been introduced as a viable fallback for when GMP is not available.
Full Changelog: 5.0.0...5.1.0
5.0.0
4.1.0
What's Changed
Fingerprint
class has been refactored to align with the implementation in cuid.net- Checks implemented in
Cuid2
class to ensure that the hashing algorithmsha3-512
is supported, otherwise it'll throw an\Exception
Note: Fingerprint generation no longer relies on $_SERVER
variables containing IP addresses. This should alleviate any GDPR/CCPA concerns.
Full Changelog: 4.0.0...4.1.0
4.0.0
3.0.0
What's Changed
- Sets minimum supported version of PHP to 8.1. Use
2.x
release if PHP 8.0 support is still required.
Full Changelog: 2.0.0...3.0.0
2.0.0
- Migrate namespace from
Xaevik
toVisus
to reflect change in ownership. - Drop support for PHP 7.4
Full Changelog: 1.7.0...2.0.0