Releases: mtconnect/cppagent
Releases · mtconnect/cppagent
Version 1.4.0.7 Release Candidate 7
- Merged changes from master to fix logging and heartbeat messages.
- Addressed Issue #49 to search executable path for configuration files. Added support for Windows, LINUX, and Mac OS X.
Version 1.4.0.5 Release Candidate 5
- Fixed issues with splitting of keys from adapters. This was a merge of a old fix from master.
- Added some extensions for new 1.5 asset parsing.
Version 1.4.0.4 Release Candidate 4
Only XSD schema changes.
Version 1.4.0.3 Release Candidate 3
- Uses new default schema locations
Version 1.4.0.2 Release Candidate 2
Release candidate 2 with support for the following 1.4 capabilities:
- Added support for ResetTrigger and resetTriggered
- Added adapter protocol support to announce a triggered reset with :. For example: 0:DAY
- Added InitialValue and use new Filters structure with support for PERIOD and MINIMUM_DELTA.
(Note: PERIOD has not been fully implemented. Handling of minimum period between samples is still undefined and needs to be clarified in the standard.)
C++ Agent Version 1.4.0.0 Release Candidate 1
Prerelease version of C++ Agent that now supports Composition. This has not been extensively tested.
Version 1.3.0.17
- Fixed duplicate check when reconnecting adapter after disconnect.
Version 1.3.0.16
- Constant valued data items are now immutable.
C++ Agent Release 1.3.0.15
- Fixed Asset schema for archetype.
- Added Ghost Script Cutting Tool example
- Fixed service remove when service is running - stops service first.
C++ Agent Release 1.3.0.14
Fixed issue #20 – Fixed race condition on restart.