Skip to content

Releases: mtconnect/cppagent

Version 2.4.0.7

28 Nov 19:16
33d8e5b
Compare
Choose a tag to compare

Added support for data sets and tables for sample category.

Version v2.4.0.6

26 Nov 17:11
5b941a1
Compare
Choose a tag to compare

What's Changed

  • Use log channel to divide traffic for various plugin logging by @simonyg in #498

Version 2.4.0.5

20 Nov 18:12
ccb0e40
Compare
Choose a tag to compare
  • Added addition hook after start to allow callback after all services have started.
  • Added sink contract access to the hooks so they can have actions called after certain events in the agent.

Version v2.4.0.4

09 Oct 16:53
Compare
Choose a tag to compare

Minor Bug Fix

  • The agent now logs and exits if the adapter URL is malformed.

Version v2.4.0.3

03 Oct 19:26
Compare
Choose a tag to compare

Bug Fix Release

  • Fixed error handling when MQTT adapter json keys do not match any data item. Logs an error and continues.

Version 2.4.0.2

23 Sep 21:29
Compare
Choose a tag to compare

Fixed Device.xml dynamic loading where the file has not changed. It was causing a crash when a current was run.

Version 2.4.0.1

08 Aug 14:21
5d1510c
Compare
Choose a tag to compare

Adds the following features

  • Added json schem for configuration files
  • Fixed documentation for the configuration in the readme.
  • Added xpath to the Mqtt2Service to subselect what components and data items will be published.

Full Changelog: v2.3.0.16...v2.4.0.1

Version v2.3.0.16

04 Jul 18:35
5898975
Compare
Choose a tag to compare

Features

  • Added MqttRetain and MqttQOS options for the MqttSink2. See docs.

Bug Fixes

  • Fixed URL parsing for Mqtt adapters
  • Added period and rate filters to the agent adapter

Version v2.3.0.15

02 Jul 20:49
a5ba74c
Compare
Choose a tag to compare

New Features

  • MqttRetain and MqttQOS are now settable options in the configuration of Mqtt 2 Service (the latest).
    • MqttQOS options are: at_least_once, at_most_once, and exactly_once. The default is at_least_once
    • MqttRetain can be true or false.

Bug Fixes

  • UUID device changes were not being pushed through to the Mqtt Service and were not reposting. This required redoing the UUID and device changed handling to better support changes in pub/sub services other than REST.

Version v2.3.0.14

19 Jun 23:04
43331b2
Compare
Choose a tag to compare

Bug fix release

  • Fixed issues with MQTT disconnect and options passing to the pipeline
  • Fixed MQTT Host and Port in the URL