Skip to content

4.6.0

Compare
Choose a tag to compare
@theofidry theofidry released this 09 Dec 11:06
· 98 commits to main since this release
95b0d8e

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:
    • Allow to generate Dockerfile with PHP 8.3 image (#1234)
    • No longer fail on non satisfiable PHP constraint when generating Docker file (#1233)
    • Allow to pass a --working-dir option to the docker command (#1231)
  • 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)