Releases: mtconnect/cppagent
Releases · mtconnect/cppagent
Version v2.5.0.9
What's Changed (2.5.0.8)
- Version 2.7 could not be released because of GitHub deprecation of Visual Studio 2019
- Fixed the Debian version number for the package
- Added correct timestamps transform and added to loopback source
- Merged corrections to readme and MQTT documentation
- Switched docker builds back to Alpine since QEMU is working again
- Fixed WebSocket issues in release builds
- Upgraded build to Visual Studio 2022 because GitHub is deprecating 2019.
- Changes cause issues with Release builds and recursive DataSet/Table implementation
Version 2.5.0.9
- Fixed bug in data set handling
Full Changelog: v2.5.0.6...v2.5.0.9
Version 2.5.0.6
What's Changed
- Fix transform to fix correct timestamps to update the last time in the state cache
- Added correct timestamps to loopback source
Full Changelog: v2.5.0.5...v2.5.0.6
Release 2.5.0.5
The following new features have been added to the agent:
- Observation validation for all data types has been added.
- Validate numeric values for samples and event types.
- Validate controlled vocabularies (existing)
- Validation must be turned on and the schema version must be >= 2.5.
- Added timestamp correction when an observation timestamp is before the previous observation
- This is enabled with the
CorrectTimestamps
- This is enabled with the
Version v2.5.0.4
What's Changed
- 533 Fixed Agent device data items for MQTT adapter changing on restart
Version v2.5.0.3
- Fixed unit conversion issue when converting between kWh and Ws.
- Multipart conversions like:
KILOWATT_HOUR
toWATT_SECOND
did not multiply the temporal component.
Version v2.5.0.2
The following feature was added:
- Added support for DataSets and tables in XML parsing for Configuration CoordinateSystem and Motion.
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.