- Fix #31
- update dependencies
- Fix #22: re-establish support for node version >= 0.10.40
- indicate supported node and npm versions in package.json
- Fix #21: enable client reconnection after client.disconnect() has been called
- Update dependencies
- Update Joi API
- Fix #15: add support for protocol bridging
- Fix #14
- Naming harmonization: use
apiKey
instead ofkeyId
in the REST client
- Fix #13
- Add update subscription (private API)
- Improve events workflow for MQTT and Websockets transports
- Ensure responses are JSON formatted in the REST client
- Fix endpoint authentication for Socket.io transport when using GET method and userinfo is a JSON object #11
- Fix subscriptions with read access set to false in Stream API #10
- Add authentication using Channel Token for Socket.io transport
- Add authentication using Secret Key for Socket.io transport
- Fix unsubscriptions in Stream API #8
- Call chaining in Stream API
- Addition support for real time Pub/Sub API with Socket.io and MQTT transports #5
- Set code in strict mode
- Updated README
- Addition of Token based authentication for reading, writing and publishing to a channel
- Addition of HISTORY.md file