Skip to content

Releases: thingsboard/thingsboard-gateway

ThingsBoard IoT Gateway

04 Mar 12:11
Compare
Choose a tag to compare

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:

Full Changelog: 3.4.4...3.4.5

ThingsBoard IoT Gateway

28 Dec 13:58
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT Gateway.

Contains bug fixes and improvements.

Changes:

New Contributors

  • @samy4sam made their first contribution in #1251

Full Changelog: 3.4.3.1...3.4.4

ThingsBoard IoT Gateway

27 Nov 07:14
Compare
Choose a tag to compare

Minor release with hotfixes and improvements.

What's Changed

Full Changelog: 3.4.3...3.4.3.1

ThingsBoard IoT Gateway

22 Nov 07:02
Compare
Choose a tag to compare

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

Features:

  • Added default connectors configurations by @samson0v in #1210 - expected to be available in ThingsBoard 3.6.2+

Major fixes:

Full list of Pull requests

New Contributors

Full Changelog: 3.4.2...3.4.3

ThingsBoard IoT Gateway

01 Nov 13:42
Compare
Choose a tag to compare

Minor release, contains bug-fixes and improvements.

What's Changed

New Contributors

Full Changelog: 3.4.1...3.4.2

ThingsBoard IoT Gateway

11 Oct 09:08
Compare
Choose a tag to compare

What's Changed

Added minor fixes for modbus connector.
Fixed error with logLevel key in connector configuration.

Added backing up for connectors configuration files on update and tb_gateway.json on remote configurator start.

Full Changelog: 3.4...3.4.1

ThingsBoard IoT Gateway

21 Sep 10:12
Compare
Choose a tag to compare

What's Changed

Service:

  • New remote configuration dashboard - Can be used with ThingsBoard version 3.6 or above. Contains new, more convenient dashboards and improved functionality, in comparison to the old one.
  • New Configuration Wizard - Now, you can run tb-gateway-configurator, configure general parameters, like host, port, credentials and connect your gateway to your ThingsBoard account easily. Then, you can use Remote Configuration dashboard to configure other parameters from UI.
  • Added RPC through Connector - Added ability to send "service" RPCs (get/set) to connectors and receive or write a data, without actual device.
  • Changed GRPC library to 1.58.0.
  • General Improvements

Modbus Connector:

  • Fixed RPC processing
  • Fixed uplink converter
  • General Improvements

Rest Connector:

  • General Improvements

SQLite Storage:

Warning: Old yaml file configuration is deprecated, it is recommended to make a backup of your configuration before updating.

New Contributors

Full Changelog: 3.3...3.4

ThingsBoard IoT gateway

28 Jun 10:43
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT gateway. Contains usability improvements and bug fixes.

What's changed:

Gateway service:

  • Added data duplicate detector
  • Added statistics files examples for different OS
  • Added minEventsProcess parameter
  • Added Gateway Shell
  • Added device filtering
  • Fixed reconnecting
  • Added device provisioning
  • Added converter remote configuration update
  • General Improvements

Docker Image:

  • General Improvements

MQTT Connector:

  • Added sendDataOnlyOnChange parameter
  • Added shared subscriptions support
  • General Improvements

Modbus Connector:

  • Added TLS connection support
  • General Improvements

BLE Connector:

  • Added advertising mode support
  • General Improvements

OPC-UA AsyncIO Connector:

  • General Improvements

REST Connector:

  • General Improvements

FTP Connector:

  • General Improvements

SNMP Connetor:

  • General Improvements

Request Connector:

  • General Improvements

OCPP Connector:

  • General Improvements

List of pull requests:

New Contributors

Full Changelog: v3.2...3.3

ThingsBoard IoT gateway

27 Oct 14:37
Compare
Choose a tag to compare

Gateway:

  • Added configurable statistics collecting
  • Added ⚡️ HotReloader for dev mode
  • Fixed and optimized data packing algorithm
  • Added certificates end date checking and generation new one
  • SDK as a dependency for Gateway
  • Added ability to connect to ThingsBoard via the username and password
  • General Improvements

MQTT Connector:

  • Added default bytes data converter
  • Added MQTT 5 support
  • Added get/set RPC methods
  • General Improvements

Modbus Connector:

  • Updated version of the used Modbus library to version >=3.0.0.
    (Installation required, after installation gateway restart required)
  • Added get/set RPC methods
  • General Improvements

Socket Connector:

  • Added set RPC method

OPC-UA AsyncIO Connector:

  • Bug fixes
  • General Improvements

REST Connector:

  • Added get/set RPC methods

OPC-UA Connector:

  • General Improvements

SNMP Connector:

  • General Improvements

ODBC Connector:

  • General Improvements

GRPC Service:

  • General Improvements

Docker Image:

  • Gateway configuration via the env variables
  • Fix for logs location folder
  • Fixed and optimized

[NEW] XMPP Connector

[NEW] OCPP Connector

[NEW] GRPC MQTT Connector

[NEW] GRPC Modbus Connector

[NEW] GRPC OPCUA Connector

Contributors:

ThingsBoard IoT gateway

19 May 13:57
Compare
Choose a tag to compare

Gateway:

  • Added functionality for checking devices activity
  • General Improvements
  • Added new statistic service, it may configured like regular connector by configuration file

Remote Configurator:

  • General Improvements

All Type of Connectors:

  • From now users can add the useGRPC flag for on/off the default GRPC connector realization (using GRPC allows you to get real multiprocessing for the gateway and gives more hardware resources to the gateway)

MQTT Connector:

  • General Improvements
  • From now connector won't pass the None value from the converter

BLE Connector:

  • Improved stability
  • General Improvements

Modbus Connector:

  • General Improvements
  • Improved Modbus Compatibility Adapter
  • Added tests

OPC-UA Connector:

  • From now connector will use node name if key not found in config file
  • Perfomance Improvements
  • General Improvements

REST Connector:

  • Added Remote Response and Custom Response
  • Added opportunity to process query params
  • Added opportunity to receive different data types
  • Added Attribute Request
  • General Improvements

Request Connector:

  • General Improvements

GRPC:

  • Perfomance Improvements
  • General Improvements

Docker Image:

  • Added support for ARM v.7

[New] Socket Connector

  • Added Attribute Request

[New] GRPC Socket Connector

[New] OPC-UA AsyncIO connector
Designed to have better performance and stay updated with actual

Contributors:
ysimonx,
jeffreylauck,
wilterdinkrobert,
VeryBitter,
ferguscan,
Liangzx,
Kretiss,
DavideBorsatti.

Full Changelog: 3.0.1...3.1