Skip to content

v3.0.0

Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 28 Feb 08:07
· 40 commits to main since this release
2f29203

heroku/procfile

Added

  • Enabled tracing/telemetry via libcnb's trace feature. (#208)

Changed

  • Updated to Buildpack API 0.10. (#205)
    • All launch processes are now wrapped in bash -c instead of using CNB's direct = false directive, which is no longer available.
    • .profile and .profile.d scripts will no longer be automatically sourced.
    • CNB Lifecycle 0.17 or newer is now required.