-
Notifications
You must be signed in to change notification settings - Fork 108
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
DeprecationWarning - Buffer in node v7 #304
Comments
See also rethinkdb/rethinkdb#6144 |
I get this is v7.1.0, which is the latest stable. Do we have to wait for 8.0.0 for the fix? Thanks! |
What version of rethinkdbdash are you using? |
Oops, looks like I left my comment on the wrong repo. Sorry, I meant to ask that of the node guys. |
I still get this in 7.2. Anyone else? |
What version of rethinkdbdash are you using? |
@neumino my mistake - I thought this was a forum about node. It was the first result on Google so I just assumed. Thanks for replying! |
* 'master' of github.com:neumino/rethinkdbdash: (304 commits) Fix leaked variable from test Bump to 2.3.27 Fix neumino#313 Bump to 2.3.26 fix: return null where new Promises are created but not returned Fix leak in tests Fix leak in tests Bump to 2.3.25 Make identification errors operational such that they can be properly caught - Fix neumino#295 Bump to 2.3.24 Close the stream if an error is emitted since we can't recover frm it Remove the use of Buffer with new for node 7 - Fix neumino#304 Wrap sending the proof in a try/catch in case the connection is closed - Fix neumino#296 Bump to 2.3.23 Prevent bluebird warning - Fix neumino#287 Bump to 2.3.22 Prevent bluebird warning - Fix neumino#285 function r: remove unused parameter `options` readme: minor typo fix Bump to 2.3.21 ...
Node v7 from https://nodejs.org/download/test/
To see the tracing
node --trace-deprecation server
The text was updated successfully, but these errors were encountered: