Releases: composer/composer
Releases · composer/composer
2.9.2
Immutable
release. Only release title and notes can be modified.
- Added new
--no-security-blockingflag to disable/configure security blocking (#12617) - Added a way to set
audit > ignoreto act only on audits or only on security blocking (#12618, #12612) - Fixed
configcommand not being able to set the new audit settings (#12609) - Fixed handling audit.ignore to support CVE ids while doing security blocking, but advisory IDs are still preferred for performance reasons (#12624)
- Fixed partial updates failing when another package in the lock file has a known security advisory (#12626)
Full Changelog: 2.9.1...2.9.2
2.9.1
Immutable
release. Only release title and notes can be modified.
- Fixed regression in phpunit binary proxies (#12601)
- Fixed script handler autoloading issues (#12606)
- Fixed null call of Command::setDescription in some cases (#12605)
- Fixed --prefer-lowest builds sometimes failing due to the filtering of versions with known vulnerabilities (#12603)
Full Changelog: 2.9.0...2.9.1
2.9.0
Immutable
release. Only release title and notes can be modified.
Read the Composer 2.9 Release Announcement for more details on the release highlights.
Full Changelog
- Bumped
composer-plugin-apito2.9.0 - Added automatic blocking of packages with security advisories from updates (#11956)
- Added
audit > block-insecureconfig setting to control blocking of updates to package versions with known security advisories (defaults totrue) (#11956) - Added
audit > block-abandonedconfig setting to control blocking of updates to abandoned packages (defaults tofalse) (#11956) - Added
audit > ignore-abandonedconfig setting to ignore some packages (#12572) - Added
--ignore-unreachableflag toauditcommand to allow running audit in environments that do not have access to some repos (#12470) - Added
repositorycommand to add, remove, or update repositories more easily (#12388) - Updated
repositoriesstructure to contain a name attribute and being stored preferably as list instead of object (#12388) - Added support for
--minimal-changesfull updates where only packages that need changing to satisfy modified constraints are updated (#12349) - Added
update-with-minimal-changesconfig setting (andCOMPOSER_MINIMAL_CHANGESenv var) to default to minimal changes (#12545) - Added support for
forgejo/ codeberg.org repositories (#12307) - Added automatic recovery of simple lock file conflicts when running
updatewith a file that has a content-hash conflict (#11517) - Added support for HTTP/3 if libcurl supports it (#12363)
- Added support for custom header authentication (#12372)
- Added support for client TLS certificates (#12406)
- Added
--lockedflag tolicensescommand to show data from the lock file instead of installed packages (#12595) - Added
SHELL_VERBOSITYenv var to control verbosity of shell scripts (#12473) - Added support for running
initwithout interaction (#12546) - Added
COMPOSER_PREFER_DEV_OVER_PRERELEASEenv var for use in development together with--prefer-lowestbuilds (#12585) - Added support for Windows Sudo to elevate during self-update (#12543)
- Improved performance of script handlers by reducing ad-hoc autoloader creation (#12456)
- Fixed display of dist refs for dev versions when source is missing (#12562)
- Fixed issue not showing abandoned warnings when a package is abandoned without new release (#12423)
- Fixed compatibility issues with Symfony 7
- Fixed issues with PHP preloading being hard to debug (#12528)
Full Changelog: 2.8.12...2.9.0
2.9.0-RC1
Immutable
release. Only release title and notes can be modified.
Composer 2.9 is ready for a release, and we need your help to test it and report any regression.
Please try it out!
- Running
composer self-update --previewwill get you the 2.9.0-RC1 - Running
composer self-update --stablewill get you back on the latest 2.8 stable release if anything broke. - Report any issues you encounter as a new issue specifying you tried the 2.9 RC and please include stack traces & repro details.
Full Changelog
- Bumped
composer-plugin-apito2.9.0 - Added automatic blocking of packages with security advisories from updates (#11956)
- Added
audit > block-insecureconfig setting to control blocking of updates to package versions with known security advisories (defaults totrue) (#11956) - Added
audit > block-abandonedconfig setting to control blocking of updates to abandoned packages (defaults tofalse) (#11956) - Added
audit > ignore-abandonedconfig setting to ignore some packages (#12572) - Added
--ignore-unreachableflag toauditcommand to allow running audit in environments that do not have access to some repos (#12470) - Added
repositorycommand to add, remove, or update repositories more easily (#12388) - Updated
repositoriesstructure to contain a name attribute and being stored preferably as list instead of object (#12388) - Added support for
--minimal-changesfull updates where only packages that need changing to satisfy modified constraints are updated (#12349) - Added
update-with-minimal-changesconfig setting (andCOMPOSER_MINIMAL_CHANGESenv var) to default to minimal changes (#12545) - Added support for
forgejo/ codeberg.org repositories (#12307) - Added automatic recovery of simple lock file conflicts when running
updatewith a file that has a content-hash conflict (#11517) - Added support for HTTP/3 if libcurl supports it (#12363)
- Added support for custom header authentication (#12372)
- Added support for client TLS certificates (#12406)
- Added
--lockedflag tolicensescommand to show data from the lock file instead of installed packages (#12595) - Added
SHELL_VERBOSITYenv var to control verbosity of shell scripts (#12473) - Added support for running
initwithout interaction (#12546) - Added
COMPOSER_PREFER_DEV_OVER_PRERELEASEenv var for use in development together with--prefer-lowestbuilds (#12585) - Added support for Windows Sudo to elevate during self-update (#12543)
- Improved performance of script handlers by reducing ad-hoc autoloader creation (#12456)
- Fixed display of dist refs for dev versions when source is missing (#12562)
- Fixed issue not showing abandoned warnings when a package is abandoned without new release (#12423)
- Fixed compatibility issues with Symfony 7
- Fixed issues with PHP preloading being hard to debug (#12528)
Full Changelog: 2.8.12...2.9.0-RC1
2.8.12
- Fixed json schema issues with version validation (#12512)
- Fixed PHP 8.5 deprecation warnings (#12513)
- Fixed support for Bitbucket API tokens (#12515)
- Fixed handling of spaces in paths when using binaries (#12524)
- Fixed
config --globalpath resolution issue (#12537) - Reduced peak memory usage while loading packages (#12516)
- Dropped react/promise 2.x support
Full Changelog: 2.8.11...2.8.12
2.8.11
- Fixed PHP 8.5 deprecation warnings (#12504, #12493, #12505)
- Fixed
bumpcommand handling of 0.x versions (#12468) - Fixed psr-4 warnings being shown in some cases when using symlinked directories (#12480)
- Fixed
auditcommand failing hard if any advisory constraint was invalid (#12507)
Full Changelog: 2.8.10...2.8.11
2.8.10
- Fixed plugins appearing loaded despite not being loaded yet in some edge cases (#12442)
- Fixed forward compatibility with Symfony 7.4 (#12445)
- Fixed deprecation warning on PHP 8.4 when platform check fails (#12453)
- Fixed support for new planner role in GitLab (#12426)
- Fixed Bitbucket regression introduced in 2.8.0 (#12462)
- Fixed json schema issues with version validation (#12438)
- Fixed git prompt breaking some systems (#12437)
- Fixed warning on PHP 8.5 when curl is not loaded (#12472)
Full Changelog: 2.8.9...2.8.10
2.8.9
- Fixed json schema issues with version validation (#12376)
- Fixed
bump-after-updatetriggering after anupdate --lock, which makes no sense (#12371) - Fixed zip bomb false positives when unpacking using
ZipArchive(#12409) - Fixed creation of empty archives (#12408)
- Removed output of script being run when running via
composer <script-name>(#12383)
Full Changelog: 2.8.8...2.8.9
2.8.8
- Fixed json schema issues with version validation (#12367)
- Fixed issues running on 32bit machines (#12365)
Full Changelog: 2.8.7...2.8.8
2.8.7
- Bumped justinrainbow/json-schema dependency to 6.x (#12348)
- Added
COMPOSER_MAX_PARALLEL_PROCESSenv var to control max amount of parallel processes Composer will start (#12356) - Added zstd/brotli presence in
diagnosecommand output - Fixed error handler to avoid spamming deprecation notices (#12360)
- Fixed InstalledVersions returning duplicate data at Composer runtime (#12225)
- Fixed handling of
--with ...constraints to make them apply to packages replaced a package with a different name (#12353) - Fixed deprecation warnings showing up in IDE code inspections within the vendor dir (#12331)
- Fixed a few json schema completeness issues (#12332, #12321)
- Fixed issue autoloading files with a .phar inside the path (#12326)
Full Changelog: 2.8.6...2.8.7