Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update supported engines to be less strict #552

Merged
merged 2 commits into from
May 1, 2019
Merged

update supported engines to be less strict #552

merged 2 commits into from
May 1, 2019

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented May 1, 2019

This PR updates the supported engines to be less strict.

Originally, the engines were made more strict because of potential issues with old versions of Node that have bugs which may impact the tracer. However, there are similar issues with versions above the currently supported engines, so this proved to be less predictable that expected.

Instead of bumping the version number constantly as we find new bugs in Node, we should instead loosen the range to support the entire range of the major versions we support.

If any user hits one of the issues we were trying to avoid, we can recommend they update Node and/or we can investigate a way to work around the issue.

@rochdev rochdev added enhancement New feature or request core labels May 1, 2019
@rochdev rochdev merged commit 80ec14f into master May 1, 2019
@rochdev rochdev deleted the node-gte-4 branch May 1, 2019 17:07
@rochdev rochdev added this to the 0.11.1 milestone May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants