Thingsboard-gateway

Latest version: v3.4.6

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

Scan your dependencies

Page 1 of 11

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

3.4.2

Minor release, contains bug-fixes and improvements.

What's Changed
* Change thingsboard-gateway.service to use tb_gateway.json instead yaml by LukaszDuss in https://github.com/thingsboard/thingsboard-gateway/pull/1194
* Fixed MQTT RPC by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1201
* Fixed Modbus installation and converter by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1202
* Added Modbus version compatibility for converter by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1203
* Fixed config modification bug for Modbus Connector by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1207
* Fixed Modbus Slaves stopping by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1208
* Fixed OPC-UA remote logging by samson0v in https://github.com/thingsboard/thingsboard-gateway/pull/1209

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

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

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.