- Upgrade request to v2.88.0
- Upgrade socket.io-client to v2.3.0
- Replace deprecated joi with @hapi/joi v16.1.8
- Upgrade mqtt to v2.18.8
- Upgrade dev dependency chai to v4.2.0
- Upgrade dev dependency jshint to v2.10.3
- Upgrade dev dependency mocha to v6.2.2
- Remove unused dev dependencies coveralls and istanbul
- Upgrade extend to v3.0.2 to eliminate a security vulnerability PR #40
- Support creation of FCM Beerules #39
- Specify ACL resources in IAM Token creation and update #38
- Add MQTT and Socketio test cases #29
- Allow MQTT connections to accept
clientid
oruserid
and connection client id
- Fix #36: Add support for Beebotte IAM Token management
- Fix #35: Add support for Beerules management
- Enhance MQTT test cases #29
- Update MQTT version in package.json
- Fix #33: Update read API limit to 50000 records per call
- Fix #32: update MQTT.js dependency to address CVE-2017-10910
- 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