Releases: mtconnect/cppagent
Releases · mtconnect/cppagent
Version 2.5.0.1
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.
- In the configuration file set:
- Added support for new asset models: Pallet and Fixture
- Supports WebSockets communication using the REST interface
- See Wiki for more information (https://github.com/mtconnect/cppagent/wiki)
- Deprecated the old MQTT Server, topics now mirror probe, current, and streams.
- See wiki for more information (https://github.com/mtconnect/cppagent/wiki)
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
This is a minor release:
What's Changed
- Added CORS HTTP headers to demo agent configuration by @robot-ranger in #514
- Added swagger missing response document schema by @robot-ranger in #518
- Added 2.4 schemas and Version 2.4.0.9 by @wsobel in #520
Full Changelog: v2.4.0.8...v2.4.0.9
Version v2.4.0.8
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
Added support for data sets and tables for sample category.
Version v2.4.0.6
Version 2.4.0.5
- Added addition hook after start to allow callback after all services have started.
- Added sink contract access to the hooks so they can have actions called after certain events in the agent.
Version v2.4.0.4
Minor Bug Fix
- The agent now logs and exits if the adapter URL is malformed.
Version v2.4.0.3
Bug Fix Release
- Fixed error handling when MQTT adapter json keys do not match any data item. Logs an error and continues.
Version 2.4.0.2
Fixed Device.xml dynamic loading where the file has not changed. It was causing a crash when a current was run.
Version 2.4.0.1
Adds the following features
- Added json schem for configuration files
- Fixed documentation for the configuration in the readme.
- Added xpath to the Mqtt2Service to subselect what components and data items will be published.
Full Changelog: v2.3.0.16...v2.4.0.1