Skip to content

Releases: vapor-community/heroku-buildpack

Monorepo support - now with spaces

05 Nov 21:09
5ed3142
Compare
Choose a tag to compare

What's Changed

  • Fix bugs for paths with spaces in them by @jsorge in #83

Full Changelog: package-dir...package-dir-v2

Monorepo Support

05 Nov 15:02
9219f1c
Compare
Choose a tag to compare

What's Changed

  • Allow customizing the path to the package to deploy by @jsorge in #82

New Contributors

Full Changelog: 602-release...package-dir

Swift 6.0.2 support

28 Oct 19:58
Compare
Choose a tag to compare

This release adds support for Swift 6.0.2 fresh out of the oven, and sets it as the new default.

Dynamic stdlib option

30 Sep 14:33
Compare
Choose a tag to compare

What's Changed

  • Add option to revert to dynamic stdlib by @vzsg in #80

Full Changelog: 601-release...dynamic-stdlib-option

Swift 6.0.1 support

30 Sep 10:38
ef4620d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 60-release...601-release

Swift 6.0 and swift-backtrace support

21 Sep 08:56
5836da7
Compare
Choose a tag to compare

This is a big one.

  • Swift 6.0 is now supported and is the new default.
    As noted in the README too, version pinning allows going back to 5.9, because...

  • Starting now, the buildpack no longer supports Swift 5.8 and below. If upgrading is not feasible, use the following command to set an older release of the buildpack which goes back to the ancient times:

    heroku buildpacks:set https://github.com/vapor-community/heroku-buildpack.git#5101-release
  • Applications are now built with a statically linked swift-stdlib. This reduces the slug sizes considerably.

  • Backtracing is now set up correctly, so application crashes have a higher chance1 to be properly captured in the logs.


  1. Up from zero, as Swift 5.9 completely disintegrated the previous library-based solution.

Swift 5.10.1 support

12 Jun 09:10
Compare
Choose a tag to compare

The buildpack now supports and defaults to Swift 5.10.1.

Swift 5.10 support

06 Mar 00:53
Compare
Choose a tag to compare

This release adds support for Swift 5.10 and makes it the new default version.

Swift 5.9.2 support

12 Dec 15:25
Compare
Choose a tag to compare

This release adds support for Swift 5.9.2 and makes it the new default version.

Swift 5.9.1 support

15 Nov 12:15
Compare
Choose a tag to compare

This release adds support for Swift 5.9.1 and makes it the new default version.