Releases: boschrexroth/node-red-contrib-ctrlx-automation
Releases · boschrexroth/node-red-contrib-ctrlx-automation
v1.9.7
- fix: update dependencies in package-lock
- fix: further improve resilience on invalid data from server
v1.9.6
- fix: catch exception when server sends invalid/incomplete json in subscription (Bug849302).
- fix: add more tests to handle node address with invalid symbols
v1.9.5
- fix: timeout of connection with Node.js v19. "Read timeout, received no data in undefinedms, assuming connection is dead". Bug750465.
- fix: update dependencies
v1.9.3
- feat: dynamic subscriptions to change subscription at runtime
- feat: support new subscription properties
- feat: show and limit number of pending requests
- fix: default payload format changed to
value + type
- fix: change sampling interval to microseconds
- fix: automatic reconnect of subscription on reboot of control
- fix: subscription with ipv6 address that contains a zone index
v1.8.19
- fix: make IPv6 work on device.
- fix: support addresses with special characters (e.g. '^' in 'mm/s^2').
- docs: updated and extended the example flows.
v1.8.18
- fix: possible node crash on browsing with bad credentials
- improvement: parsing of host is more robust and accepts more flavours (e.g. trailing slashes)
v1.8.17
- feat: added support for IPv6.
v1.8.16
- fix: possible connection break on heavy load for commands: create, delete, write.
v1.8.15
- fix: make subscribe node useable on other ports than 443 (Bug457112).
- fix: remove an uncaught exception which was introduced with version 1.8.14 (Bug454078).
v1.8.14
- fix: improve diagnostics for misconfigured subscriptions. E.g. when a single node of a subscription is missing (Bug449366).