Thingsboard Gateway Versions Save

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols

3.4.6

1 month ago

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

What's Changed

New Contributors

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

3.4.5

2 months ago

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: https://github.com/thingsboard/thingsboard-gateway/compare/3.4.4...3.4.5

3.4.4

4 months ago

Minor release of ThingsBoard IoT Gateway.

Contains bug fixes and improvements.

Changes:

New Contributors

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

3.4.3.1

5 months ago

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

5 months ago

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

Features:

Major fixes:

Full list of Pull requests

New Contributors

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

3.4.2

6 months ago

Minor release, contains bug-fixes and improvements.

What's Changed

New Contributors

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

3.4.1

7 months ago

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: https://github.com/thingsboard/thingsboard-gateway/compare/3.4...3.4.1

3.4

7 months ago

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:

  • Fix for bug with stale data by @mursisoy

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

New Contributors

Full Changelog: https://github.com/thingsboard/thingsboard-gateway/compare/3.3...3.4

3.3

10 months ago

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: https://github.com/thingsboard/thingsboard-gateway/compare/v3.2...3.3

v3.2

1 year ago

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:

  • @devascim
  • @JavierNR
  • @KevinPoole
  • @zhufeng88
  • @anirudh-mehta
  • @micropz
  • @nagarjunredla
  • @wilterdinkrobert
  • @bcl-dev
  • @Maksym2022