Releases: boschrexroth/node-red-contrib-ctrlx-automation
Releases · boschrexroth/node-red-contrib-ctrlx-automation
v1.9.8
06 Feb 14:35
Compare
Sorry, something went wrong.
No results found
fix: support for raw binary data (types/datalayer/raw). E.g. for some EtherCAT nodes, returned now as a buffer (byte array) for further processing.
v1.9.7
09 Dec 15:31
Compare
Sorry, something went wrong.
No results found
fix: update dependencies in package-lock
fix: further improve resilience on invalid data from server
v1.9.6
03 Jun 08:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
feat: added support for IPv6.
v1.8.16
26 Apr 14:24
Compare
Sorry, something went wrong.
No results found
fix: possible connection break on heavy load for commands: create, delete, write.
v1.8.15
14 Mar 15:29
Compare
Sorry, something went wrong.
No results found
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).