You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to limit database files size in SQLite storage (#1822) @Andry925
🔗 Connectors improvements
BACnet
Added device states synchronization on device connect(#1843) @samson0v
Added ability to use priority in downlinks (#1844) @samson0v
Added ability to connect to foreign device (#1856) @apachler
Add rechecking for objects reading when they failed (#1813) @samson0v
MQTT
Support for PAHO client keepalive in MQTT connector (#1865) @apachler
Added special attribute to converter (SUPPORTS_BYTES_PAYLOAD) if present in converter object it changes type of data that passed to converter to raw bytes (8c1748f) @imbeacon
Request
Added ability to define different hosts in the same connector (#1856) @apachler
REST
Added ability to use SSL client certificates for outgoing request (#1856)
Added ability to use query string parameters with request methods other than GET (#1856) @apachler
Added ability to use URL matching info like "endpoint": "/myapi/{someKey:.*}" (#1856) @apachler
OPC-UA
Added device states synchronization on device connect (#1843) @samson0v
Added identifier support for device name/profile expression (#1815) @samson0v
Added reconnectRetriesCount, reconnectBackoffInitialDelay, reconnectBackoffFactor to get ability to control reconnection (bc15f4f) @imbeacon
FTP
Added ability to use "tsField" like in MQTT and REST connectors (1509189) @imbeacon