4.6.0
This release comes up with quite a number of changes! The most notable ones the parallelization in Box now works. So there is no more need for --no-parallel
and the build should around 50% faster than without parallelization.
Features
- Various Box
docker
command improvements: - Add a command to check the signature (#1229)
- Add a info:signature command (#1228)
- Deprecate the metadata setting (#1155)
- Change the default signing algorithm to SHA-512 (#1156)
- Allow a way to fix the timestamp of the PHAR (#1117)
Fixes
- Fix constant usage of the xdebug constant (#1232)
- Migrate from amphp/parallel-functions to amphp/parallel (#1216)
- Fix PHP 7.2 compatibility of the RequirementChecker (#1210)
- Correctly interpret the parallelization option (#1205)
- Fix PharInfo BC (#1186)
- Allow the info command to work on the old RequirementChecker (#1157)