feathersjs-ecosystem / socketio

[MOVED] The Feathers Socket.io websocket transport plugin
https://github.com/feathersjs/feathers
MIT License
37 stars 14 forks source link

Upgrade to socket.io 1.4 #39

Closed timelesshaze closed 8 years ago

timelesshaze commented 8 years ago

There seem to be no breaking changes (npm test is passing). Operations returning large results would benefit from the automatic compression.

daffl commented 8 years ago

The ^1.3.7 version range matches version 1.4.x as well. If you reinstall your projects with a clean cache and run npm ls socketio you will see that you get the latest 1.4.

We use Greenkeeper for all our repositories to keep dependencies up to date and it will automatically submit a pull request if a new version that does not match the range or where the build fails got published.

timelesshaze commented 8 years ago

Thank you!