Releases: bitpay/bitpay-php-keyutils
v2.1.1
What's Changed
- Dependency updates
- Use built-in hash functions instead of OpenSSL as RIPEMD160 was removed and added back
Notes
- OpenSSL 3.0 (Nov 2021): RIPEMD160 was moved to the legacy provider and disabled by default OpenSSL LibraryOpenSSL
- OpenSSL 3.0.7 (Nov 2022): RIPEMD160 was added back to the default provider OpenSSLOpenSSL due to popular demand
Full Changelog: 2.1.0...2.1.1
2.1.0
Overview
This release adds PHP 8.4 support.
What's Changed
- Add support for PHP 8.4
Full Changelog: 2.0.6...2.1.0
2.0.6
Overview
This is a patch update that provides the following:
- Dependency updates
What's Changed
- Updated phpunit/phpunit to 10.5.45
Full Changelog: 2.0.5...2.0.6
2.0.5
Overview
This is a patch update that provides the following:
- Dependency updates
What's Changed
- Updated phpunit/phpunit to 10.5.36
Full Changelog: 2.0.4...2.0.5
2.0.4
Overview
This is a patch update that provides the following:
- Dependency updates
What's Changed
- Updated phpunit/phpunit to 10.5.36
Full Changelog: 2.0.3...2.0.4
2.0.3
Overview
This is a patch update that provides the following:
- Dependency updates
What's Changed
- Updated phpunit/phpunit to 10.5.20 in composer.json and GitHub Actions
- Updated README to reflect the 2.0 version
Full Changelog: 2.0.2...2.0.3
2.0.2
Overview
This is a patch update that provides the following:
- Package updates
What's Changed
- Updated dependencies
Full Changelog: 2.0.1...2.0.2
2.0.1
Overview
This is a patch update that provides the following:
- Package updates
What's Changed
- Updated dependencies
Full Changelog: 2.0.0...2.0.1
2.0.0
Overview
This is a major release that drops support for PHP 8.0 and adds support for PHP 8.3.
What's Changed
- GitHub Actions will run tests on
push
andpull_request
instead of just push - Added composer.lock to the repo
- Upgraded PHPUnit to version 10
- Migrated PHPUnit configuration
- Updated tests to use
declare(strict_types=1);
and added
Full Changelog: 1.1.2...2.0.0
1.1.4
Overview
This is a small patch release which uses PHPUnit 9.6.16 for the v1.1.x branch.
Full Changelog: 1.1.3...1.1.4