Skip to content

Releases: mtconnect/cppagent

Version v2.5.0.9

09 Jun 13:52
Compare
Choose a tag to compare

What's Changed (2.5.0.8)

  • Version 2.7 could not be released because of GitHub deprecation of Visual Studio 2019
  • Fixed the Debian version number for the package
  • Added correct timestamps transform and added to loopback source
  • Merged corrections to readme and MQTT documentation
  • Switched docker builds back to Alpine since QEMU is working again
  • Fixed WebSocket issues in release builds
  • Upgraded build to Visual Studio 2022 because GitHub is deprecating 2019.
    • Changes cause issues with Release builds and recursive DataSet/Table implementation

Version 2.5.0.9

  • Fixed bug in data set handling

Full Changelog: v2.5.0.6...v2.5.0.9

Version 2.5.0.6

29 May 03:05
Compare
Choose a tag to compare

What's Changed

  • Fix transform to fix correct timestamps to update the last time in the state cache
  • Added correct timestamps to loopback source

Full Changelog: v2.5.0.5...v2.5.0.6

Release 2.5.0.5

19 May 18:08
60ed63e
Compare
Choose a tag to compare

The following new features have been added to the agent:

  • Observation validation for all data types has been added.
    • Validate numeric values for samples and event types.
    • Validate controlled vocabularies (existing)
    • Validation must be turned on and the schema version must be >= 2.5.
  • Added timestamp correction when an observation timestamp is before the previous observation
    • This is enabled with the CorrectTimestamps

Version v2.5.0.4

24 Mar 17:58
b672799
Compare
Choose a tag to compare

What's Changed

  • 533 Fixed Agent device data items for MQTT adapter changing on restart

Version v2.5.0.3

11 Mar 16:14
6fe66eb
Compare
Choose a tag to compare
  • Fixed unit conversion issue when converting between kWh and Ws.
  • Multipart conversions like: KILOWATT_HOUR to WATT_SECOND did not multiply the temporal component.

Version v2.5.0.2

09 Mar 02:57
Compare
Choose a tag to compare

The following feature was added:

  • Added support for DataSets and tables in XML parsing for Configuration CoordinateSystem and Motion.

Version 2.5.0.1

26 Feb 16:12
Compare
Choose a tag to compare

This is the first release of Version 2.5 of the MTConnect agent. It includes the following new capabilities:

  • Support for validation of the MTConnect Streams document
    • In the configuration file set: Validation = true
    • At present, it only validates controlled vocabulary (enumerations). In future releases, we will validate all types.
  • Added support for new asset models: Pallet and Fixture
  • Supports WebSockets communication using the REST interface
  • Deprecated the old MQTT Server, topics now mirror probe, current, and streams.

Issues

  • DataSet support in 2.5 for Configuration items like Axis, Transformation, and Rotation are not currently supported
    • Support will be added in the next couple of weeks.
  • Automatic CD docker release process is not working.

Version v2.4.0.9

21 Jan 15:23
8c5b6ad
Compare
Choose a tag to compare

This is a minor release:

What's Changed

Full Changelog: v2.4.0.8...v2.4.0.9

Version v2.4.0.8

05 Jan 01:18
be0d0c3
Compare
Choose a tag to compare

This is a bug fix release. Fixed Uuid in the configuration file for a specific adaptrer associated with a device.

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.