Skip to content

Releases: thingsboard/thingsboard-gateway

ThingsBoard IoT gateway

22 Mar 10:59
Compare
Choose a tag to compare

ThingsBoard IoT gateway minor release, includes fixes and improvements for:

  • MQTT connector;
  • Modbus Connector;
  • Request Connector;
  • ODBC Connector;
  • TB Gateway service fixes and improvements;

ThingsBoard IoT gateway

07 Dec 07:51
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT gateway.

Contains fixes and improvements.

Additional hotfix for #432 .

ThingsBoard IoT gateway

20 Nov 12:38
Compare
Choose a tag to compare

Minor release.
Contains fixes for Modbus Connector, BACnet connector and improvements for the gateway service.

ThingsBoard IoT gateway

22 Oct 10:50
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT Gateway.

Contains fixes.

ThingsBoard IoT gateway

14 Sep 11:08
Compare
Choose a tag to compare

ThingsBoard IoT gateway minor release, includes fixes and improvements for:

  • MQTT connector;
  • Modbus Connector;
  • OPC-UA connector (Thanks @joerg555);
  • TB updater fixes;
  • TB Gateway service fixes and improvements;

Additional features:

  • If no connectors in connectors section in tb_gateway.yaml file - the gateway automatically turns on remote configuration and you are able to configure it from Gateways dashboard on ThingsBoard.
  • qos parameter in general configuration (Quality of service for connection between the gateway and ThingsBoard instance, supported values - at most once 0 or at least once 1)

ThingsBoard IoT gateway

20 Jul 09:34
Compare
Choose a tag to compare

Main features

  • [SNMP Connector] Add ability to get information from SNMP manager.
  • [Remote shell] Add ability to get access to the device shell from ThingsBoard UI.

Additional features:

  • Optimized dependencies.

Bug fixes:

  • Fix for RPC
  • Fix for REST Connector
  • Fix for Modbus Connector
  • Some minor fixes.

ThingsBoard IoT gateway

02 Jul 13:00
Compare
Choose a tag to compare

Additional features:

  • [BLE Connector] Added address type configuration parameter #334

Bug fixes:

  • Fix for RPC calls after auto-reconnect to ThingsBoard
  • Fix for auto-reconnect to MQTT broker
  • Fix #320
  • Fix for #318
  • Fix for Docker image
  • Fix for package generation script

ThingsBoard IoT gateway

16 Jun 12:30
Compare
Choose a tag to compare

Minor release with the following improvements.

Main features:

  • [REST Connector] Added REST Connector to create your own endpoints and process the HTTP messages.

Improvements:

  • [ODBC Connector] Improvements and tests.
  • [CAN connector] Improvements and tests.
  • [TB Utility] Installation improvements.

Bug fixes:

  • [ODBC Connector] Fixes.
  • [CAN Connector] Fixes.
  • [TB Gateway Service] RPC command processing fixes.

ThingsBoard IoT gateway

21 May 04:46
Compare
Choose a tag to compare
Pre-release

Minor release with the following improvements.

Improvements:

  • [OPC-UA Connector] Minor improvements

ThingsBoard IoT gateway

19 May 12:19
Compare
Choose a tag to compare

Minor release with the following improvements.

Additional features:

  • [Auto-update notifier] Checking for new version is included in the gateway. If the new version will be available, you will know about it from logs.
  • [RPC update request] To update your gateway just send RPC requests "gateway_update" and "gateway_restart" from TB to the gateway

Improvements:

  • [MQTT Connector] Added ability to use JSON-Path Expressions as attribute/telemetry key. Found value will be used as a key on ThingsBoard.

Bug fixes:

  • [Storage] Major fix in the storage.
  • Some fixes.