Thingsboard-gateway

Latest version: v3.5

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 11

3.5

Minor release of ThingsBoard IoT gateway.

Main feature of this release is a possibility to configure MQTT connector using dashboard form on UI, it is available in ThingsBoard 3.7 or above. Configuration structure for MQTT connector was changed, but it will be automatically converted from old structure to new. Also, this release contains a lot of bug fixes and improvements, the full list of changes is available below.

What's Changed
* Updated MQTT connector (new config format) by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1357
* Fixed logger init by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1364
* Fix issue 1316 and 1326 by zwoabier in https://github.com/thingsboard/thingsboard-gateway/pull/1327
* Fixed sending device details by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1367
* Added enableRemoteLogging param for connectors by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1372
* Fixed creating logs handler files by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1373
* Deleted sending default connectors config feature by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1374
* [FIX] Added version file. by devaskim in https://github.com/thingsboard/thingsboard-gateway/pull/1317
* Fixed getting connector id by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1379
* Fixed handling active connectors by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1382
* Fixed sending remote logging level by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1386
* Fixed BLE connector stopping by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1392
* Fixed getting connector id/name from remote config by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1393
* Fixed stopping gateway modbus slave thread by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1394
* Added MessageSecurityMode param for OPC-UA Async by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1395
* Added device connector name updating when connector name changed by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1397
* Added errors count resetting every 60 sec by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1398
* Fixed remote configs handle blocking by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1399
* Fixed device connector name updating by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1400
* Added log message on connection refused to TB by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1401

New Contributors
* zwoabier made their first contribution in https://github.com/thingsboard/thingsboard-gateway/pull/1327

**Full Changelog**: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.6...3.5

3.4.6

Minor release of ThingsBoard IoT Gateway, contains fixes and improvements.

What's Changed
* Fixed custom serial connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1329
* Fixed exception handling tb_gateway_service by devaskim in https://github.com/thingsboard/thingsboard-gateway/pull/1325
* Fixed TBClient reconnecting by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1337
* Fixed stopping remote logging by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1340
* Fixed update_device method by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1342
* Replaced OPC-UA as deprecated connector with OPC-UA AsyncIO by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1347
* Fix by lgw666 in https://github.com/thingsboard/thingsboard-gateway/pull/1349
* Added missed getter for connector ID by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1350
* Fixed OPC-UA connector type resolving by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1351

New Contributors
* lgw666 made their first contribution in https://github.com/thingsboard/thingsboard-gateway/pull/1349

**Full Changelog**: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.5...3.4.6

3.4.5

Minor release of ThingsBoard IoT gateway.

This release contains:

Improvements:
1. General service improvements for remote configuration and general performance.
2. Added rate limits, they are required to avoid issues with online ThingsBoard servers. In case of using the gateway with ThingsBoard on premise installation - rate limits can be changed using **TB_GW_RATE_LIMITS** environment variable. You can set the value for this variable to ***1000:1; 60000:60*** (Number before ":" - amount of the messages, Number after ":" - time in seconds), if you are using rate limits on ThingsBoard. Otherwise you can set the value of **TB_GW_RATE_LIMITS** to ***10000:1***. *Rate limits will be received automatically in future releases*

Fixes:
1. Modbus connector fixes
2. OPC-UA connector fixes
3. MQTT connector fixes
4. General service fixes

List of PRs:
* opcua: Fixes issues with computing "information" based on path by wilterdinkrobert in https://github.com/thingsboard/thingsboard-gateway/pull/1270
* Minor fixes for Socket and REST connectors by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1273
* Bugfix/fix double slash by wilterdinkrobert in https://github.com/thingsboard/thingsboard-gateway/pull/1274
* Feature/connector id instead of name identification by imbeacon in https://github.com/thingsboard/thingsboard-gateway/pull/1276
* Added blackbox tests for Modbus connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1280
* fixbug:the rpc request in progress got replaced by the new rpc request by donghbcn in https://github.com/thingsboard/thingsboard-gateway/pull/1242
* Added blackbox tests for Modbus attribute updates by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1285
* Added blackbox tests for Modbus RPC by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1289
* Fixed modbus server host by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1301
* Tests improvement by imbeacon in https://github.com/thingsboard/thingsboard-gateway/pull/1302
* Fixed attributes request method for MQTT connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1306
* Fixed reading GUID nodes for OPC-UA connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1307
* Fixed reading base64string nodes for OPC-UA connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1308
* Fixed reading two same nodes for OPC-UA connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1309
* Fixed stopping REST connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1310
* Fixed stopping Modbus connector without exception raise by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1313
* Fixed connectors duplication start during gRPC config changed by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1315
* Fixed TbLogger initialization by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1320
* Increased timeout for Modbus RPC blackbox tests by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1321
* Added RATE_LIMITS env variable by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1324


**Full Changelog**: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.4...3.4.5

3.4.4

Minor release of ThingsBoard IoT Gateway.

Contains bug fixes and improvements.

Changes:
* Fixed OCPP Connector stopping by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1244
* Optimized sending logs and info by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1245
* Fixed config converting by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1246
* Changed log level from ERROR to WARNING when connectors were not found by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1248
* Fixed sending default connectors config by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1253
* Include sub variables by samy4sam in https://github.com/thingsboard/thingsboard-gateway/pull/1251
* Fixed REST Connector stopping by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1259
* Fixed FTP RPCs processing by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1260

New Contributors
* samy4sam made their first contribution in https://github.com/thingsboard/thingsboard-gateway/pull/1251

**Full Changelog**: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.3.1...3.4.4

3.4.3.1

Minor release with hotfixes and improvements.

What's Changed

**Full Changelog**: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.3...3.4.3.1

3.4.3

Minor release of ThingsBoard IoT gateway.
Contains fixes and minor features for remote contiguration.

Features:
* Added default connectors configurations by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1210 - expected to be available in ThingsBoard 3.6.2+

Major fixes:

* Refresh `sys.path` after lib install by dmohns in https://github.com/thingsboard/thingsboard-gateway/pull/1235
* Fixes in BACnet connector by samson0v

Full list of Pull requests
* Added default connectors configurations by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1210
* Fixed BACnet logging by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1213
* Fixed BACnet stopping bug by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1219
* Fixed BACnet application by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1224
* Fixed and improved default JSON MQTT uplink converter. by devaskim in https://github.com/thingsboard/thingsboard-gateway/pull/1190
* Fixed backup making by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1229
* Fixed XMPP Connector backup making by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1230
* Fixed XMPP Connector lib name by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1231
* Refresh `sys.path` after lib install by dmohns in https://github.com/thingsboard/thingsboard-gateway/pull/1235
* bugfix:deviceName is not in content['data'] but in content, and shoul… by donghbcn in https://github.com/thingsboard/thingsboard-gateway/pull/1234

New Contributors
* dmohns made their first contribution in https://github.com/thingsboard/thingsboard-gateway/pull/1235
* donghbcn made their first contribution in https://github.com/thingsboard/thingsboard-gateway/pull/1234

**Full Changelog**: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.2...3.4.3

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.