Skip to content

Releases: boschrexroth/node-red-contrib-ctrlx-automation

v1.9.7

09 Dec 15:31
a710685
Compare
Choose a tag to compare
  • fix: update dependencies in package-lock
  • fix: further improve resilience on invalid data from server

v1.9.6

03 Jun 08:20
c133317
Compare
Choose a tag to compare
  • 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

19 Mar 12:08
Compare
Choose a tag to compare
  • 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

27 Oct 08:19
e7fb667
Compare
Choose a tag to compare
  • 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

16 Oct 17:23
46ba062
Compare
Choose a tag to compare
  • 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

12 May 15:18
05f05b3
Compare
Choose a tag to compare
  • 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

05 May 07:07
d91816f
Compare
Choose a tag to compare
  • feat: added support for IPv6.

v1.8.16

26 Apr 14:24
05f73cf
Compare
Choose a tag to compare
  • fix: possible connection break on heavy load for commands: create, delete, write.

v1.8.15

14 Mar 15:29
9204938
Compare
Choose a tag to compare
  • 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

03 Mar 14:55
97adcdb
Compare
Choose a tag to compare
  • fix: improve diagnostics for misconfigured subscriptions. E.g. when a single node of a subscription is missing (Bug449366).