Release Note
Validated on 8 Aug 2024 • Last edited on 6 Sep 2024
We have updated the following buildpacks for App Platform:
- Go buildpack: We have added additional Go versions and the default version of Go has been updated for Go v1. If you have an existing Go app that uses v0, we recommend upgrading to v1.
- Adds go1.22.2, go1.22.3, go1.22.4
- Adds go1.21.9, go1.21.10, go1.21.11
- Defaults to go1.20.14 when Go version is not specified
- PHP buildpack: We have added additional PHP versions. If you have an existing PHP app that uses v1, we recommend upgrading to v2.
- Adds PHP/8.3.6 - PHP/8.3.9
- Adds PHP/8.2.19 - PHP/8.2.21
- Adds PHP/8.1.28 - PHP/8.1.29
- Python buildpack: We have added additional Python versions and updated the default version for new apps. If you are on Ubuntu-22 and have an existing Python app that is on v3, v2, v1 or v0, we recommend upgrading to v4.
- Python buildpack v4:
- Adds support for Python 3.12.4
- Default Python version for new apps is now 3.12.4
- Python buildpack v4:
- Ruby buildpack: We have added additional Ruby versions and updated the default version for new apps. If you have an existing Ruby app that uses v1, we recommend upgrading to v2.
- Default Ruby version is now 3.1.6
- Adds Ruby versions 3.3.2, 3.3.3, 3.3.4
- Adds Ruby versions 3.1.5, 3.1.6
- NodeJS buildpack: We have updated the NodeJS v1 buildpack version to install
devDependencies
by default ifNODE_ENV
is not set. If you don’t wantdevDependencies
installed, we recommend settingNODE_ENV
toproduction
.