Skip to content

Releases: mtconnect/cppagent

Version 2.0.0 Build 5

30 May 17:32
Compare
Choose a tag to compare

Changes in this build:

  • Fixed service start and core when no argument is given.
  • Added support for parsing and generating Raw Materials and QIF docs
    • Generates QIF in both XML native and JSON renderings
  • Extensions to the handling of extended XML attributes and unordered items.

Version 2.0.0 Build 4

27 May 21:02
ce1f0fb
Compare
Choose a tag to compare

Fixed the following two issues:

  • Failure to start as a service: #214
  • Failed to parse Conditions from HTTP put: #215

Includes Version 2.0.0.3

Version 2.0.0 Build 2

26 May 02:01
bcb7190
Compare
Choose a tag to compare

This is the first public release of the 2.0 agent. The 2.0 Agent is a nearly complete rewrite of the previous versions and has many new features and capabilities. The most significant changes are as follows:

  • Support for TLS and certificates for encryption and authentication.
  • Extensible plug-in architecture for incoming and outgoing protocols and data transformations
    • 3rd party plugins include: OPC-UA MTConnect Companion Spec, NC-Link, Kafka, Influx-DB
    • Open API allows dynamic loading of dynamic libraries
  • Embedded mruby scripting engine for dynamic transformation (beta)
  • Agent-to-agent replication and aggregation (beta)
  • Full-featured HTTPS 1.1 server for REST & static files with compression
  • Digital-twin three-js based visualization demo included
  • Fixed thread pool for limited resource consumption
  • All MTConnect Version 2.0 normative enhancements
  • And many for new features...

Information on configuring these features and using the new capabilities are in the README. More documentation coming soon.

We are looking for people to help work out any remaining issues. Please submit issues if you find problems.

Version 1.8.0.3

18 Apr 20:23
766cbac
Compare
Choose a tag to compare

Fixed parsing of reset trigger with data sets

Version 1.8.0.2

29 Dec 23:41
e369441
Compare
Choose a tag to compare
  • Version 1.8
  • Updated gtest version for GCC 11

Release 1.7.0.7

04 Oct 17:16
2aa3dc5
Compare
Choose a tag to compare

Issues addressed in this release:

  • For DataItem, corrected coordinateSystemId to coodinateSystemIdRef
  • Motion with only Axis now works correctly.

Release 1.7.0.6

24 Sep 19:20
598c951
Compare
Choose a tag to compare

Fixes in this release:

  • Fixed state of the Agent device Availability data item to be always AVAILABLE
  • Fixed the capitalization of extended subtypes of data items.

Release 1.7.0.5

16 Sep 17:31
96f228f
Compare
Choose a tag to compare

Fixed the following issues:

  • Changed the header attribute to deviceModelChangeTime per standard
  • Fixed controlled vocabulary extended schema prefix in the XSD files for 1.7

Release 1.7.0.4

16 Sep 01:34
3a7c990
Compare
Choose a tag to compare
Release 1.7.0.4 Pre-release
Pre-release

Fixed the following issues:

  • Added deviceMetaDataChangeTime to the header of the various XML and JSON documents (Issue #175)
  • Made SHDR protocol commands case insensitive and fixed shdrVersion (Issue #173 )

This release had the incorrect header attribute. Use 1.7.0.5. Removed builds.

Release 1.7.0.3

09 Aug 13:10
Compare
Choose a tag to compare

Following changes were made

  • Updated version number in the stylesheet (See #168).
  • Fixed double unit conversion error (See #169).
  • Added tests for nativeUnits to units conversion.
  • Added more tests for Observation and its properties.