-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Don't drop query variables on handshake #2745
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
Conversation
"has-binary": "0.1.7", | ||
"debug": "2.2.0" | ||
"object-assign": "^4.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please pin the dependency here please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Missed it sorry!
Hi, just wanna ask why require |
@jasperck node 0.10 and 0.12 are still being supported and they don't have native |
@perrin4869 Thanks for the feedback. Yep I saw the build and got it now. Adding a note for removing the dependency in the future sounds good. |
@jasperck maybe opening an issue as a remainder might do it, but considering the number of open issues right now, it would just get buried and forgotten... |
Yes please! This is breaking for us too 😄 |
1.6.0 is out! Regarding node 0.10 and 0.12, I think we'll deprecate those version in the next major bump (which will be eventually needed if we want to update ws). |
Excellent – thanks! I'll test it later today 👍 that was very fast 👏 |
Works great 👌 |
Parameters passed during handshake, such as tokens, were being dropped.
The kind of change this PR does introduce
Current behaviour
Right now parameters passed during handshake, such as tokens, are being dropped.
New behaviour
Parameters are preserved as intended
Other information (e.g. related issues)
Fixes #2712