Skip to content

Releases: mtconnect/cppagent

C++ Agent Release 1.3.0.3

22 Aug 01:53
Compare
Choose a tag to compare
  • Fixed extended Cutting Item elements. Added units tests.

C++ Agent Release 1.3.0.2

15 Aug 19:10
Compare
Choose a tag to compare
  • Fixed cutting item parsing of item life.
  • Added XML Schema version 1.0 compatible files without asset extensions.

Release 1.3.0.1

09 Aug 01:07
Compare
Choose a tag to compare
  • Fixed tool serial number generation if not given.
  • Completed merge of version 1.3 branch.
  • Regressed all tests.

Checkpoint of RC Merge

09 Aug 01:06
Compare
Choose a tag to compare
Pre-release

Merged version 1.3 branch

Release Candidate 18 for 1.3.0

08 Aug 23:42
Compare
Choose a tag to compare
Pre-release
  • 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

01 Aug 18:14
Compare
Choose a tag to compare
Pre-release
  • 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

11 Jul 22:40
Compare
Choose a tag to compare
Pre-release
  • 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

26 Jun 22:08
Compare
Choose a tag to compare
Pre-release
  • Added TOOL_NUMBER to devices schema.
  • Worked around strftime bug in XP runtime.

Release Candidate 14 for 1.3.0

02 Jun 21:44
Compare
Choose a tag to compare
Pre-release
  • Fixed double XML encoding of reserved characters.

Release Candidate 13 for 1.3.0

29 May 21:46
Compare
Choose a tag to compare
Pre-release
  • 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.