From 4ee804f20b07c569ebf3c0bfbd1035537f4d4cc6 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 14 Apr 2022 18:18:50 +0800 Subject: [PATCH] thingsboard-gateway: upgrade 2.8 -> 2.9 Changelog: ========== Gateway: ----------- Fixed reconnection Gateway to ThingsBoard bug Added minPackSendDelayMS to config file Fixed certificate loading Fixed remote logging feature Fix for RPC calls to connectors. Thanks @mjbernet3 MQTT Connector: --------------- Added JSONPath parsing to RPC valueExpression config section Added attributeRequests config section Added retain flag for attributeUpdates, attributeRequests Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections Modbus Connector: ------------------ Added configuration parameters: retries - Count of retries if polling was failed (default 3) retryOnError - Retry to get data if server returns an error (default true) retryOnInvalid - Retry to get data if server returns invalid data (default true) REST Connector: ----------------- Added SSL Support Added JSONPath parsing to RPC valueExpression config section Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections BACNet Connector: ----------------- General improvements Request Connector: ------------------- General improvements Added JSONPath parsing to RPC valueExpression config section Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections ODBC Connector: ---------------- Bugs fixed (adding timestamp to telemetry) FTP Connector: --------------- Added opportunity to combine values in attributes, telemetry config section for JSON files Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{thingsboard-gateway_2.8.bb => thingsboard-gateway_2.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/{thingsboard-gateway_2.8.bb => thingsboard-gateway_2.9.bb} (95%) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.8.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.9.bb similarity index 95% rename from meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.8.bb rename to meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.9.bb index 6ff98abe5f..82d515dfef 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.8.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.9.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://thingsboard.io/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI[sha256sum] = "35a8aa0268e61b15d689439927756934a28757dc77ad5f03ee6a9119edc37199" +SRC_URI[sha256sum] = "3341188a386726a5feb87e5fa04edb999de69e38ee8b4ea5b7d59165729ba0be" inherit pypi setuptools3