Releases: thingsboard/thingsboard-edge
ThingsBoard Edge 4.3.1 Release
What's Changed
Minor release with everything from TB CE v4.3.1:
- Event-sourced propagation for admin settings by @volodymyr-babak in thingsboard/thingsboard#15050
ThingsBoard Edge 4.2.2 Release
What's Changed
Minor release with everything from TB CE v4.2.2:
- Event-sourced propagation for admin settings by @volodymyr-babak in thingsboard/thingsboard#15050
ThingsBoard Edge 4.3.0.1 Release
What's Changed
Patch release with everything from TB CE v4.3.0.1
ThingsBoard Edge 4.2.1.2 Release
What's Changed
Patch release with everything from TB CE v4.2.1.2
ThingsBoard Edge 4.3 Release
What's Changed
This release is based on ThingsBoard CE v4.3 and adds the following:
Major improvements
- Added AI model sync by @jekka001 in thingsboard/thingsboard#13998
- Sync user and user credentials from Edge to Cloud by @volodymyr-babak in thingsboard/thingsboard#14352
- Propagate entity deletions from edge to cloud (asset, device, dashboard, entity view) by @MazurenkoNick in thingsboard/thingsboard#14447
- Edge Events - added merge and filter duplicates by @volodymyr-babak in thingsboard/thingsboard#14603
- Cloud Events - added merge and filter duplicates by @volodymyr-babak in #209
- Refactor BaseCloudManagerService and its implementations by @MazurenkoNick in #208
- Avoid duplicate edge updates by @MazurenkoNick in thingsboard/thingsboard#14489
Bug fixes
- Improved Edge session cleanup to prevent resource leaks and message backlog due to unstable network conditions and Kafka busy timeout by @bcblr1993 in thingsboard/thingsboard#13843
ThingsBoard Edge 4.2.1.1 Release
What's Changed
Patch release with everything from TB CE v4.2.1.1:
- Fixed customer unassignments in the dashboard during edge event processing by @MazurenkoNick in thingsboard/thingsboard#14461
- Fixed events from different edges being mixed together in one queue by @MazurenkoNick in thingsboard/thingsboard#14613
- Fixed dead Kafka consumer groups causing Edge sync failures by @volodymyr-babak in thingsboard/thingsboard#14425
- Fixed infinite loop on Edge Kafka consumer commit failure by @volodymyr-babak in thingsboard/thingsboard#14616
ThingsBoard Edge 4.2.1 Release
What's Changed
Minor release with everything from TB CE v4.2.1:
Bug fixes
- Consumer loop commit failures: Fixed an issue where the cloud consumer failed when the connection to the cloud was closed for longer than the configured Kafka consumer poll timeout.;
ThingsBoard Edge 4.2 Release
What's Changed
Major release with everything from TB CE v4.2:
-
Downlink queue statistics: Introduced support for reporting Downlink queue metrics as timeseries telemetry by @jekka001 in thingsboard/thingsboard#13651;
-
Uplink queue statistics: Introduced support for reporting Uplink queue metrics as timeseries telemetry by @jekka001 in #184;
Bug fixes
-
Kafka Pending Events Issue During Sync: Added buffering of pending events and ensured they are processed once sync is complete by @jekka001 in #194;
-
Timeseries Uplink Fixes: Ensure Timeseries Events Are Not Dropped After X Delivery Attempts by @volodymyr-babak in #182;
-
Rule Chain Sync Fixes: Fixes rule chain updates from Edge to Cloud by @jekka001 in thingsboard/thingsboard#13599;
ThingsBoard Edge 4.1 Release
What's Changed
Major release with everything from TB CE v4.1:
- Calculated Fields Support: Added support for syncing calculated fields to Edge by @jekka001 in thingsboard/thingsboard#13494;
Bug fixes
- Timeseries Cloud Delivery Fixes: Ensure Timeseries Events Are Not Dropped After X Delivery Attempts by @volodymyr-babak in #182;
ThingsBoard Edge 4.0.1 Release
What's Changed
Major release with everything from TB CE v4.0.1:
- Edge Clustering: Ability to run multiple Edge nodes in a clustered, high-availability setup by @AndriiLandiak in thingsboard/thingsboard#9195;
- Edge Rule Chain Editing: Ability to create and edit Rule Chains directly on Edge by @AndriiLandiak in #131;