Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

69 lines (42 loc) · 1.71 KB

Bug Fixes

  • Fix vulnerability issues

Feature

Update event

  • Update update config event to support the operation documented here

Feature

  • Add update config operation

Feature

  • Add AMQP reconnection support

Feature

  • Add support to the new AMQP API documented here

Bug Fixes

  • Fix error catching when subscribing to response

Improvements

  • Add prettier formatter
  • Add unit test to all operations

Bug Fixes

  • Wait to publish message after subscription
  • Fix handleResponse callback
  • Fix error when pass invalid event to on

Improvements

  • Change queue and consumerTag default names
  • Use uniqid lib instead of random numbers

Features

  • Methods to communicate with KNoT Cloud Core AMQP API.
    • connect()
    • close()
    • register()
    • unregister()
    • getDevices()
    • updateSchema()
    • publishData()
    • getData()
    • setData()
    • on()