0.8.0
- Implemented protocol plugins support
- Added a new plugin configuration argument: "loadedBy", taking "all", "server" or "worker". Its purpose is to limit plugin installation & loading only by the corresponding kuzzle instance type
- Added socket.io plugin as a default plugin
- removed socket.io dependency
- updated unit and functional tests
- updated plugin documentation
- REST protocol is now linked to the port 7511 instead of 7512
- Reworked plugin installation so that servers and workers can act independantly. This removes the "normal" errors we got when starting Kuzzle
- Added a banner to inform users when a Kuzzle instance is up, running, and accepting requests
Others:
- removed winston dependency