node-red-contrib-kolibri
Version:
Node-RED nodes for connecting to a Kolibri Broker (e.g. HMS Hub)
35 lines (20 loc) • 1.16 kB
Markdown
# CHANGELOG
## 1.0.3
- fix: use Error's message property for errors
- fix: remove multiple jest configurations
- chore: update npm dependencies
## 1.0.2
- chore: update npm dependencies
## 1.0.1
- Update dependencies
## 1.0.0
### Breaking Change
The nodes establish the connection to the Kolibri Broker with the Kolibri Protocol used in the kolibri-js-client. Currently the Kolibri Consumer Protocol version v3.2 is used. The Kolibri Protocol v1.0 is no longer supported.
Attention: Logging in with a Kolibri Version v3.2 will convert the user to a new format introduced in v2.0. After that it is not possible to use the v1.0 ('kolibri') protocol version with that user.
Please also keep in mind that the timestamp resolution changed since the kolibri protocol v2.0 to microseconds resolution.
### Features
- Added support for resuming a subscription (kolibri in node) in case of a disconnected node.
- Added support for login to a specified node group path instead of the root path.
### Other
- Nodes are rewritten in Typescript
- Replaced custom client implementation with @hms-networks/kolibri-js-client to communicate with the Kolibri Broker.