Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Tags: Airbase/heroku-buildpack-nodejs

Tags

v152

Toggle v152's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[internal] Replace nodebin usage in hatchet tests (heroku#669)

[internal] Replace nodebin usage in hatchet tests

v151

Toggle v151's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecate nodebin in favor of go binary (heroku#667)

* Deprecate nodebin in favor of go binary

v150

Toggle v150's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolve more inconsistencies with version selection (heroku#666)

* Resolve more inconsistencies with version selection

Data from the dark-launch of the new resolve logic shows the same result
99.5% of the time. There are two classes where things differ:

- Version numbers of leading v's. Ex: v10.15.3
- Cases where the resolve function fails and the nodebin request succeeds

To that end I've updated the underlying semver library to correctly parse the
leading v's and bumped the version.

I've also written a retry loop around resolve to match the `--retry 5`
option in the curl request

* Add linear backoff to retry logic

v149

Toggle v149's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolve the known behavior mismatches between nodebin and the go logic (

heroku#664)

v148

Toggle v148's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compare new semver logic for node binaries (heroku#663)

v147

Toggle v147's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add node 12 as a support / tested version for Node Metrics beta (hero…

…ku#662)

v146

Toggle v146's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecate iojs (heroku#658)

* Deprecate iojs

v145

Toggle v145's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean up script metrics and logging (heroku#647)

* Clean up script metrics and logging

* Log build scripts out before they are run

* Fix tests and broken implementation

v144

Toggle v144's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove breaking change warning (heroku#644)

v143

Toggle v143's commit message
Add v140 to changelog (heroku#640)