Releases: mtconnect/cppagent
Releases · mtconnect/cppagent
C++ Agent Release 1.3.0.3
- Fixed extended Cutting Item elements. Added units tests.
C++ Agent Release 1.3.0.2
- Fixed cutting item parsing of item life.
- Added XML Schema version 1.0 compatible files without asset extensions.
Release 1.3.0.1
- Fixed tool serial number generation if not given.
- Completed merge of version 1.3 branch.
- Regressed all tests.
Checkpoint of RC Merge
Merged version 1.3 branch
Release Candidate 18 for 1.3.0
- Fixed crash when a bad cutting tool xml is provided. Now just logs and rejects the asset.
- Added additional asset tests.
Release Candidate 17 for 1.3.0
- Corrected scheme per changes for 1.3.1
- Fixed a bug in Asset updates on rollover
- Updated build to VS 2013 for both XP (5.x) and Vista+ (6.x) support
- Updated dependent libraries
- Added 10 second socket read timeout to prevent connections to agent that never write or close
This is a new build process with 2013, so please get back if there are any issues. Have regressed all tests and validated XP targeting.
Release Candidate 16 for 1.3.0
- Added revised and corrected 1.3.0 schemas per TAG.
- Added "@" before the asset id to indicate the device uuid should be prepended.
Release Candidate 15 for 1.3.0
- Added TOOL_NUMBER to devices schema.
- Worked around strftime bug in XP runtime.
Release Candidate 14 for 1.3.0
- Fixed double XML encoding of reserved characters.
Release Candidate 13 for 1.3.0
- Add UpcaseDataItemValue configuration item that defaults to true. This can be changed at the global and adapter level.
- Do not upcase messages and conditions.
- Refactored Adapter to clean up code.