Skip to content

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

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).

v1.8.13

27 Jan 12:44
1fca8a8
Compare
Choose a tag to compare
  • fix: support 64bit integer as BigInt to prevent rounding errors on big integer values.
  • fix: prevent "Failed login attempts" after flow gets redeployed with correct credentials (Bug392030).
  • fix: make subscription to properly report error and reconnect when authorization token expires (Bug405282).
  • refactor: update dependency versions. No functional change.

v1.8.9

20 Sep 15:21
17b03c7
Compare
Choose a tag to compare
  • fix: read with argument failed with error DL_TYPE_MISMATCH.