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

Fix support for node LTS versions #351

Merged
merged 10 commits into from
Nov 8, 2018

Conversation

jacobheun
Copy link
Contributor

@jacobheun jacobheun commented Nov 7, 2018

  • Updates travis builds to be node LTS (6,8,10)
  • Remove use of safe-buffer
  • Update dependencies
  • Fix linting for new version of standard
  • NPNProtocols is no longer used by TLS, so use ALPNProtocols (test suite change only)
  • Fix deprecated warnings

Changes in node 11.1.0

The build is currently breaking for node 11.1.0 as the params for onStreamRead have changed https://github.com/nodejs/node/blob/v11.1.0/lib/internal/stream_base_commons.js#L111. The handle-thing module will need to be updated to support that change.

Depends on

Copy link
Member

@daviddias daviddias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ Thank you @jacobheun for kicking ass and upgrading the whole spdy impl! :D

@daviddias
Copy link
Member

@jacobheun can you please update the package-lock.json with the new released versions of spdy-transport and handle-thing?

@jacobheun
Copy link
Contributor Author

@diasdavid package lock has been updated. I also dropped stable from Travis to focus on the LTS versions. Once spdy-http2/handle-thing#6 is resolved we can update Travis here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants