Releases: vapor-community/heroku-buildpack
Releases · vapor-community/heroku-buildpack
Swift 5.9 support
This release adds support for Swift 5.9 (release) and makes it the new default version.
Swift 5.9-DEVELOPMENT-SNAPSHOT-2023-08-25-a support
This release adds support for Swift 5.9-DEVELOPMENT-SNAPSHOT-2023-08-25-a.
Use the .swift-version
file or the SWIFT_VERSION
environment variable to install it instead of the stable versions.
Swift 5.8.1 Support
This (rather formulaic) release adds support for Swift 5.8.1, and makes it the new default version.
Swift 5.8 support
58-release Add Swift 5.8 support
Swift 5.7.3 support
This release:
- Adds support for Swift 5.7.3 and sets it as the new default.
- Removes configuration for Swift 5.6.x/5.7.x for Ubuntu 16.04 as those combinations are not actuallz supported.
Swift 5.7.2 support
This release:
- adds support for Swift 5.7.1 and 5.7.2 (new default).
Swift 5.6.3, 5.7 and Heroku-22 support
This release:
- Adds support for Swift 5.6.3.
- Adds support for Swift 5.7 and uses it as the default Swift version.
- By extension, adds support for the Heroku-22 stack as long as you use Swift 5.7 🎉
Swift 5.6.1 and 5.6.2 support
This release sets Swift 5.6.2 to be the new default.
And a new type of error message is printed when running the buildpack on heroku-22.
Swift 5.5.3 and 5.6 support
With this release, Swift 5.6 is the new default version.
Granular install hook support
Starting with this release, the hooks provided by the buildpack are improved:
- The
post_compile
hook is moved ahead in the build process, it is now executed immediately after the project is built, allowing modifications to be done with the .build folder, checked out dependency sources, etc. - Two new hooks –
pre_install
andpost_install
– are introduced before and after the built binaries are moved to their final location in the image.