From 7a54a570a568788b77a8a028a407aaacabcba2d2 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 10 Dec 2024 10:39:42 -0700 Subject: [PATCH] add release note for Composer 2.8.3 --- .../releasenotes/2024-12-10-composer-2-8-3.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/releasenotes/2024-12-10-composer-2-8-3.md diff --git a/source/releasenotes/2024-12-10-composer-2-8-3.md b/source/releasenotes/2024-12-10-composer-2-8-3.md new file mode 100644 index 0000000000..eef519b1ee --- /dev/null +++ b/source/releasenotes/2024-12-10-composer-2-8-3.md @@ -0,0 +1,23 @@ +--- +title: Composer 2.8.3 now available +published_date: "2024-12-10" +categories: [infrastructure,tools-apis] +--- + +Composer 2.8.3 is now available on Pantheon as of December 10, 2024. + +### No action required + +Composer 2.8.3 will slowly roll out to all Integrated Composer sites on Pantheon automatically. There is no action required on your part. + +### Breaking changes + +There is one potentially breaking change added in [2.8.0](https://github.com/composer/composer/releases/tag/2.8.0) that developers should be aware of. The fallback behavior of `https_proxy` to `http_proxy` has been removed as previously warned in [2.7.3](https://github.com/composer/composer/releases/tag/2.7.3). + +### Highlights + +Between versions 2.7.7 and 2.8.3, Composer introduced several enhancements, including the `--patch-only` flag for the `update` command to restrict updates to patch versions and improved interactive package update selection with better package display. A key improvement was adding JSON schema validation for `composer.lock` files. Updates also addressed PHP 8.4 compatibility and resolved issues with provider suggestions and lock file schemas. + +You can see all of the changes made between [2.7.7 and 2.8.3 by comparing the tags](https://github.com/composer/composer/compare/2.7.7...2.8.3) or see the highlights on [Composer's Releases page](https://github.com/composer/composer/releases) + +To learn more about Composer on Pantheon, visit our guide on [Integrated Composer](https://docs.pantheon.io/guides/integrated-composer). \ No newline at end of file